Author Topic: how do i.......????  (Read 12998 times)

0 Members and 1 Guest are viewing this topic.

Offline Turis

  • Architect
  • *****
  • Posts: 505
Re: how do i.......????
« Reply #30 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? ;)

Offline saf75

  • Laborer
  • **
  • Posts: 22
Re: how do i.......????
« Reply #31 on: February 27, 2018, 03:01:50 PM »
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

Offline RedKetchup

  • Champion
  • Banished Expert
  • *****
  • Posts: 11147
Re: how do i.......????
« Reply #32 on: February 27, 2018, 03:01:59 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 .

Offline RedKetchup

  • Champion
  • Banished Expert
  • *****
  • Posts: 11147
Re: how do i.......????
« Reply #33 on: February 27, 2018, 03:05:03 PM »
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 .

Offline saf75

  • Laborer
  • **
  • Posts: 22
Re: how do i.......????
« Reply #34 on: February 27, 2018, 03:05:09 PM »
now now turis, no need to be like that....  making pancakes is easy :)

Offline Turis

  • Architect
  • *****
  • Posts: 505
Re: how do i.......????
« Reply #35 on: February 27, 2018, 03:07:30 PM »
I was trying to make @RedKetchup laugh.

Offline saf75

  • Laborer
  • **
  • Posts: 22
Re: how do i.......????
« Reply #36 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?

Offline RedKetchup

  • Champion
  • Banished Expert
  • *****
  • Posts: 11147
Re: how do i.......????
« Reply #37 on: February 27, 2018, 03:24:05 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 .

Offline saf75

  • Laborer
  • **
  • Posts: 22
Re: how do i.......????
« Reply #38 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?

Offline RedKetchup

  • Champion
  • Banished Expert
  • *****
  • Posts: 11147
Re: how do i.......????
« Reply #39 on: February 27, 2018, 03:29:43 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 .

Offline saf75

  • Laborer
  • **
  • Posts: 22
Re: how do i.......????
« Reply #40 on: February 27, 2018, 03:44:02 PM »
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?

Offline RedKetchup

  • Champion
  • Banished Expert
  • *****
  • Posts: 11147
Re: how do i.......????
« Reply #41 on: February 27, 2018, 03:46:45 PM »
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 .

Offline saf75

  • Laborer
  • **
  • Posts: 22
Re: how do i.......????
« Reply #42 on: February 27, 2018, 03:56:10 PM »
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

Offline RedKetchup

  • Champion
  • Banished Expert
  • *****
  • Posts: 11147
Re: how do i.......????
« Reply #43 on: February 27, 2018, 03:57:16 PM »
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 .

Offline kralyerg

  • Modders
  • Trader
  • *****
  • Posts: 121
Re: how do i.......????
« Reply #44 on: February 27, 2018, 04:32:34 PM »
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.