Page 1 of 1

New Map: Darkroom

Posted: 06 Aug 2011, 18:09
by knorke
Best map ever!
http://springfiles.com/spring/spring-maps/darkroom
http://www.youtube.com/watch?v=Y1QjIeJwYZY

Image

features:
-units get really low sightdistance because it is so dark!
-there is a toilet.

bugs:
-startpositions dont work correct. no idea why, use boxes.
-xta commanders can see in total darkness :shock:
(maybe other units too, at least rest of T1 in BA & XTA seems to be completly blind)
-zeroK crashes

toilet 3d model from http://www.turbosquid.com/FullPreview/I ... /ID/542652

Re: New Map: Darkroom

Posted: 08 Aug 2011, 21:49
by SirMaverick
knorke wrote:-zeroK crashes
Can't you just set a buildtime for that unit?

Re: New Map: Darkroom

Posted: 08 Aug 2011, 23:14
by knorke
yes, but noticed too late :/
maybe just add some nil checks, might make sense anyway?

Re: New Map: Darkroom

Posted: 09 Aug 2011, 03:29
by 1stTime
what does this toilet ?

Re: New Map: Darkroom

Posted: 09 Aug 2011, 23:01
by PicassoCT
The Throne of Silence allows you to summon the mighty poo

http://www.youtube.com/watch?v=gmrQbrH_UHg

I wonder what happens if knorkes strays over the boundarys of moderation. Civil War?

Re: New Map: Darkroom

Posted: 09 Aug 2011, 23:14
by knorke
1stTime wrote:what does this toilet ?
you can capture it! :shock:

Re: New Map: Darkroom

Posted: 12 Aug 2011, 22:55
by Wombat
I feel the Warp overtaking me! It is a good pain...

Re: New Map: Darkroom

Posted: 20 Oct 2014, 21:33
by Jools
[f=0000001] Toilet:yes
[f=0000001] Error: LuaRules::RunCallIn: error = 2, GameFrame, [Internal Lua error: Call failure] [string "LuaRules/Gadgets/tp_darkness.lua"]:27: attempt to call field 'CreateUnit' (a nil value)
stack traceback:
[string "LuaRules/Gadgets/tp_darkness.lua"]:27: in function 'GameFrame'
[string "LuaGadgets/gadgets.lua"]:838: in function <[string "LuaGadgets/gadgets.lua"]:836>
(tail call): ?
[f=0000034] Error: LuaRules::RunCallIn: error = 2, UnitCreated, [Internal Lua error: Call failure] [string "LuaRules/Gadgets/tp_darkness.lua"]:36: attempt to call field 'SetUnitSensorRadius' (a nil value)
stack traceback:
[string "LuaRules/Gadgets/tp_darkness.lua"]:36: in function 'UnitCreated'
[string "LuaGadgets/gadgets.lua"]:1240: in function <[string "LuaGadgets/gadgets.lua"]:1238>
(tail call): ?
Seems some functions are not accessible/available in spring 98 anymore.

Re: New Map: Darkroom

Posted: 21 Oct 2014, 01:08
by knorke
Think it was lazy gadget and probally misses the sync/unsync separation thing. Maybe that is stricter now.

Re: New Map: Darkroom

Posted: 21 Oct 2014, 20:26
by FLOZi
knorke wrote:Think it was lazy gadget and probally misses the sync/unsync separation thing. Maybe that is stricter now.
Unsynced gets (nearly) all the synced callins now so yes that will be the issue.