[T:V] TribesScript request

E

elmuerte

Guest
Can somebody email me the complete TribesScript source code (UnrealScript sourcecode for Tribes:V).
I need it to complete the support for Tribes:V in UnCodeX ( http://uncodex.elmuerte.com ). I have the script from a beta, I just want to make sure it works with the final release.
 
Last edited:
Bodo Riffer said:
If you are thinking of the T:V Development Kit: http://s93792306.onlinehome.us/tv/source.rar

That is the source as it should be, including those subdirectories in Classes and the division between game\unreal? (I don't have tribes:v myself so I can't check it).

Also can you provide me the list of EditPackages as they are listed in the Default.ini file? I need this to know the package order.
 
elmuerte said:
That is the source as it should be, including those subdirectories in Classes and the division between game\unreal? (I don't have tribes:v myself so I can't check it).

Yes, it is! In this form it compiles fine without any warnings and so on.

elmuerte said:
Also can you provide me the list of EditPackages as they are listed in the Default.ini file? I need this to know the package order.

I am at work atm but will post/send it as soon as possible in the evening (will be in 5-6 hours from now on). I live in germany.
 
From UCC.ini:
Code:
EditPackages=Core
EditPackages=Engine
EditPackages=IGEffectsSystem
EditPackages=IGVisualEffectsSubsystem
EditPackages=IGSoundEffectsSubsystem
EditPackages=Editor
EditPackages=UWindow
EditPackages=GUI
EditPackages=TVEd
EditPackages=IpDrv
EditPackages=UWeb
EditPackages=UDebugMenu

; Tribes specific packages
EditPackages=MojoCore
EditPackages=MojoActions
EditPackages=PathFinding
EditPackages=Scripting
EditPackages=AICommon
EditPackages=Movement
EditPackages=Gameplay
EditPackages=TribesGui
EditPackages=Tyrion
EditPackages=Physics
EditPackages=TribesAdmin
EditPackages=TribesWebAdmin
EditPackages=TribesVoting
EditPackages=TribesTVClient
EditPackages=TribesTVServer

; Extension packages
EditPackages=Speedo

From TV_CD_DVD.ini
Code:
EditPackages=Core
EditPackages=Engine
EditPackages=IGEffectsSystem
EditPackages=IGVisualEffectsSubsystem
EditPackages=IGSoundEffectsSubsystem
EditPackages=Editor
EditPackages=UWindow
EditPackages=GUI
EditPackages=TVEd
EditPackages=IpDrv
EditPackages=UWeb
EditPackages=UDebugMenu
EditPackages=MojoCore
EditPackages=MojoActions
EditPackages=PathFinding
EditPackages=Scripting
EditPackages=AICommon
EditPackages=Movement
EditPackages=Gameplay
EditPackages=TribesGui
EditPackages=Tyrion
EditPackages=Physics
EditPackages=TribesAdmin
EditPackages=TribesWebAdmin
EditPackages=TribesVoting
EditPackages=TribesTVClient
EditPackages=TribesTVServer
EditPackages=Speedo
 
Back
Top