Jump to content
slyd3r

After 1.08 How to add Lighter and Frying Pan?

Recommended Posts

I have a community server and was wondering after 1.08, how do I add the Lighter and Frying Pan? Or anything else that was added after 1,08. I cannot find them in the types files.

I did not do a server wipe, would that be the case?

Share this post


Link to post
Share on other sites
10 hours ago, slyd3r said:

I have a community server and was wondering after 1.08, how do I add the Lighter and Frying Pan? Or anything else that was added after 1,08. I cannot find them in the types files.

I did not do a server wipe, would that be the case?

you do not need to do a server wipe, just update your server files through steam as usual

here are the party tents, frying pan and lighter in the types 1.08 file

sK1fc0H.png

and this is most of the weapons showing the new weapons as well.

There are clearly also some place holders for painted weapon mods

u1pkC68.png

Share this post


Link to post
Share on other sites

Thanks for the response. Im on PS4, still new to editing custom servers. The files I need to update, will they overwrite my current configurations? Also, how do I update on PS4?

 

Can I Just add this code to types.xml? And the lighter will start to spawn?
 

    <type name="PetrolLighter">
        <nominal>50</nominal>
        <lifetime>5400</lifetime>
        <restock>0</restock>
        <min>30</min>
        <quantmin>20</quantmin>
        <quantmax>100</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Town"/>
    </type>

 

Edited by slyd3r
forgot code

Share this post


Link to post
Share on other sites
7 hours ago, slyd3r said:

Thanks for the response. Im on PS4, still new to editing custom servers. The files I need to update, will they overwrite my current configurations

the files to update shouldnt overwrite your database, which is where your character is. but will overwrite your modss in files like types if you have changed quantities etc . ..

7 hours ago, slyd3r said:

Also, how do I update on PS4

I am on pc .  .. sorry, I have no idea how PS4 updates work/happen

7 hours ago, slyd3r said:

Can I Just add this code to types.xml? And the lighter will start to spawn?

no, there are other files to update that would be needed for lighters to spawn

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×