ssgm.ini [message #453882] |
Fri, 09 September 2011 21:55 |
|
Xpert
Messages: 1588 Registered: December 2005 Location: New York City
Karma: 0
|
General (1 Star) |
|
|
Way to leave out like half the settings out of the ini file... Did someone get lazy?
Creator of NetGuard, an IRC network regulator.
Developer of the CloudyServ 0.982-X project.
Developer of the CloudyServ Ren-X bot.
Part time streamer - https://twitch.tv/gg_wonder
|
|
|
|
|
Re: ssgm.ini [message #453888 is a reply to message #453882] |
Fri, 09 September 2011 23:00 |
|
Which ssgm.ini keywords are missing?
Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
|
|
|
Re: ssgm.ini [message #453892 is a reply to message #453882] |
Fri, 09 September 2011 23:53 |
|
sla.ro(master)
Messages: 610 Registered: September 2010 Location: Romania
Karma: 0
|
Colonel |
|
|
Xpert wrote on Sat, 10 September 2011 07:55 | Way to leave out like half the settings out of the ini file... Did someone get lazy?
|
they worked a lot to make TT, you can convert old ssgm settings to new ssgm if u want those settings.
Creator of Mutant Co-Op
Developer of LuaTT
|
|
|
|
|
Re: ssgm.ini [message #454502 is a reply to message #454278] |
Tue, 13 September 2011 15:43 |
|
Xpert
Messages: 1588 Registered: December 2005 Location: New York City
Karma: 0
|
General (1 Star) |
|
|
reborn wrote on Mon, 12 September 2011 08:09 | Good effort!
Now add the plugin keys too, I forgot to add pretty much all of them.
|
Would anyone be interested in it? I have put together an SSGM.ini that reads all the plugins that come with it and I made it user friendly and neat like the one I have uploaded correctly.
Also, the swap.dll code, it has messages that are like "can't do it after 5 minutes", but you can change the timer. But even if you change the timer, the output will still be "after 5 minutes". Just pointing it out.
I also added in a piece so if you type !rtc again, you can revoke your team change.
else if (PlayerID == idrtc) {
Msg.Format("msg %s has revoked their team change request. The \"!rtc\" command is up for new request.",Get_Player_Name_By_ID(PlayerID));
Console_Input(Msg);
GameObject *timerthing = Find_Object_With_Script("RTC_timer");
Remove_Script(timerthing,"RTC_timer");
Commands->Destroy_Object(timerthing);
IsRTC = false;
idrtc = 0;
}
Creator of NetGuard, an IRC network regulator.
Developer of the CloudyServ 0.982-X project.
Developer of the CloudyServ Ren-X bot.
Part time streamer - https://twitch.tv/gg_wonder
|
|
|
Re: ssgm.ini [message #454586 is a reply to message #453882] |
Wed, 14 September 2011 02:18 |
|
reborn
Messages: 3231 Registered: September 2004 Location: uk - london
Karma: 0
|
General (3 Stars) |
|
|
I'd be interested in it!
I have taken your comments on board, and will commit the changes to reflect your concerns.
|
|
|