mbround18 / palworld-docker

🌟 Welcome to the ultimate Palworld Server Setup! 🌍 This GitHub repository is your go-to toolkit 🛠️ for launching a Palworld server in a snap using Docker! Choose from preset worlds like 'casual' 🏖️, 'normal' 🌆, or 'hard' 🌋, or dive deep into customization with flexible settings 🎛️.
https://dev.to/mbround18/dockerize-your-palworld-server-a-step-by-step-guide-1d02
BSD 3-Clause "New" or "Revised" License
24 stars 4 forks source link

4 Environment Variables Not Working #7

Closed stayupthetree closed 9 months ago

stayupthetree commented 9 months ago

I noticed that I got raided despite setting ENABLE_INVADER_ENEMY to false, so I looked at the ini and it was still set to true. I dug around and noticed that while the readme has ENABLE_INVADER_ENEMY in the config.py and other files it is B_ENABLE_INVADER_ENEMY that everything is looking for. Same for the following

"b_enable_player_to_player_damage": "False",
"b_enable_friendly_fire": "False",
"b_enable_invader_enemy": "True",
"b_active_unko": "False",

Sorry if I am being a nuisance with all these issues

mbround18 commented 9 months ago

No no not at all no worries on the issues, those should be:

B_ENABLE_PLAYER_TO_PLAYER_DAMAGE
B_ENABLE_FRIENDLY_FIRE
B_ENABLE_INVADER_ENEMY
B_ACTIVE_UNKO

Screenshot 2024-01-31 005828

I can update in the docs to reflect the B_ prefixer

mbround18 commented 9 months ago

Updated the docs :) 5a50724