FTL SaveGameManager (OpenSource) 24.03.15

Discuss and distribute tools and methods for modding. Moderator - Grognak
JonnyJaap
Posts: 16
Joined: Thu Oct 23, 2014 6:26 pm

Re: FTL SaveGameManager (OpenSource) 22.02.15

Postby JonnyJaap » Tue Feb 24, 2015 10:36 am

bamalf wrote:Problem with Cyrillic alphabet in new version. After program reloading path changes like this. Image


Hi bamalf,
I tried it selv and I have the same problem, I will take a look at it later.
But if you stated it ones and does not moved the .exe the settings are saved and it works.
I will fixed it until the next version.

Best regards
JonnyJaap
JonnyJaap
Posts: 16
Joined: Thu Oct 23, 2014 6:26 pm

Re: FTL SaveGameManager (OpenSource) 22.02.15

Postby JonnyJaap » Sat Mar 28, 2015 4:22 pm

bamalf, do you have some problems with the latest version?

Best regards
JonnyJaap
User avatar
bamalf
Posts: 204
Joined: Wed Dec 17, 2014 12:57 pm

Re: FTL SaveGameManager (OpenSource) 24.03.15

Postby bamalf » Wed May 13, 2015 6:20 am

The error fixed, good job :D
Image Image Image
owenm28
Posts: 4
Joined: Sat May 23, 2015 3:43 pm

Re: FTL SaveGameManager (OpenSource) 24.03.15

Postby owenm28 » Sun May 24, 2015 2:15 pm

can you make one for mac?? please!!

Code: Select all

i really need it  :(
jr2
Posts: 16
Joined: Sun Jul 07, 2013 2:57 pm

Re: FTL SaveGameManager (OpenSource) 24.03.15

Postby jr2 » Wed Jun 03, 2015 1:49 pm

JonnyJaap wrote:Update info a the next post :)


It´s selecting the default path of the location from FTL "C:\Users\USERNAME\Documents\My Games\fasterthanlight" and you most just select the folder where you want to save it.



You are using %userprofile% by default, right?

As in, %userprofile%\Documents\My Games\fasterthanlight

This will automatically get the correct directory if the user for example has their profile in D:\Users\<username>

If you open cmd in windows and put in

Code: Select all

set


and Enter,

you get


Code: Select all

Microsoft Windows [Version 10.0.10122]
(c) 2015 Microsoft Corporation. All rights reserved.

C:\Users\Joshua>set
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\Joshua\AppData\Roaming
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
COMPUTERNAME=WIN-DTE43SP9MPM
ComSpec=C:\WINDOWS\system32\cmd.exe
FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer
FPS_BROWSER_USER_PROFILE_STRING=Default
HOMEDRIVE=C:
HOMEPATH=\Users\Joshua
LOCALAPPDATA=C:\Users\Joshua\AppData\Local
LOGONSERVER=\\MicrosoftAccount
MOZ_PLUGIN_PATH=C:\Program Files (x86)\Foxit Software\Foxit Reader\plugins\
NUMBER_OF_PROCESSORS=8
OS=Windows_NT
Path=C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=2a07
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\
PUBLIC=C:\Users\Public
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\Users\Joshua\AppData\Local\Temp
TMP=C:\Users\Joshua\AppData\Local\Temp
USERDOMAIN=WIN-DTE43SP9MPM
USERDOMAIN_ROAMINGPROFILE=WIN-DTE43SP9MPM
USERNAME=Joshua
USERPROFILE=C:\Users\Joshua
VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\
windir=C:\WINDOWS


The entry for %userprofile% will be the user's profile directory, so it's easiest to have that by default, they can change it later if that's not correct.