World of Banished

Conversations => General Discussion => Topic started by: MarkAnthony on July 30, 2019, 10:22:46 PM

Title: Basnished's Install Game Files
Post by: MarkAnthony on July 30, 2019, 10:22:46 PM
Where are all of Banished's game files located? I can't find them anywhere, not in my installed folder (see image below) and also not anywhere in the hidden AppData folder neither.

In particular I was looking to see if I could find the file that holds all of the in-game Event window output. I wanted to parse the event info for certain things. Normally game installs have hundreds if not thousands of files and folders but apparently not Banished, not that I could find anyhow.

Any ideas?

(https://live.staticflickr.com/65535/48419894021_23f7ac2673_o.png) (https://live.staticflickr.com/65535/48419894021_23f7ac2673_o.png)
Title: Re: Basnished's Install Game Files
Post by: Discrepancy on July 31, 2019, 12:04:32 AM
nope you won't find any of that, very little is accessible to us. The game files are in the WinData folder: data0.pkg, data1.pkg, patch0.pkg, patch1.pkg
Title: Re: Basnished's Install Game Files
Post by: RedKetchup on August 01, 2019, 01:51:40 PM
Quote from: Discrepancy on July 31, 2019, 12:04:32 AM
nope you won't find any of that, very little is accessible to us. The game files are in the WinData folder: data0.pkg, data1.pkg, patch0.pkg, patch1.pkg

yeah all those files contain all the code and assets.

the toolkit will take a copy of those files, and extract from it the files the developper decided to extract. only the code he allow us to play with, all the assets are not extracted nor the core of the game. we cannot add and programing new events.