News:

Welcome to World of Banished!

Main Menu

Want to change the value of logs and firewood

Started by Emton, November 25, 2015, 05:04:25 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Emton

Which file do I look in to change the value of logs and firewood. I want to make logs worth 1 and firewood worth 2.

RedKetchup

Quote from: Emton on November 25, 2015, 05:04:25 AM
Which file do I look in to change the value of logs and firewood. I want to make logs worth 1 and firewood worth 2.

RawMaterialWood.rsc and RawMaterialFirewood.rsc

they are in the Resource/Template folder
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .

Emton

#2
How about the package file should the ExternalList look like this?

ExternalList list
{
   External _resources
   [
      "Template/RawMaterialFirewood.rsc:resource"
      "Template/RawMaterialHerb.rsc:resource"
      "Template/RawMaterialWood.rsc:resource"
   ]
}


I tried it and it worked but was wondering about the part after ".rsc:",   "resource" .... "citizen"... etc, if I make a change to a file how do I know which one to use and what are all the types.

RedKetchup

#3
the " : " after the .rsc like "Template/RawMaterialFirewood.rsc:resource" means : "shortcut" , or "paragraph" or "function". you are asking to go jump directly to the 'paragraph' named 'resource' without reading everything else

> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .