Pass the map 3-Let's make a map together

Started by pawel345, February 09, 2014, 08:42:44 AM

Previous topic - Next topic

Lost in Nowhere

What about it isn't working?
If it's void and the creeper isn't entering, use SetTerrainOverride with a value of 0 on the squares that aren't working
Don't die! :)

TLMike

How exactly is it supposed to work? Is it like a plug that you Nullify, then the creeper starts to drain?
And isn't there a script keeping the "Ocean" full, like 3P used in Hawaii? That may put a damper on things.

Flabort

Eh.
# Flabort_drain.crpl
# Created on: 2/19/2014 6:50:30 PM
# ------------------------------------------
once
CreateList ->DrainTerrainX
CreateList ->DrainTerrainY
MapHeight 0 do
MapWidth 0 do
I J CurrentCoords IsTerrainLOS GetVoid not and if
<-DrainTerrainX I AppendToList ->DrainTerrainX
<-DrainTerrainY J AppendToList ->DrainTerrainY
endif
loop
loop
endonce
<-DrainTerrainX GetListCount 0 do
<-DrainTerrainY GetListCount 0 do
GetCreeper 1 gt if
GetCreeper 10 div SetCreeper
endif
loop
loop

Basically it just lowers the creeper in the 1-height terrain around the hole... at least, it should. But it doesn't appear to. Oh, well.
My maps: Top scores: Sugarplum, Cryz Dal, Cryz Torri, Cryz Bohz (Click fetch scores, page courtesy of kwinse)

J

You use the GetCreeper and SetCreeper commands on nothing. I don't see where the coords were put on the stack.

Asbestos

#49
LOCKED
UNLOCKED
- Added one end of a ridge
- Added a totem

Flabort

Quote from: J on February 20, 2014, 02:23:49 AM
You use the GetCreeper and SetCreeper commands on nothing. I don't see where the coords were put on the stack.
Do'h! The simple stuff.
:-[
That explains everything.
My maps: Top scores: Sugarplum, Cryz Dal, Cryz Torri, Cryz Bohz (Click fetch scores, page courtesy of kwinse)

Warpsing

#51
UNLOCKED

changes:

added a Creeper Refinery(like a emitter, but releases creeper on death) and a bigger emitter(Constantly makes little creeper). Also you can export a free 120 ore from the guppy there. Use it wisely.

Asbestos

I just noticed that I made that corner island shaped like a boot.


fortas16

unlocked

Added small land

Asbestos

By the power of Grayskull, I declare this map to be probably impossible!

Lost in Nowhere

Ooh, it's done! I'll attempt to play it after I get back from school..
Don't die! :)

Clean0nion

#57
I am so desperate to change that bit of sand to the left of the title...

EDIT: ARR, THIS MAP BE unLOCKED

Changed the sand. Also added an extra strip of terrain level 8 to the top of the blue refinery to make it a square.
And you'll see that I saved this over another map that I have, because I'm lazy like that.

Warpsing


Flabort

#59
Yeah, but first I'm fixing my broken script.
locked

Edit : UN locked
Not sure if that worked.
My maps: Top scores: Sugarplum, Cryz Dal, Cryz Torri, Cryz Bohz (Click fetch scores, page courtesy of kwinse)