View previous topic :: View next topic |
Author |
Message |
AppleStem I Like Apples and Stems

Joined: 03 Sep 2009 Posts: 9 Location: Castle of Paradox
|
Posted: Tue Sep 08, 2009 5:59 pm Post subject: changing the speed |
|
|
ok I made a world map where your speed is only two. so I put a npc with the script "worldenter" right outside the door of the entrance to the world map. the script looked like:
plotscript, worldenter, begin
set hero speed (me, 2)
end
very simple, but when I activated it. I disappered and my speed went up really high. What just happened,and how do i fix it? |
|
Back to top |
|
 |
Guest
|
Posted: Tue Sep 08, 2009 7:09 pm Post subject: |
|
|
I would recommend using the map autorun script to set the speed, and then having doors leaving the world map be NPCs instead of doors. Having an NPC on a door sounds fishy to me - what does the computer try to do first, the NPC or the door?
As for the speed going up high, what do you mean? How could you know how fast you were if you disappeared? I'm wondering if this has something to do with the fact that, in custom, the third speed slot (probably labelled as '2', since 0 would be the first) is considered 10 for whatever reason. |
|
Back to top |
|
 |
Moogle1 Scourge of the Seas Halloween 2006 Creativity Winner


Joined: 15 Jul 2004 Posts: 3377 Location: Seattle, WA
|
Posted: Tue Sep 08, 2009 8:29 pm Post subject: |
|
|
Anonymous wrote: | As for the speed going up high, what do you mean? How could you know how fast you were if you disappeared? I'm wondering if this has something to do with the fact that, in custom, the third speed slot (probably labelled as '2', since 0 would be the first) is considered 10 for whatever reason. |
No, the plotscripting command takes pixels per step. Besides, the values in custom go 0, 1, 2, 10, 4, 5, so 2 is still the third and correct value. _________________
|
|
Back to top |
|
 |
Rya.Reisender Snippy

Joined: 18 Jan 2008 Posts: 821
|
Posted: Tue Sep 08, 2009 11:25 pm Post subject: |
|
|
Isn't a higher number slower? _________________ Snippy:
"curt or sharp, esp. in a condescending way" (Oxford American Dictionary)
"fault-finding, snappish, sharp" (Concise Oxford Dictionary, UK)
1. short-tempered, snappish, 2. unduly brief or curt (Merriam-Webster Dictionary) |
|
Back to top |
|
 |
Moogle1 Scourge of the Seas Halloween 2006 Creativity Winner


Joined: 15 Jul 2004 Posts: 3377 Location: Seattle, WA
|
Posted: Wed Sep 09, 2009 7:11 am Post subject: |
|
|
What? No. Pixels per step. Higher is faster. _________________
|
|
Back to top |
|
 |
TMC On the Verge of Insanity
Joined: 05 Apr 2003 Posts: 3240 Location: Matakana
|
Posted: Wed Sep 09, 2009 7:30 am Post subject: |
|
|
This sounds familiar. Ah yes, Fenrir had a disappearing heroes bug which I could never reproduce.
This appears to be a bug in the engine. Can you reproduce this? Does it happen every time?
Could you file a bug on 'Bugzilla' and upload your game (and scripts and a nearby save file if required), or alternatively, email those things to me? _________________ "It is so great it is insanely great." |
|
Back to top |
|
 |
Dark Blubber (lazy) Guest
|
Posted: Wed Sep 09, 2009 9:56 am Post subject: |
|
|
Quote: | Having an NPC on a door sounds fishy to me - what does the computer try to do first, the NPC or the door? |
In my experience, doors trigger first in an NPC vs. door situation.
I have a "make stair-stepping sounds" script activated by some step-on NPCs in Okédoké, and I put the NPCs on the stairs where the door is--the stepping sound doesn't actually play until the next map is already fading in. |
|
Back to top |
|
 |
binoal

Joined: 20 Jun 2009 Posts: 123 Location: My Own Little World
|
Posted: Wed Sep 09, 2009 12:30 pm Post subject: |
|
|
Dark Blubber (lazy) wrote: | Quote: | Having an NPC on a door sounds fishy to me - what does the computer try to do first, the NPC or the door? |
In my experience, doors trigger first in an NPC vs. door situation.
I have a "make stair-stepping sounds" script activated by some step-on NPCs in Okédoké, and I put the NPCs on the stairs where the door is--the stepping sound doesn't actually play until the next map is already fading in. |
in resident evil infinity, i used a step on npc to trigger the radio cutscene, and it is on the door of the map you came from. It goes through the door and then runs the script _________________ Resident Evil RPG Demo
http://www.castleparadox.com/gamelist-display.php?game=963
Legend Of Zelda: Reptilian Warlord Demo
http://www.castleparadox.com/gamelist-display.php?game=961 |
|
Back to top |
|
 |
|