Campfire storage for waist rock/iron/etc

Place for sharing your game modifications for Life is Feudal: Your Own

Hunter79
 
Posts: 9
Joined: 03 Mar 2019, 15:53

Campfire storage for waist rock/iron/etc

Post by Hunter79 » 25 Aug 2019, 16:09

Hello,

A long time ago i was on a YO server where the GM had a campfire to store in waist low q rock/iron/etc to keep the land clean from unwanted rubble. The campfire is temporary (same as small and big bag) so ideal waist dumpers.

I attempted to recreate my own for my citizens, but unfortunately I had no luck.

So basically i want a 10.000 stone campfire where you can store
waist low q rock/iron/etc in to keep land clean.

Anyone here who has a thought?

Thanks
Marc

User avatar
KuraiSeraph
 
Posts: 39
Joined: 27 Mar 2017, 12:30

Re: Campfire storage for waist rock/iron/etc

Post by KuraiSeraph » 31 Aug 2019, 21:09

Hi Marc,

u must edit on the server the dump.sql and on the client the objects_types.xml

On dump.sql search this line

(682,1054,'Campfire',1,0,1,0,1,0,0,50000,3,0,1000,'art\\images\\fireplace_bg.png',0,0,0,0,0,0,'art\\2D\\Objects\\campfire.png','',10,NULL,0,0),

and change 50000,3 to 10000000,6

On objects_types.xml search for

<row>
<ID>682</ID>
<ParentID>1054</ParentID>
<Name>Campfire</Name>
<IsContainer>1</IsContainer>
<IsMovableObject>0</IsMovableObject>
<IsUnmovableobject>1</IsUnmovableobject>
<IsTool>0</IsTool>
<IsDevice>1</IsDevice>
<IsDoor>0</IsDoor>
<IsPremium>0</IsPremium>
<MaxContSize>50000</MaxContSize>
<Length>3</Length>
<MaxStackSize>0</MaxStackSize>

and change <MaxContSize>50000</MaxContSize> to
<MaxContSize>10000000</MaxContSize>

and <Length>3</Length> to <Length>6</Length>

if the player want to use the modded campefire they must have
the changed objects_types.xml

Kurai


Hunter79
 
Posts: 9
Joined: 03 Mar 2019, 15:53

Re: Campfire storage for waist rock/iron/etc

Post by Hunter79 » 02 Sep 2019, 08:55

Sweet :Yahoo!:
Many thanks :good:


Mellon_anthony
 
Posts: 4
Joined: 06 May 2020, 16:27

Re: Campfire storage for waist rock/iron/etc

Post by Mellon_anthony » 06 May 2020, 16:47

Hello! It's usability, thanks! If this game will leave me some free time, I necessarily do my paper.


Mellon_anthony
 
Posts: 4
Joined: 06 May 2020, 16:27

Re: Campfire storage for waist rock/iron/etc

Post by Mellon_anthony » 06 May 2020, 16:54

:beer:

Return to Game mods

cron