- RSS
-
-
Ennio PG started the topic AI Accuracy Wac Script (Difficulty Adjustment) in the forum MAPPING NICE-TO-KNOWS 2 years, 9 months ago
Hi there,
since i saw a lot of Maps made the same mistake about the AI Accuracy Wac Script, i thought i should share how this is done correctly.
A Difficulty Adjustment/AI Accuracy Wac Script looks like this:
<p style=”text-align: center;”>//***** Difficulty Adjustment *****</p>
<p style=”text-align: center;”>if (humans == 1) then accuracyspread…[Read more] -
Red Dog started the topic LFP Tower in the forum MAPPING QUESTIONS 2 years, 9 months ago
Does anyone know how to speed up the time it takes to take an LFP Tower? I played a map and it took only 2 seconds to take the LFP instead of the usual time. I know you can set the LFP takeover time to fast on the hosting screen but that still takes a long time. I tried to change the settings in the game configuration but no joy.
-
Captain replied to the topic Can’t Win… or lose in the forum MAPPING QUESTIONS 3 years ago
It’s because your wac code says “Exactly after 5 seconds when the game has started, make team 1 win”.
However the way that the game works is that you get points for amount of people/objects that are dead.
So naturally after 5 seconds, you haven’t killed anyone yet, and therefore the game will say “draw”.If you go ahead and change it, like some…[Read more]
-
Captain replied to the topic Map Making tutorial using MED in the forum MAPPING TUTORIALS 3 years ago
Hi guys,
A tip here, I use NILE for tunnel maps as it is much easier to align in 3D.
I made one map that is included in AW2 from the Explosive Chase map series – Part 2. It’s all tunnels and works beautifully.But I have also played a lot of maps that had tunnels when they worked quite nicely too. But it really has to do with the map maker, how…[Read more]
-
Red Dog replied to the topic Can’t Win… or lose in the forum MAPPING QUESTIONS 3 years, 1 month ago
unfortunately I am nor familiar with Nile and can give you no insight, I use XMed but the WAC scripts are then same. Try making a test map with only 1 AI in it and try this script.
if never() and ssndead(1) then
win(1)
endif
-
drcxz2 replied to the topic Can’t Win… or lose in the forum MAPPING QUESTIONS 3 years, 1 month ago
Nile 1.6
-
Red Dog replied to the topic Can’t Win… or lose in the forum MAPPING QUESTIONS 3 years, 1 month ago
Which map editor are you using?
-
drcxz2 replied to the topic Can’t Win… or lose in the forum MAPPING QUESTIONS 3 years, 1 month ago
Thank you for getting back to me.
I tried several different lines of code using ssndead, ssnride and eq(V1,1) but all of them still result in the game being a draw. -
Red Dog replied to the topic Can’t Win… or lose in the forum MAPPING QUESTIONS 3 years, 1 month ago
I would try removing the ontick(5) and use ssndead() or groupdead() or event()
if never and groupdead(5) then
win(1)
endif
-
drcxz2 started the topic Can’t Win… or lose in the forum MAPPING QUESTIONS 3 years, 1 month ago
It doesn’t matter if I code it through Nile, NLH or by hand, every game ends in a draw.
if never() and (OnTick(5)) then
win(1)
endifIf I edit someone else’s working WAC file, the game will also end in a draw but their map will work correctly again when I remove the edited code. I know this is something simple, but I cant figure it out.
-
-
Disco_Pete replied to the topic AW2 servers in the forum TALK ABOUT ANYTHING 3 years, 2 months ago
Hi,
I think they are doing maintenance. This seems to happen about once a year or so. If I recall correctly it can be up to two weeks.
The novapinger app shows the server is connecting but no one is home.
-
MonkTuk started the topic AW2 servers in the forum TALK ABOUT ANYTHING 3 years, 2 months ago
Hello
My mane is MonkTuk. I have not been able to log-in on the Novaworld servers for two days now.
Could someone tell me if the servers are up and running, or down foir maintainence
-
Red Dog replied to the topic How do you make targets show on map and disappear when destroyed? in the forum MAPPING QUESTIONS 3 years, 3 months ago
Whats not working?
-
Coopwarriors replied to the topic How do you make targets show on map and disappear when destroyed? in the forum MAPPING QUESTIONS 3 years, 3 months ago
i have it work i do on my site tomorrow you can do it yourself the other way around. if you break something. the other object to appear
-
Red Dog replied to the topic How do you make targets show on map and disappear when destroyed? in the forum MAPPING QUESTIONS 3 years, 3 months ago
Place a satchel trigger (found in Objects) by the object you want destroyed and paint it Red (spin map color override), after the object is destroyed, varporise the satchel trigger trough Events.
-
Walker*|* replied to the topic Map Making tutorial using MED in the forum MAPPING TUTORIALS 3 years, 3 months ago
Depending on what terrains you pick In Nova World game BHD which was the lead off for this game but I digress the maps we made in BHD had a problem with some of the terrains once you got used to the ones you knew were hard to line up your pieces unless you got good using the 3d hotwire you could make them work on the bad terrains.
So I would…[Read more]
-
Coopwarriors replied to the topic How do you make targets show on map and disappear when destroyed? in the forum MAPPING QUESTIONS 3 years, 3 months ago
i will make it easy. you will see a link for download ok i will make it tomorrow
-
IndioBlack replied to the topic How do you make targets show on map and disappear when destroyed? in the forum MAPPING QUESTIONS 3 years, 3 months ago
That would be nice.
I suppose it is complicated then. I thought it was maybe just a simple tick-box that I hadn’t noticed.
I was thinking of getting round it by placing the “Invisible object for targets” on top of the explosive box. This seems to highlight the box on the map, which is what I wanted.
Then I would add an event that said when the…[Read more]
-
Coopwarriors replied to the topic How do you make targets show on map and disappear when destroyed? in the forum MAPPING QUESTIONS 3 years, 3 months ago
i can make a sample map for you how to do it
-