Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Glendog

#1
Support / Refund: Bought wrong expansion
February 13, 2022, 08:45:08 AM
Hello,

I bought the wrong expansion, please can I have a refund or have it switched to the expansion I was supposed to buy? Ideology.
#2
Tools / Where is the backstory data located?
June 29, 2018, 06:14:19 AM
Hello,

Can anyone advise were the backstories data is located?

I can find the traits and everything else, but cannot for the life of me find the backstory data, other than the translations.

Thanks,
#3
Tools / [TOOL] Export pawn stats to csv
March 11, 2018, 07:55:03 PM
I like interpreting the pawn stats from a spreadsheet when planning work priorities and stuff so I made a quick python script to automate it. Thought I'd share it:

https://drive.google.com/open?id=1HPdgDZtVxOAC4EGqybVauSiy9tGXC1wZ

or with python (run the bat file):
https://drive.google.com/open?id=11K1czbz19H2vDcwnThwR36a4ai1cvvri
#4
Help / Colonists in savefiles
March 04, 2018, 05:17:19 AM
Hello,

I am making a script that will pull some data from the savegame file. I see the savegame is in XML format so I can use an XML file but I am not sure where in the element tree colonists are stored.

Can anyone assist?