Tribes Rebirth (source port)

Altimor

Veteran X
https://github.com/AltimorTASDK/TribesRebirth
step 1: create VS projects for the darkstar code and make it compile on things besides ancient borland shit
step 2: reconstruct the missing headers in the tribes code
step 3: mass auto reformatting because it has some stupid 3 space indents randomly mixed with tabs
step 4: add cool stuff like better mouse input, security exploit fixes, higher server tickrates, and modern opengl (jk the project will fall apart before this step and tribes will die forever)
 
I would encourage you to not do the mass auto reformat. This will make tracking real changes harder. There is always the possibility that other copies of the source may surface later. You would want to quickly and easily compare.

The mass auto reformat is something that you should do as a last step rather than an initial step if you must do it.

You would have to tell the msft compiler not to do it for you.
 
I would encourage you to not do the mass auto reformat. This will make tracking real changes harder. There is always the possibility that other copies of the source may surface later. You would want to quickly and easily compare.

The mass auto reformat is something that you should do as a last step rather than an initial step if you must do it.

You would have to tell the msft compiler not to do it for you.

If that happened I could always just compare without whitespace.
 
catch-up:

-redo missing dynamix patches
-redo hudbot radar
-redo 1.40 scripting/function updates
-redo pft/png/ogg/zip format conversions
-redo 1.40 dynamic PFT settings
-incorporate existing plugin functionality - plugin loader, nogreenlines, transchat, bluelines, hires base textures
-remove the redbook CD player and replace with MP3 soundtrack/player
-redo the keybinds options screen menu
-redo scriptGL (or lose it, which would suck :( )

improvements:

-replace bitmap fonts with TrueType - or fix the FontEd Tool in Toolbin (it seems to have been able to convert windows fonts into bitmap fonts that are formatted properly for tribes. i could only get it to run in a win95 VM and even then it crashed like crazy so i'm not sure)
-remove size limitations on some textures (menu backgrounds, etc)
-first person weapon opacity
-some kind of GUID or player identification that would make bans easier to maintain?
-some kind of anticheat/memory scan functionality (that would hopefully be both comprehensive and lightweight)
-fps cap
-lighting and sky improvements
-options to select screenshot format (BMP, JPG and PNG would be awesome)
-allow FOV's higher than 120 to be set ingame
-some kind of server auto-download map functionality (push maps packs! hopefully from a download server that's NOT the game server so you wouldn't lag clients when someone needs maps)

i dont have much time to help anymore these days but i can probably do little bits on flights once or twice a month- i finally got a decent laptop so no more coding on a 10inch atom netbook with a broken C key :)
 
Last edited:
Also think about things like particle effects. Maybe redo rain snow and fog. With rain I was thinking of a density slider and a png that would be used as the individual texture. Same thing for the snow. As for the fog I was thinking of a low misty pocket of fog that renders at different levels and thickness depending on the maps fog level. Not thick, just patchy so you can fly through clouds and things
 
This would be so awesome if you could change the API to a modern one..

Shader, Light, Soft vol.Shadows and Fog, nice HDR oder Bloom even real time Raytracing is possible :D

With Shaders everything will look great, the bases could have all kind of details, the terrain could have grass, snow,lava, be wet.. And the High-Poly Playermodels could even have wrinkles in their faces :D
 
This would be so awesome if you could change the API to a modern one..

Shader, Light, Soft vol.Shadows and Fog, nice HDR oder Bloom even real time Raytracing is possible :D

With Shaders everything will look great, the bases could have all kind of details, the terrain could have grass, snow,lava, be wet.. And the High-Poly Playermodels could even have wrinkles in their faces :D

No matter what shaders you put on it it's still going to be low poly Tribes terrain.
 
altimor made an aimfix that people won't even put on their servers, do you think they would change the netcode? or download anything new for that matter.

i would idk about most ppl tho

that is poopsayo's fault for being a dick and n0t adding it the 2 community, but i'm p sure ppl would download new tribe version with all neat fixes, updates etc. and just point them to dl link like 1.41 is on community
 
Back
Top