Calling all content!

Since the official masters are going down November 1st, we'll be re-re-releasing the game for free on a new site. So, we'll need a few submissions from the community... and if it does get used, you can have your name listed in the credits.

A few of the things we're looking for are:
  • Screenshots (for the website and full installer)
  • Videos of gameplay, trailers, etc (For the website - Youtube is fine)
  • Ideas for fixes to the game that should be made
  • Any additional content you think needs in (GUIs, missions, shapes, textures)
(can be optional content)
Any idea you get can be helpful, don't hold back. :)

PS: Also, if somebody can do a few of the 512px player skins that weren't included last time it could help. They should be just the base skins, so they shouldn't be too difficult.
  • domorun.gif
«13

Comments

  • Are we legally allowed to re-release the Tribes 2?
    Anyways, I think that terrain textures could be more better and maybe some more new "buildings".
  • They Are going down?
    I didnt know that....
  • Here's a file I'd like to be posted on the site: http://www.the-construct.net/forums/showthread.php?t=644
  • Since the official masters are going down November 1st, we'll be re-re-releasing the game for free on a new site. So, we'll need a few submissions from the community... and if it does get used, you can have your name listed in the credits.

    A few of the things we're looking for are:
    • Screenshots (for the website and full installer)
    • Videos of gameplay, trailers, etc (For the website - Youtube is fine)
    • Ideas for fixes to the game that should be made
    • Any additional content you think needs in (GUIs, missions, shapes, textures)
    (can be optional content)
    Any idea you get can be helpful, don't hold back. :)

    PS: Also, if somebody can do a few of the 512px player skins that weren't included last time it could help. They should be just the base skins, so they shouldn't be too difficult.

    Z...o...m...g... ... ... ......

    ....

    .

    ....

    ..
    .

    I could re-vamp the current T2 music to sound newer. :)
  • Since the official masters are going down November 1st, we'll be re-re-releasing the game for free on a new site. So, we'll need a few submissions from the community... and if it does get used, you can have your name listed in the credits.

    A few of the things we're looking for are:
    • Screenshots (for the website and full installer)
    • Videos of gameplay, trailers, etc (For the website - Youtube is fine)
    • Ideas for fixes to the game that should be made
    • Any additional content you think needs in (GUIs, missions, shapes, textures)
    (can be optional content)
    Any idea you get can be helpful, don't hold back. :)

    PS: Also, if somebody can do a few of the 512px player skins that weren't included last time it could help. They should be just the base skins, so they shouldn't be too difficult.

    I'm not exactly sure what I can do, maybe if somebody suggests something...
    :)
  • here are some of my submissions
    Note: will add some more to this post later.

    Update:
    My IP Connection Script. Player type an IP into the box and hit the Join Button:
    package PCJoinIP
    {
            function AddStuff()
            {
           		new ShellTextEditCtrl(IPBox)
           		{
           			profile = "NewTextEditProfile";
           			horizSizing = "right";
           			vertSizing = "bottom";
           			position = "10 -5";
           			extent = "187 38";
           			minExtent = "32 38";
           			visible = "1";
           			hideCursor = "0";
           			bypassHideCursor = "0";
           			helpTag = "0";
           			longTextBuffer = "0";
           			maxLength = "21";
           			historySize = "0";
           			password = "0";
           			tabComplete = "0";
           			deniedSound = "InputDeniedSound";
           			glowOffset = "9 9";
           			variable = "$JoinIP";
           		};
    
           		new ShellBitmapButton(IPButton)
           		{
           			profile = "ShellButtonProfile";
           			horizSizing = "right";
           			vertSizing = "bottom";
           			position = "180 -5";
           			extent = "65 38";
           			minExtent = "32 38";
           			visible = "1";
           			command = "IPJoinGame($JoinIP);";
           			helpTag = "0";
           			text = "Join";
           			simpleStyle = "0";
           		};
    
    		GM_Frame.add(IPBox);
    		GM_Frame.add(IPButton);
            }
    
            function GameGui::onWake(%this)
            {
    		parent::onWake(%this);
    		AddStuff();
            }
    
            function IPJoinGame(%address)
            {
            	if(%address $= "")
            	{
           		Canvas.popDialog( MessageBoxOKDlg );
    			MessageBoxOK("Hmmmmmmm", "<just:center>\n<color:FFFF00>You must have something Entered." );
    		}
    		else
    		{
    			JoinGame(%address);
    		}
    	}
    };
    activatepackage(PCJoinIP);
    
    
    • screen3.png
  • A red screen? Well thought. :)
  • Here's a few screenshots. Not much, but looks nice. :)
    • Inventory.png
    • SlapMyDash.png
    • DX.png
  • Here's a file I'd like to be posted on the site: http://www.the-construct.net/forums/showthread.php?t=644

    I've been looking for something like that ever since I started playing construction. Now I won't have to use the boogie pads to get the emotes. :D
  • How do you do "screenshots"?
  • How do you do "screenshots"?

    Press "Print Screen | SysRq", usually found above the numpad.
  • Press "Print Screen" on your keyboard.
  • How do i post it then?
  • Attach it to a post.
  • Thanks..
  • I think it should have diffrent amour styles like E.X halo 3
    *cough* grapler *cough cough*
  • I think it should have diffrent amour styles like E.X halo 3
    *cough* grapler *cough cough*
    What are you talking about? Stay on-topic, please.
  • I think we should setup a combat night and take screenshots of a massive battle.
  • I am learning modelling(yes, i typed it wrong) whit Blender, so i could try making new buildings and other stuff.
  • I think I should try creating custom shapes for Tribes 2 in Hammer. Hammer used to be the Worldcraft editor so I can configure it for Tribes 2.
  • Here's a file I'd like to be posted on the site: http://www.the-construct.net/forums/showthread.php?t=644
    There should actually be a construction mod included with the full installer, but we might need to put up a download vault of some sort for people to use.
    I could re-vamp the current T2 music to sound newer. :)
    I'll throw the bonus tracks from the soundtrack in with the game, maybe put the soundtrack up for download on the site. :p


    If any of you have the time or are playing in combat servers anyways, it'd be a big help if you could take screenshots of any big firefights you see. If you can run it at high resolutions or use a screenshot script to remove the huds, all the better (though not required - huds are fine for the shots on the site).
    You might stick them in a zip archive before attaching as well, they'll all be watermarked otherwise. The more the better though!
    A fight night would be good for this. I know a couple other communities already hold them, but if we really need to we could increase the player limit on TX and stage a few scenes, or throw up the BC server with a combat mod.
    I think I should try creating custom shapes for Tribes 2 in Hammer. Hammer used to be the Worldcraft editor so I can configure it for Tribes 2.
    There's "Torque Constructor" as well, which I'm pretty sure you can just toss dts models into for size references and such. Should be free on the garagegames site.
  • There should actually be a construction mod included with the full installer, but we might need to put up a download vault of some sort for people to use.
    Mine is best for lazy or forgetful people who don't click on their construction mod client.
  • I was on topic it was a sugestion Eolk.
  • If any of you have the time or are playing in combat servers anyways, it'd be a big help if you could take screenshots of any big firefights you see.

    I've got a shitload of pics stored, so I guess I'll post up a few. Some classic dog fighting scenes in CCM and ACCM. As well other miscellaneous junk, like battles, fooling around in construction, and some completely random pics.
    • Halsshot0027.png
    • Halsshot0042.png
    • Halsshot0059.png
    • Halsshot0090.png
    • Halsshot0094.png
    • Halsshot0095.png
    • Halsshot0106.png
    • Halsshot0127.png
    • Halsshot0133.png
    • Halsshot0149.png
    • Halsshot0151.png
    • Halsshot0153.png
    • Halsshot0154.png
    • Halsshot0155.png
    • Halsshot0156.png
    • Halsshot0044.png
  • Some more pics. (Some have numbers for some reason, I guess I was running Fraps at the time.)
    • Halsshot0157.png
    • Halsshot0158.png
    • Halsshot0166.png
    • Halsshot0169.png
    • Halsshot0171.png
    • Halsshot0172.png
    • Halsshot0175.png
    • Halsshot0179.png
    • Halsshot0180.png
    • Halsshot0181.png
    • Halsshot0052.png
    • Halsshot0138.png
  • You might stick them in a zip archive before attaching as well, they'll all be watermarked otherwise. The more the better though!

    My internet keeps crashing when I try uploading the file... I'll look into the issue later, but for now what you get is what you get.
  • Update:
    My IP Connection Script. Player type an IP into the box and hit the Join Button:
    Not a bad idea, but you might notice on smaller resolutions that something like that wouldn't fit in very well. However, I'll make sure there is a little button on the join tab to bring up the IP entry box.
  • Maybe my in-game scripting utility? Just needs to be cleaned up a bit..
  • I've got a building in the works right now. I'll finish it this week and upload the building file and the screens
  • *cough* video of *cough* a 64 player *cough* ccm server *cough* would be bad ass *cough*

    ... what?...
Sign In or Register to comment.