add ld lib path to 7dtd
adds a variable to set the ld lib path for version 18.
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
|     "meta": { | ||||
|         "version": "PTDL_v1" | ||||
|     }, | ||||
|     "exported_at": "2019-08-30T20:42:59-04:00", | ||||
|     "exported_at": "2019-10-24T00:07:13-04:00", | ||||
|     "name": "7 Days To Die", | ||||
|     "author": "kristoffer.norman@bahnhof.se", | ||||
|     "description": "7 days to die server", | ||||
| @@ -58,6 +58,15 @@ | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "required|boolean" | ||||
|         }, | ||||
|         { | ||||
|             "name": "ld lib path", | ||||
|             "description": "This is really annoying that more games are doing this.", | ||||
|             "env_variable": "LD_LIBRARY_PATH", | ||||
|             "default_value": ".", | ||||
|             "user_viewable": 0, | ||||
|             "user_editable": 0, | ||||
|             "rules": "required|string|max:20" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user