Page 1 of 1

gg_join_message v1.1

PostPosted: Mon Jul 19, 2010 7:08 am
by satoon101
gg_join_message

Description:
  • Show message when players connect.
  • Message will include total wins by player and their rank (if they are ranked)
  • This version is made to run with GunGame5.1

Installation:
  • Extract this file to your server
  • Restart your server or reload GunGame
  • Edit the newly appeared ../cfg/gungame51/custom_addon_configs/gg_join_message.cfg
  • Restart your server or reload GunGame

Credits:

PostPosted: Tue Jul 20, 2010 1:31 am
by CTS_AE
sweet thanks man I'm testing it out right now ; )
why didn't you make the config default to on?

PostPosted: Tue Jul 20, 2010 1:40 am
by satoon101
No addon (whether custom or included) should be defaulted to on ;)

Also, I forgot to mention in the first post, if anyone has any other Translations, please feel free to post them here. I will add any new Translations to future releases.

Satoon

PostPosted: Tue Jul 20, 2010 6:32 am
by XE_ManUp
Good job on this port, satoon101!

PostPosted: Thu Apr 12, 2012 12:16 am
by satoon101
Updated script with minor changes.

Satoon

PostPosted: Tue Nov 20, 2012 12:16 am
by algeriano
But there is no custom_addon_configs/gg_join_message.cfg created!!!!!how should i do????

PostPosted: Tue Nov 20, 2012 12:22 am
by satoon101
Make sure you have the correct permissions set up for your server's ../cfg/gungame51/custom_addon_configs/ folder so that the file can be created. Outside of that, it could be that an error was encountered prior to the file being created. Post any logs from your ../cfg/gungame51/logs/ directory.

Satoon

PostPosted: Tue Nov 20, 2012 12:58 am
by algeriano
Ok there is no logs created in the folder logs even i have no folder called custom_addon_configs i have only included_addon_configs

PostPosted: Tue Nov 20, 2012 1:02 am
by satoon101
The first thing GunGame does is create a log file, even if it is empty, so I believe you do have permissions issues. The ../cfg/gungame51/custom_addon_configs directory is shipped with GunGame, so that file should definitely exist unless you did not copy it over. It is an empty folder, so that could be an issue with whatever program you used to copy folders over.

Satoon

PostPosted: Tue Nov 20, 2012 1:14 am
by algeriano
i didn't use FTP i used the control panel in my server to transfer the files and yes i see that custom_addon_configs is included in the package and also database which don't exist can i reupload everything without crashing the gungame mod cauz it works on my server

PostPosted: Tue Nov 20, 2012 1:17 am
by algeriano
and which permission should i give to the files??and which files???

PostPosted: Tue Nov 20, 2012 1:27 am
by algeriano
ok a used fillezilla to overwrite all gungame files and all folders exist now but i restarted the server and gg_join_message.cfg didn't show (i gave permission 777 to custom_addon_configs)!!!!

PostPosted: Tue Nov 20, 2012 2:09 am
by satoon101
Could you check your server's ../addons/eventscripts/gungame51/scripts/custom/gg_join_message/ folder and see if any files with the extension .pyc were created? Let me know which ones were/weren't created.

Satoon

PostPosted: Tue Nov 20, 2012 2:18 am
by algeriano
i don't think there is a a file which is created or not

the list of files are :

gg_join_message.ini
gg_join_message.py
gg_join_message_config.py
__init__.py

and those are included with the package i think

PostPosted: Tue Nov 20, 2012 2:36 am
by satoon101
Yeah, I think you need to set the permissions on the ../addons/eventscripts/scripts/custom/ folder to 777 so that the .pyc files can be created.

Satoon