-
Captain started the topic Tutorial: Display Repeating Goal Messages so players knows what to do in the forum MAPPING NICE-TO-KNOWS 12 months ago
Why is this important?
Not all players in your map are starting from the beginning of your map.
Especially on dedicated servers, new players may join 60% into your map, so even if you as a mapper, have provided a briefing file (.BIN file) along with you map, so you can see the overall briefing – they don’t have a way of knowing how far down the…[Read more] -
Captain replied to the topic Requirements for JO video upload in the forum GAME 'NICE-TO-KNOWS' 1 year ago
[quote quote=5285]May I ask what the requirements are for having a fan-/self-made JO video/trailer to the video section of this website? Is there a similar checklist like there is for submitting a map for approval and upload? Thank you so much for clarifying. [/quote]
Hi George
It’s the first time someone has asked us that. No we don’t have any…[Read more]
-
Red Dog replied to the topic "fallmps" und "breathtime" in the forum MAPPING NICE-TO-KNOWS 1 year, 1 month ago
I do make maps for the JO-IC4 mod and I host a server, I have reservations with the AWmod and editor.
-
Red Dog replied to the topic "fallmps" und "breathtime" in the forum MAPPING NICE-TO-KNOWS 1 year, 1 month ago
The Wac script is correct.
Every time the first player enters the game, he is assigned automatically the SSN number 10000 by the Nova Gods. When the second player enters the game he will be assigned the SSN number 10001 and so on until all the allocated slots are used.
-
Red Dog replied to the topic You all know when buildings visual disappear from the map in the forum GAME 'NICE-TO-KNOWS' 1 year, 1 month ago
I found that certain terrains with certain buildings will cause that issue, if certain buildings are too close to each other, and/or you are at the Vertex Data limit.
-
Red Dog replied to the topic "fallmps" und "breathtime" in the forum MAPPING NICE-TO-KNOWS 1 year, 1 month ago
Mybad…its been awhile since I made a map. This script will allow every player and every AI to be able to jump of the tallest building and not die.
The script only needs to be:
fallmps=100
No need for the if never, which means it never happened yet or the endif, which ends the script from happening again.
Every player that enters the game…[Read more]
-
Red Dog replied to the topic "fallmps" und "breathtime" in the forum MAPPING NICE-TO-KNOWS 1 year, 1 month ago
Yes players and AI will be will be able to fall from heights and live when using the fallmps script.
-
Red Dog replied to the topic Specific WAC commands in the forum MAPPING QUESTIONS 1 year, 1 month ago
Here is a counter script for destroying 10 crates. It lets you know how many crates need to be destroyed using variables.
if never() then
set(V3,10)
endifif never() and ssndead(365) then
dec(V3)
endifif never() and ssndead(366) then
dec(V3)
endifif never() and ssndead(367) then
dec(V3)
endifif never() and ssndead(368)…[Read more]
-
Captain replied to the topic Question Regarding Playing Multiple Sounds at the Same Time in the forum MAPPING QUESTIONS 1 year, 2 months ago
[quote quote=5017]Hey everyone, I need some help understanding how to play two sound files at the same time in Joint Ops, if it’s even possible. I’m working on a single-player map and want to have both music and other sound effects playing simultaneously. The problem is that when using raw .wav files, one won’t start until the other finis…[Read more]
-
Captain replied to the topic A.I. Facial expressions through WAC in the forum MAPPING QUESTIONS 1 year, 3 months ago
[quote quote=5014]I have been playing with this also and I can not get it to work with AW. ssnguard works well, just not the facial expressions. Guard works differently with different Bots. Have fun testing! It is useful for a detailed map.
- If never then
- ssnguard(1010,1) //(ssn,1) 1 for true [On], 0 for false [Off].
…
-
Captain replied to the topic MED in the forum MAPPING QUESTIONS 1 year, 4 months ago
[quote quote=4958]I’m playing JO with a 4k. Everything else is fine but I have a problem with the med. I can’t get a full screen a i have it my resolution was set to high LOL [/quote]
Hehe interesting to hear.
I guess when Novalogic made MED they didn’t expect todays screens of 4k.
So I guess it appears to you as a window instead? -
Walker*|* replied to the topic Just joined in the forum INTRODUCE YOURSELF 1 year, 5 months ago
Welcome hope you get engaged in this game as we are……..
-
Walker*|* replied to the topic happy new year in the forum TALK ABOUT ANYTHING 1 year, 5 months ago
HAPPY NEW YEAR everyone we should look forward to changing the world back to sanity….
-
Captain replied to the topic happy new year in the forum TALK ABOUT ANYTHING 1 year, 5 months ago
Happy New Year Coopwarriors!
Look forward to much much more in 2025! 🙂 -
Captain replied to the topic Easy, Normal and Hard mode in the forum MAPPING QUESTIONS 1 year, 5 months ago
[quote quote=4950]FORUM[/quote]
Hi Teddels
Sounds great.
Yes absolutely. I’ve seen maps where that has been done before.You can put all your AI’s in a group and then use “GLOOP” to (stands for group loop) in the wac to loop the same wac command for all in the groop.
If you want an example of how to do that, checkout Sleepless’…[Read more]
-
Captain replied to the topic Just joined in the forum INTRODUCE YOURSELF 1 year, 6 months ago
Welcome to the forum! 🙂
-
Captain replied to the topic Emplacements not engaging from larger distance than 200m in the forum MAPPING QUESTIONS 1 year, 6 months ago
Ive seen it done in many maps made with NILE.
NILE being never fully developed and released as an alpha version from Novalogic, a lot of settings does not work like it does in the MED. So some of those settings can be done through WAC instead, -
Captain replied to the topic Emplacements not engaging from larger distance than 200m in the forum MAPPING QUESTIONS 1 year, 6 months ago
[quote quote=4934]Is anybody else experiencing problems with manned emplacements engaging blue team/player from a larger distance than 200-250m? I cannot for the life of me get it work, not even when the bot is set to red alert. Is it the terrain? Is it the (specific type of) emplacement itself? Something completely different?
I had set up…[Read more]
-
Captain replied to the topic Registering in the forum TALK ABOUT ANYTHING 1 year, 6 months ago
Hi Redfox
Do you mean creating a new account in Novaworld? I’ve heard that it is down at the moment.
You can host via virtual LAN with your buddies and thus not having to log into Novaworld.
-
Captain replied to the topic Specific WAC commands in the forum MAPPING QUESTIONS 1 year, 6 months ago
[quote quote=4928]A question about waves if I may:
-I would like to add war ambience sounds to a WAC file;-they are meant to play every so-many seconds (probably uneven number of seconds to prevent predictability);
-they are meant to alternate/play in a shuffled manner;
-each sound is meant to play once, then silence, then the next one in…[Read more]