Credits:
- 00din - for his Platoon AI script
- Godplex - for his God Engine beta0.9b that is used in my map
- Daxter - for his creature selection script that i modified
- Daxter, Kays, Lucindrea, Harmonixer, 00din - for their epic miracles cinematics scripts
There are 6 towns on the map - you fight with two enemies that are scripted well.
To select a creature search on a map for gold scroll and select your creature by clicking
it twice with MOUSE2 button. There are alot of ore mines, forests and flocks on the map.
The epic miracles are scripted and...
How can I upload my map to this site? I mean i need to send it to anyone or what? Because i need some password that i don't know. Didn't know where to put this topic so i post it here.
Thanks.
I modified script and it now works well:
define script Burza
begin script Burza
eRain = 0
eDeszcz = 0
eDeszcz0 = 0
eDeszcz1 = 0
start
set cloud for eDeszcz above {993.13,2007.82}
set cloud for eRain above {984.74,2059.65}
set cloud for eDeszcz0 above {1128.29,2122.42}
set cloud for eDeszcz1...
Hello! Im trying to add some evil weather above point on my map and that's what i wrote:
define script Burza
begin script Burza
eRain = 0
start
set cloud for eRain above {994.62,120,2048.87}
set cloud alignment to -1 at {994.62,120,2048.87} radius 50
set cloud eRain size to x 100.0 y 10.0 z...