Skip to main content
Topic: Cant get the pak to work (Read 9046 times) previous topic - next topic

Cant get the pak to work

Cant get the pak set to work, unzipped the file into the simutrans folder, try to start but get the message "no pak sets found"

Re: Cant get the pak to work

Reply #1
Can you post a screenshot of your directory layout, showing where all the files are? 

Re: Cant get the pak to work

Reply #2
I just downloaded the simutrans executable, then unzipped the pak files som that the pak128.britian lies in the simutrans root folder

Re: Cant get the pak to work

Reply #3
So you have the structure simutrans/pak128.Britain/*.pak, with simutrans exe in the simutrans folder?  Run from the simutrans folder with ./simutrans -objects pak128.Britain/ ?
 
****uming you have that structure, I can't think of anything pak-related that would cause such a problem :s

Re: Cant get the pak to work

Reply #4
So you have the structure simutrans/pak128.Britain/*.pak, with simutrans exe in the simutrans folder? yes

Run from the simutrans folder with ./simutrans -objects pak128.Britain/ ? what do you mean?

Re: Cant get the pak to work

Reply #5
By default simutrans looks for objects in the pak/ folder (i.e. pak64).  So if you try running simutrans without this folder (or without any of the other solutions below) it won't find pak files and will cause an error like you have.  Solutions to try:
1) If this is a clean install with just pak128.Britain and no others, you could rename the pak128.Britain folder as just pak.
2) in simutrans/config/simuconf.tab set the default path (can't remember the exact name of the parameter) to pak128.Britain/ rather than pak/
3) if you run from a command line, run "./simutrans -objects pak128.Britain/" instead of just "./simutrans" (that example was linux syntax, but it's the same idea for windows too, you need to include the "-objects pak128.Britain/" on the end of the command you use to run simutrans.

Hope that helps.

Re: Cant get the pak to work

Reply #6
By default simutrans looks for objects in the pak/ folder (i.e. pak64).  So if you try running simutrans without this folder (or without any of the other solutions below) it won't find pak files and will cause an error like you have.

I have only "pak.Hajo" and no other paks installed. That still works. I don't think there must be a "pak" or "pak64" folder.

Re: Cant get the pak to work

Reply #7
Try renaming BritGrounds.pak to ground.Outside.pak
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Re: Cant get the pak to work

Reply #8
@jamespetts - the lack of ground.Outside.pak hasn't been messing up my installation... unless the effects vary depending on OS...?

Re: Cant get the pak to work

Reply #9
@jamespetts - the lack of ground.Outside.pak hasn't been messing up my installation... unless the effects vary depending on OS...?

If you have no ground.Outside.pak, the set wouldn't automatically find by Simutrans.
When you overgive the pakset with commandline commands this has no priority, but most people only want only to doubleclicking the simutrans excutable and play it.

So basically this file MUST exist in every playable pak-set!
Founder and Ex-Maintainer of pak192.comic. Provider of Simutrans Hosting rental service.

 

Re: Cant get the pak to work

Reply #10
@Cruzer - I now understand this, so future releases will include a ground.Outside.pak.  I only ever use command line so I never realised before this week!