Separate names with a comma.
It works !! It was initially failing and it took some time for me to understand what was wrong. mainLevel was first seen as nil, and I finally...
I am trying to create a delayed function call in a LUA trigger in the World Editor. I tried to use timeEvents option suggested in this old thread:...
I have created an LUA trigger in my map, I wrote a specific LUA code for it and it works perfectly. I would like to duplicate this in several...
Same for me. I understand it makes no difference if you're not the author, it is just that it is not released because not approved yet. Thanks...
I see. So if you search for it, you will not find anything, right? I am surprised because I thought about that and I browsed to the mod page in an...
It is strange, if I search the mods for "risky", I see it but I can't download it, and I don't see it if I browse the mods. I guess it is because...
I see some mods have been released yesterday, but mine is still not approved. I don't know how much time it is supposed to take...
Indeed, I found everything by myself. Thank you for pushing me, without you I wouldn't have published my mod. Can't wait for the approval
I have just uploaded my first mod, name is Risky Traffic. I hope I did everything right, it is now in the approval process.
This mod provides 3 functions for AI traffic: Set the traffic as “risky”: it increases the AI traffic speed, which does not respect the road...
OK. Where can I write a description? And where do I declare myself as the author?
I don't know how to do this. At this time my mod is unpacked, I would like to have it zipped first, but I get an error when I try to pack it in...
Thank you all for your replies, I finally found the best way to do it (for me): I developed a mod that activates fast and aggressive traffic (160...
I saw that :) I removed the "load" that I had in my modScript.lua and the mod still loads correctly.
I installed the stopwatch mod by Xevrac. The last version was released 2 years ago but I discovered it recently. I like it, very useful, and I...
I am new to World Editor, I keep learning. I was trying to add some signs to the Pikes Peak map and it was OK, I saved the level. Then I came back...
I spawn a new vehicle and I press Ctrl-Shift-I to engage autopilot, which means it is then driven by AI, fine. Now I would like to have this car...
I finally found another solution that I wanted to share with you: my trigger does not filter the vehicle, it can be AI traffic, but it triggers...
Very interesting solution. I had the same problem and I solved it another way: I set a tick of 10000 ms (10 seconds) on the LUA trigger so it...
Interesting discussion. Can you use setDamage the other way, to fix the car? I would like to have a code that fixes all damage.I am using...