mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 08:58:06 +00:00 
			
		
		
		
	Palworld: Added instructions for changing config (#2818)
* Added instructions for changing config It was unclear as to why config changes were not being applied. * Simplify --------- Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									111e1b1297
								
							
						
					
					
						commit
						da43aa8d20
					
				| @ -107,7 +107,7 @@ The RCON port does not need to be allocated. | ||||
| 3. Then hit reinstall because the parser application has to be downloaded | ||||
| 4. Because the Palworld devs forgot with the v0.1.5.0 to add the new `bShowPlayerList` key to the config you will need to add it yourself. This maybe fixt in the future. Its default value is False | ||||
| 
 | ||||
| Example of the end of the config: `bUseAuth=True,BanListURL="https://api.palworldgame.com/api/banlist.txt",bShowPlayerList=False)` | ||||
| Example of the end of the config: `bUseAuth=True,bShowPlayerList=False,BanListURL="https://api.palworldgame.com/api/banlist.txt")` | ||||
| 
 | ||||
| ### Variable Parsing | ||||
| 
 | ||||
| @ -118,4 +118,8 @@ Those who need more variables will have to add them themselves. | ||||
| 
 | ||||
| See a list of what key matches with what variable [Here](https://github.com/QuintenQVD0/Palword-server-config-parser?tab=readme-ov-file#key-with-variables) | ||||
| 
 | ||||
| **Variables that do not exist will automatically be skipped parsing so you do not have to worry about it emptying your config file** | ||||
| **Variables that do not exist will automatically be skipped parsing so you do not have to worry about it emptying your config file** | ||||
| 
 | ||||
| ### Config | ||||
| 
 | ||||
| The config is found at the following path: `Pal/Saved/Config/LinuxServer/PalWorldSettings.ini` | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user