MSpreckels

Results 18 comments of MSpreckels

Hey @thijsvanloef @Twinki14, I've now been trying all kinds of different versions of the argument for around 2.5hours. I cannot get it to work. :( Some of the arguments ive...

Right..that would make sense. :D I'll have a look again tomorrow after work

Hey, IT WORKS....kind of.. I can get it to work with one parameter but as soon as a add a second one or ALL (which made sense to me because...

Another option would be to prefill the ini file with environment variable placeholders and use envsubst to set those. You could set a default there. ``` -ini:PalGameWorldSettings:[/Script/Pal.PalGameWorldSettings]:OptionSettings=(Difficulty=${DIFFICULTY:-None},.... ``` Link: https://stackoverflow.com/a/2013589

That's something the Palworld devs have to add, there are no logs written that show these kind of events. I wish there was, too.

might not work because of how yaml is translating the spaces. Testing..

Check the file on the pod itself, how is it formatted? It should look like this ``` [/Script/Pal.PalGameWorldSettings] OptionSettings=( Difficulty=Normal, DayTimeSpeedRate=1.000000, NightTimeSpeedRate=1.000000, ExpRate=1.250000, PalCaptureRate=1.000000, PalSpawnNumRate=1.000000, PalDamageRateAttack=1.000000,... ``` These will not...

Yeah that does not work. There is a big difference between `PalWorldSettings.ini: >-` and `PalWorldSettings.ini: |-` where `|-` keeps the new lines, which is bad and `>-` replaces them as...

I wanted to wait for some feedback before i continue working on it and building it further. There is still alot to test about e.g. i already saw that string...

i've tested it, works for me. Some considerations: - Should i keep the debug output? - What kind of naming do i use for envronment variables? - SERVER_PLAYER_MAX_NUM vs PLAYERS...