-
Notifications
You must be signed in to change notification settings - Fork 52
Update FiveM egg #218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update FiveM egg #218
Conversation
Updated the egg with: New startup script to use the txAdmin changes, this will use the new TXHOST_TXA_PORT Added Game Name Options: FiveM or RedM Added Game Type : This is used to set gamename inside server.cfg in root location. Also connected to game Name to set correct value in server.cfg
Added txAdmin changes and options in the egg
fix typo
Changes:
Removed deprecated +set serverProfile and +set txAdminPort ConVars.
Added export TXHOST_DATA_PATH default to define a default data directory.
Added export TXHOST_TXA_PORT {{TXADMIN_PORT}} to replace +set txAdminPort using the new method.
Added export TXHOST_GAME_NAME to support RedM also.
Startup log is now free of deprecation warnings.
|
I think the better approach might be to just rename the variables. |
|
i have tested that way , but it didnt work for me ?? it still went to standard txadmin port 40120 even if when i changed the port (and the ofc to the new TXHOST_TXA_PORT variable), only works if i put it before the 'main' startup script. |
|
like i described here pelican-eggs/games-standalone#65 (comment) , the one that works on that egg acknowledge the same issue. |
Do you have an idea why causing the variable not treated like they should ? |
Changed env handling hopefully correct now ?
Renamed TXADMIN_PORT to TXHOST_TXA_PORT Renamed GAME_NAME to TXHOST_GAME_NAME
Description
Changes:
Removed deprecated +set serverProfile and +set txAdminPort ConVars.
Added export TXHOST_DATA_PATH default to define a default data directory.
Added export TXHOST_TXA_PORT {{TXADMIN_PORT}} to replace +set txAdminPort using the new method.
Added export TXHOST_GAME_NAME to support RedM also.
Startup log is now free of deprecation warnings.
Will fix/close #196
Checklist for all submissions