Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Tiberian Technologies / Blackhand Studios » Tiberian Technologies Forum » TT Revision
TT Revision [message #492035] Wed, 22 February 2017 12:39 Go to next message
Gen_Blacky is currently offline  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;
}


http://s18.postimage.org/jc6qbn4k9/bricks3.png

[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 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

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 Go to previous messageGo to next message
dblaney1 is currently offline  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 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

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 Go to previous messageGo to next message
Gen_Blacky is currently offline  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.


http://s18.postimage.org/jc6qbn4k9/bricks3.png

[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 Go to previous messageGo to next message
iRANian is currently offline  iRANian
Messages: 4298
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 Go to previous messageGo to next message
dblaney1 is currently offline  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 #492046 is a reply to message #492035] Thu, 23 February 2017 14:57 Go to previous messageGo to next message
YesNoMayb is currently offline  YesNoMayb
Messages: 176
Registered: February 2012
Karma: 0
Recruit
Are you releasing it on Sunday?
Re: TT Revision [message #492047 is a reply to message #492044] Thu, 23 February 2017 18:57 Go to previous messageGo to next message
Jerad2142 is currently offline  Jerad2142
Messages: 3800
Registered: July 2006
Location: USA
Karma: 6
General (3 Stars)
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.


Re: TT Revision [message #492048 is a reply to message #492035] Thu, 23 February 2017 21:10 Go to previous messageGo to next message
shaitan is currently offline  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 Go to previous message
Gen_Blacky is currently offline  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


http://s18.postimage.org/jc6qbn4k9/bricks3.png
Previous Topic: Scripts 4.3 RC5 is now available
Next Topic: Scripts 4.3 final is now available
Goto Forum:
  


Current Time: Thu Mar 28 02:37:09 MST 2024

Total time taken to generate the page: 0.00844 seconds