Page 1 of 1

Toggle for Particals.

Posted: Mon Nov 23, 2020 12:36 pm
by axeblade346
Dear Admins : Please feel free to move this thread to where you think it belongs. I cant post in Client Mods.


A few players on our server have FPS lag issues when entering areas with a lot of fire (forges/furnaces/torches/ magical skull candles <haloween mod>).
We also have the option to burn down trees.

This is how to make it so that a keybind can toggle it on and off rather than having to go all the way into your advanced graphic settings each time.
(Files are included, but I also made a guide as some feel safer that way)



With Wurm CLOSED.
Notepad or Notepad++ works for the editing, just make sure to use enter and not shift+enter for a new line.

in your steamapps\common\Wurm Unlimited\WurmLauncher\PlayerFiles\configs\default
<default being your profile name, i have a low and alts too, copy files to each one as needed>

you will see autorun.txt
add to it

Code: Select all

bind shift+a "exec parton.txt"
and save it

Make a new text file and call it parton.txt (on toggle)
in it add

Code: Select all

setoption use_weather_particles true
setoption use_alpha_particles true
setoption use_non_alpha_particles true
bind shift+a "exec partoff.txt"
and save it

Make a new text file and call it partoff.txt (on toggle)
in it add

Code: Select all

setoption use_weather_particles false
setoption use_alpha_particles false
setoption use_non_alpha_particles false
bind shift+a "exec parton.txt"
and save it

How it should look when done

Files : http://s000.tinyupload.com/index.php?fi ... 3406737190

Launch Wurm and Shift+A will now toggle particles on and off.

How quickly it switches :

Re: Toggle for Particals.

Posted: Wed Nov 25, 2020 8:26 am
by Kenabil
Good guide!

Yes, to post new threads in client mods you need to be a member of the modders group. All you need to do is to apply for membership, but I'll add you to the group now. I don't think this post is a mod though, more a guide :)