• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

How to make an "Area of Effect" for ranged weapons? (like a Molotov)

Zeorik

New member
Specifically, I'm trying to use the

<property name="Explosion.Buff" value="burningMolotov"/>

<property name="Explosion.Buff_chance" value="1"/>

<property name="Explosion.RadiusBuffs" value="150" />

to make a suicide 'Firebomb' rocket, and so adding it to a rocket projectile. IT works fine on singleplayer, but Multiplayer (on a Dedi server) causes a desync. Can... someone please help?

 
The item class has to be launcher as far as I know. Splash won't work otherwise, at least from my attempts. I tried to make an AOE ranged weapon and it wouldn't work properly if it was anything but Launcher.

 
The fire effect that is used by the molotov (the ring of fire) I think is the cause of desync in Peer to Peer games (in SP and Dedi servers it works fine). I use that effect in Gnamod a lot and people playing it on peer to peer always have desync issues, while some people seem to be immune. The errors I have seen so far point towards some graphics driver not handling it properly.

Al we can do is hope the Fun Pimps fix this issue for A17.

 
i can tell what the issue is.

some mods only need to be on the server, some need to be local. so if you can see it singleplayer, and you can see it multiplayer, but others cant.

you need to add those edits to the servers files, and also send your edited file to the other players, reboot the server and everyone join, then test, it should work

 
Back
Top