TT Revision [message #492035] |
Wed, 22 February 2017 12:39 |
|
Gen_Blacky
Messages: 3250 Registered: September 2006
Karma: 1
|
General (3 Stars) |
|
|
Is there a list of builds that where released.
I want to update this with all builds.
sub revision
{
my $rev = shift;
my $name;
$name = $rev;
$name = "Beta 5" if ( $rev == 4914 );
$name = "RC1 Beta" if ( $rev == 5032 );
$name = "RC1" if ( $rev == 5074 );
$name = "RC2 Beta" if ( $rev == 5219 );
$name = "RC2" if ( $rev == 5229 );
$name = "RC3 Beta" if ( $rev == 5241 );
$name = "RC3 Beta Build 2" if ( $rev == 5273 );
$name = "RC3" if ( $rev == 5276 );
$name = "RC4 Beta" if ( $rev == 5277 );
$name = "Patch 1" if ( $rev == 5704 );
$name = "Patch 1 Private" if ( $rev == 5707 );
$name = "RC2" if ( $rev == 6426 );
$name = "RC3" if ( $rev == 6440 );
$name = "Final" if ( $rev == 6482 );
$name = "Final Patch 2" if ( $rev == 6479 );
$name = "RC1" if ( $rev == 6928 );
return $name;
}
[Updated on: Wed, 22 February 2017 12:39] Report message to a moderator
|
|
|
Re: TT Revision [message #492039 is a reply to message #492035] |
Wed, 22 February 2017 14:18 |
|
No such list of revisions exists, its not something we keep track of.
Why do you want that information anyway?
If there are specific features introduced in certain versions that you want to test for (i.e. if version > x then assume player has feature abc) then get me a list and I should be able to give you the revision numbers when those features were first introduced.
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
[Updated on: Wed, 22 February 2017 14:20] Report message to a moderator
|
|
|
Re: TT Revision [message #492040 is a reply to message #492035] |
Wed, 22 February 2017 15:16 |
dblaney1
Messages: 358 Registered: March 2014 Location: United States
Karma: 0
|
Commander |
|
|
We really should just force players to run the latest revision anyway. There is really no valid reason to be running outdated versions. Especially if they already have tt installed just an older build. If everything goes as planned 4.3 should be rolling out to everyone very soon. My server already forces atleast the latest 4.2 and once 4.3 comes out it will force 4.3.
[Updated on: Wed, 22 February 2017 15:21] Report message to a moderator
|
|
|
Re: TT Revision [message #492041 is a reply to message #492035] |
Wed, 22 February 2017 17:23 |
|
Yeah there is no reason not to let the updater do its job and install the latest version.
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: TT Revision [message #492042 is a reply to message #492035] |
Thu, 23 February 2017 01:24 |
|
Gen_Blacky
Messages: 3250 Registered: September 2006
Karma: 1
|
General (3 Stars) |
|
|
No real reason. I used the revision func in my ForceTT plugin when 4.0 was first released. Right now it used to display the name instead of the revision number in multiple scenarios.
It would be nice to know what build they have instead oh they have scripts 4.x with some revision.
I was forcing 4.2. Currently we are not forcing any version. But yea no reason everyone can't update and would happily force.
[Updated on: Thu, 23 February 2017 01:25] Report message to a moderator
|
|
|
Re: TT Revision [message #492044 is a reply to message #492035] |
Thu, 23 February 2017 12:35 |
iRANian
Messages: 4311 Registered: April 2011
Karma: 0
|
General (4 Stars) |
|
|
The problem is that there aren't a lot of players left, if you force this it will cause even less players to play.
Long time and well respected Renegade community member, programmer, modder and tester.
Scripts 4.0 private beta tester since May 2011.
My Renegade server plugins releases
|
|
|
Re: TT Revision [message #492045 is a reply to message #492044] |
Thu, 23 February 2017 14:41 |
dblaney1
Messages: 358 Registered: March 2014 Location: United States
Karma: 0
|
Commander |
|
|
iRANian wrote on Thu, 23 February 2017 12:35 | The problem is that there aren't a lot of players left, if you force this it will cause even less players to play.
|
If they are already on TT updating to the latest is super simple.
|
|
|
|
|
Re: TT Revision [message #492048 is a reply to message #492035] |
Thu, 23 February 2017 21:10 |
shaitan
Messages: 727 Registered: April 2005 Location: Pennsylvania
Karma: 0
|
Colonel |
|
|
Rencorner wont be forcing scripts(haven't had any !forcett's in over a year), we'll force a minimum version on people already using it(when most of them get theirs updated, then it's when it happens).
We get a few non-scripts users, and most of them get it after chatting with moderators on how to do it.
Also, dblaney, I heard some interesting shit about you the other night. Scripts 4.4 + MPF + your IP + cheating. What was that all about?
Aircraftkiller wrote on Sun, 18 Jan 2004 07:38 | I get along with people fine, so long as they aren't rejects who promised things that they couldn't
deliver on, or forum trolls who contribute nothing except to bloat the fragile egos of the same
rejects I despise.
|
|
|
|
Re: TT Revision [message #492049 is a reply to message #492047] |
Thu, 23 February 2017 22:39 |
|
Gen_Blacky
Messages: 3250 Registered: September 2006
Karma: 1
|
General (3 Stars) |
|
|
Jerad Gray wrote on Thu, 23 February 2017 18:57 |
iRANian wrote on Thu, 23 February 2017 12:35 | The problem is that there aren't a lot of players left, if you force this it will cause even less players to play.
|
I know for a fact there are still players on rencorner running without scripts.
|
Indeed
|
|
|