
My skill level is not high enough to ever put this up. But I would appreciate it if someone would!
Thanks, Enjoy!
Gollum
https://creativecommons.org/licenses/by-sa/3.0/
I'll believe it when i see him on a serverGollum wrote:DW lives!!!
Code: Select all
teleporter mid_bottom
position 0 0 0
rotation 0
size 0.125 20 25
border 0
end
teleporter middle_top
position 0 0 150
rotation 0
size 0.125 20 25
border 0
end
link
from mid_bottom:f
to middle_top:f
end
link
from mid_bottom:b
to middle_top:b
end
link
from mid_top:f
to middle_bottom:f
end
link
from mid_top:b
to middle_bottom:b
end
Code: Select all
-c
-ms 3
-j
+r
-mp 0,20,0,0,20,20
I numbered your comments so that it can it easier to reply to.Zehra wrote: ↑Sun Oct 21, 2018 11:52 pm #! I'm not exactly sure, but I'm assuming you wish to be able to use the teleporter without having to jump.
If so, you will very likely need to lower/raise the teleporters and make some adjustments to them.
#2 I'm not sure if this will help, but try commenting out the 'name' field from the teleporters.
This can be done by placing the '#' sign in front of the line you wish to comment out.
(This may fix the issue with the links to teleporters not working.)
#3 One final note, you will very likely wish to add the following options to the map:#4 If you need additional help, feel free to contact me by private message too.Code: Select all
-c -ms 3 -j +r -mp 0,20,0,0,20,20
-Zehra
Code: Select all
teleporter middle_top
position 0 0 151 # raise by one unit
rotation 0
size 0.125 20 25
border 0
end
Code: Select all
link
from red_low:b
to red_top:b
end
link
from purp_low:f
to purp_top:f
end
Code: Select all
link
from North_W:f
to South_E:f
end
link
to South_E:f
from North_W:f
end
link
from North_E:f
to south_W:f
end
link
to south_W:f
from North_E:f
end
Code: Select all
teleporter south_W
Code: Select all
teleporter south_W #this one not linking to NE for some reason.
position -395 395 23
rotation -45
size 0.125 20 25
border 0
end