News:

Welcome to World of Banished!

Main Menu

how do i.......????

Started by saf75, February 26, 2018, 01:31:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Turis

@RedKetchup Hi, when you're done here, can you teach me how to make pancakes from scratch? ;)

saf75

right ok, no problems i know exactly how it is, my sister asks me how to do something on her comp, i tell her to gimme half hr ill come down & show you ;)

D:banishedkit/storageyardsx2 contains:

   package.rsc

PackageFile storageyardsx2
{
   String _name = "storage yards 2X";
   String _author = "saf75";
   String _description = "Kralyerg mod override to make storage yard capacity x2 instead of x50.";
   String _icon = "icon.png";
   int _userVersion = 1.0;

   // all files in resource directory
   String _includeList
   [
      "*"   
   ]
   
   // exclude package files, mod files, file used for building packages
   String _excludeList
   [
      "Package_*.crs"
      "*.pkg"
      "*.pkm"
   ]
}

   Storageyardsx2resource.rsc


ExternalList list
{
   External _resources
   [
      "Template/storageyards/storageyard.rsc:storage"
      "Template/storageyards/storageyardcoal.rsc:storage"
      "Template/storageyards/storageyardconstruction.rsc:storage"
      "Template/storageyards/storageyardfirewood.rsc:storage"
      "Template/storageyards/storageyardindustrial.rsc:storage"
      "Template/storageyards/storageyardiron.rsc:storage"
      "Template/storageyards/storageyardmaterials.rsc:storage"
      "Template/storageyards/storageyardminerals.rsc:storage"
      "Template/storageyards/storageyardstone.rsc:storage"
      "Template/storageyards/storageyardwood.rsc:storage"
   ]
}


\Template\StorageYards with all the files in from k

buildresource.bat
bin\x64\Tools-x64.exe /build Storageyardsx2Resource.rsc /pathres ../Storageyardsx2 /pathdat ../Storageyardsx2/bin
bin\x64\Tools-x64.exe /mod Package.rsc:Storageyardsx2 /pathres ../Storageyardsx2 /pathdat ../Storageyardsx2/bin

if that dont help i'll try the telepathy

ok so you posted about case sensivity after id written that so i'll check that 1st

RedKetchup

Quote from: Turis on February 27, 2018, 03:01:27 PM
@RedKetchup Hi, when you're done here, can you teach me how to make pancakes from scratch? ;)

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

RedKetchup

your problem is "S" and "s" are not the same !!! this is Case sentitive and important
you name some folder and name some files with a big "S" and the real names of folder and real names of files have / dont have "S" but a little "s"
check all your typos

same with Storageyardsx2resource.rsc a big "R"esource and a little"r"esource is not same
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .

saf75

now now turis, no need to be like that....  making pancakes is easy :)

Turis


saf75

i now have a Package_Storageyardsx2.crs in my bin folder :D

am i correct to assume that is the objective?

RedKetchup

Quote from: saf75 on February 27, 2018, 03:11:51 PM
i now have a Package_Storageyardsx2.crs in my bin folder :D

am i correct to assume that is the objective?

:)

go in your d:/BanishedKit/Bin/WinData folder
it is there ??
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .

saf75

not at the minute its in D:\BanishedKit\Storageyardsx2\Bin

next step is to move it & run the game from the app-x64/ref?

RedKetchup

Quote from: saf75 on February 27, 2018, 03:26:36 PM
not at the minute its in D:\BanishedKit\Storageyardsx2\Bin

next step is to move it & run the game from the app-x64/ref?


no. go to D:/BanishedKit/Bin/WinData folder
there should be a Storageyardsx2.pkm there
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .

saf75

no, but if im correct in how this thing works the i can already see the problem :)

Assert: Failed to load resource 'D:\BanishedKit\Storageyardsx2\bin\Storageyardsx2Resource_resource.crs'

is the error its giving me the file in the bin folder is Package_Storageyardsx2.crs

would the package_ be the problem by any chance? do i need to put that into the .bat?

RedKetchup

you need to click the .bat and there is no error that happends and the black window close itself. do you still have errors ?
did you fixed all your typos of "s" / "S" / "r" / "R" ??
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .

saf75

no im still getting the error Failed to load resource 'D:\BanishedKit\Storageyardsx2\bin\Storageyardsx2Resource_resource.crs' & as far as i can see all the S & s R & r have been changed

RedKetchup

ok put your .bat and your mod folder in a zip and post it here, i am gonna check
i have an hockey game to watch in 10mins
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .

kralyerg

Just so you know, the CC stockpiles are not in a /storageyards/ folder.

Just "Template/StorageYard.rsc:storage"

If you put them in a new folder, it won't work right.