Knuckle Cracker

Creeper World 3 => Custom Map Discussion => Colonial Space Map Discussion => Topic started by: AutoPost on November 09, 2016, 02:31:53 PM

Title: Custom Map #4062: Wtf map Pack, map No 2. By: Arin112
Post by: AutoPost on November 09, 2016, 02:31:53 PM
This topic is for discussion of map #4062: Wtf map Pack, map No 2
(http://knucklecracker.com/creeperworld3/queryMaps.php?query=thumbnailid&id=4062)

Author: Arin112
Size: 256x256

Desc:
#Arin112_scripts
Title: Re: Custom Map #4062: Wtf map Pack, map No 2. By: Arin112
Post by: Johnny Haywire on November 09, 2016, 04:38:33 PM
Cool design! I almost felt bad about not going around the whole ring. Would've taken a lot longer if there weren't guppies  ;D
Title: Re: Custom Map #4062: Wtf map Pack, map No 2. By: Arin112
Post by: Builder17 on November 10, 2016, 01:13:55 PM
Why these invisible flip-emitters have so short interval? Maybe longer interval and bigger AC and creeper amounts.

Script , plz?

And maybe there could be something added to that script , I think.  ???
Title: Re: Custom Map #4062: Wtf map Pack, map No 2. By: Arin112
Post by: isj4 on November 10, 2016, 01:20:31 PM
It took me a while to figure out what was going on
Title: Re: Custom Map #4062: Wtf map Pack, map No 2. By: Arin112
Post by: Arin112 on November 11, 2016, 03:34:21 PM
Quote from: Builder17 on November 10, 2016, 01:13:55 PM

Script , plz?


I will post readable version of this code on github in next 2 weeks, sorry.
The idea is to check point on circle and spawn creep/anti creep if the creep is above a certain.

Spoiler


$MinCreepToEmit:10.0
$EmitCreep:495
$Delay:10
$StartPosX:106
$StartPosY:255
$AntiCreep:0

<-StartPosX <-StartPosY <-EmitCreep SetCreeper
#0 48 <-EmitCreep neg SetCreeper

314.0 2.0 mul 0.0 do
I 100.0 div cos 1020.5 10.0 div mul 128 add I 100.0 div sin 1020.5 10.0 div mul 128 add GetCreeper <-MinCreepToEmit <-AntiCreep if lt else gt endif if I 100.0 div cos 1020.5 10.0 div mul 128 add I 100.0 div sin 1020.5 10.0 div mul 128 add <-EmitCreep SetCreeper endif
loop

<-Delay Delay


[close]


Quote from: Builder17 on November 10, 2016, 01:13:55 PM
Why these invisible flip-emitters have so short interval?
Сhanging script constants you can get realy different maps.
I do not have time to write, test and balance the maps at the same time, so they are not the best quality. Now I'm just testing a power of CRPL.
Title: Re: Custom Map #4062: Wtf map Pack, map No 2. By: Arin112
Post by: GoodMorning on November 11, 2016, 03:56:05 PM
Attaching the script(s) to a forum post is the generally accepted method. It should also be noted that the scripts can be extracted by loading the map into the in-game editor, as described on the wiki.