unfinished.
Author | da_man894 |
---|---|
Tags | action author:da_man894 flaow playable race unfinished unrated |
Created | 2008-04-15 |
Rating | 5 more votes required for a rating. |
Map Data | |
Description | could someone please tell me the way to make the launch pads really strong, if you don't know what i'm talking about then i will post some links to races that have what im talking about. I imitated it with a trap door, but sometimes it messes up. |
Comments
Pages: (0)
2008-04-16
Oh yeah I like this tileset too
Finish it! >:D
NR though. Leave a post on my newest map whenever you complete this one. :)
NR though. Leave a post on my newest map whenever you complete this one. :)
2008-04-16
Urg
The links on my comment don't work >.< Get rid of the period or comma on the end. Sorry.
2008-04-16
I know what you mean
They're lauchpad teleporters/modding. Load a clean map, then put a launchpad and look at the level code. Depending on which direction you put the launchpad, the code will end in:
0,1
0,-1
-1,0
1,0
Diagonal teleporters have numbers in both places (instead of one of the zeroes). These numbers (1, -1, etc) represent the force the launchpad will shoot the ninja and in which direction. Change the number to make it shoot fast (or slow).
For instance, a normal up launchpad ends in ...0,-1. If you were to change this to 0,-2, it would shoot the ninja really fast upwards. Remember to press 'l' after editing the code instead of 'r' so it loads the changes.
Hope this helped!
P.S. Check out my new map and please RCE :)
http://numa.notdot.net/map/122089.
This took a while to type up but Good Luck on you future races, hope you can implement this technique. Also I used modded launchpads in http://numa.notdot.net/map/121406, http://numa.notdot.net/map/68504, and especially this: http://numa.notdot.net/map/76368.
0,1
0,-1
-1,0
1,0
Diagonal teleporters have numbers in both places (instead of one of the zeroes). These numbers (1, -1, etc) represent the force the launchpad will shoot the ninja and in which direction. Change the number to make it shoot fast (or slow).
For instance, a normal up launchpad ends in ...0,-1. If you were to change this to 0,-2, it would shoot the ninja really fast upwards. Remember to press 'l' after editing the code instead of 'r' so it loads the changes.
Hope this helped!
P.S. Check out my new map and please RCE :)
http://numa.notdot.net/map/122089.
This took a while to type up but Good Luck on you future races, hope you can implement this technique. Also I used modded launchpads in http://numa.notdot.net/map/121406, http://numa.notdot.net/map/68504, and especially this: http://numa.notdot.net/map/76368.
da_man894
THANKS!