[Setup] Product=Translocam Version=100 Archive=Translocam.umod SrcPath=. MasterPath=.. Requires=Unreal Tournament Demo338Requirement Group=SetupGroup Group=umodINIGroup Group=SystemGroup Group=ManualGroup Group=umodIncludeFilesGroup [Unreal Tournament Demo338Requirement] Product=Unreal Tournament Demo Version=338 [SetupGroup] Copy=(Src=System\Manifest.ini,Master=System\Manifest.ini,Size=791,Flags=3) Copy=(Src=System\Manifest.int,Master=System\Manifest.int,Size=591,Flags=3) [umodINIGroup] Ini=System\UnrealTournament.ini,Engine.GameInfo.ServerPackages=Translocam [SystemGroup] File=(Src=System\Translocam.int,Size=150) File=(Src=System\Translocam.u,Size=224752) [ManualGroup] File=(Src=Help\Translocam.html,Size=8091) File=(Src=Help\Transman\Int01.jpg,Size=24129) File=(Src=Help\Transman\Off01.jpg,Size=22175) File=(Src=Help\Transman\On01.jpg,Size=19763) [umodIncludeFilesGroup] File=(Src=Help\Translogo.bmp,Size=28958) [Setup] LocalProduct=Translocam ReadMe=Help\Translocam.html SetupWindowTitle=Translocam AutoplayWindowTitle=Translocam Options ProductURL=http://www.planetunreal.com/mutation/readme/translocam.html VersionURL=http://www.planetunreal.com/mutation/readme/translocam.html Developer=JbP DeveloperURL=http://www.planetunreal.com/mutation Logo=Help\Translogo.bmp [Unreal Tournament Demo338Requirement] LocalProduct=Unreal Tournament Demo ProductURL=http://www.unrealtournament.com VersionURL=http://unreal.epicgames.com Developer=Epic Games DeveloperURL=http://www.epicgames.com [Public] Object=(Name=Translocam.TranslocamM,Class=Class,MetaClass=Engine.Mutator,Description="Translocam, Translocator has a video feed to player.")Įƒ*žD‘@X˜hA…f!Š ?O€Ó«cDESTX‘None InternalTimeColorVBitsUSizeMipZeroUBitsUClampVSizePaletteVClamp AnimNext MaxColor TranslocambMasked DrawFuzz PostRenderEngineCoreDrawVidScreen MinFrameRate MakeHUDFor MaxFrameRateUserMessageTranslocamPluginSendHUDDetails DrawStatusBotpackPlayReceivedMessage PreRenderDisplayMessagesDrawInterferenceDrawVideoFeedDrawCrossHair ChangeHudLocalizedMessage InputNumberChangeCrosshairSystem PlayerPawninterfMaxCount TranslocamM HUDPlugin ModifyPlayerStructProperty ScriptText StrPropertyNStructClassPropertyMsgD NamePropertyObjectProperty ReturnValue FunctionObjectSMutatorF LevelInfo ZoneInfoStyle Location LocalMessage DrawIconSetPosHUDWeaponPlayerReplicationInfoOther ByteProperty Palette11PRImyHUDGame RelatedPRI_1 RelatedPRI_2OptionalObjectRotatorLevelPackage Palette1ActorPawnFloatProperty RotationHudMode Crosshair MainMenuType MainMenuStartXStartYCriticalStringPNamePZone Translocator Palette13 Palette19 Palette21 Palette23 Palette25 TextBufferDeathMatchPlus ChallengeHUDTranslocatorTargetCamerabUseTranslocator Palette17TTarget bTTargetOut Disruption BoolPropertySwitchTextureClassCanvasHUDConfigWindowTypeOwner TransloHUD PlayerHUD bIsSetup CamAngleDisruptionLastTickbInterferenceinterferenceCount fuzz_a00 fuzz_a01 fuzz_a02 fuzz_a03 fuzz_a04 fuzz_a05 interf_a00 interf_a01VidInterf_a00VidInterf_a01VidOffVidOn VidScreen ActiveCam Palette3 IntProperty Palette15 bIsCrouchingƒ‰€„€„  ‹/5+’’’’’’’’’’’’’’’’’’6śĶĻ”‹žč)ƒ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£Ēʃ£ĒĘ ‘€’ €Œ@’’’’÷÷÷’ļļļ’ęęę’ŽŽŽ’ÖÖÖ’ĢĢĢ’ÅÅÅ’½½½’µµµ’­­­’„„„’™™™’”””’ŒŒŒ’„„„’{{{’sss’kkk’fff’ZZZ’RRR’JJJ’BBB’:::’333’)))’!!!’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’+€„µŪ“w-šš››˜˜––——-'   €„­€„€@€ø%€@VW’’’’’’’’’’’’’’’’’’6*<¢HśĶĻ”„x„x„x„x„x„x„x„x„x„x„x„xŒ]Pd+޽®l„x-¬‹(’æódģ‰gˆ”e‰gˆ”e‰gˆ”e-¬‹(‰gˆ”e-¬‹(‰gˆ”e ‘)" 3€„€@€„"‘€„€€€€'Ÿ@€!€€„Ÿ€Ÿ$€™§€„¤.‰.’”Ŗ w*œ²„‚wœ*° œ¢- œ¢-' õ߂-½ w*!õ   Ø0 #06* # ›› Ą-#&6„* &#šš o&//============================================================================= // HUDPlugin. // // Author: JbP (jbp@planetunreal.com) // Date: 11/10/99 // Notes: This is a HUD which becomes a players MyHUD. It allows one to customize // to a certain extent an existing HUD, whether it be a deathmatch/ // team/CTF, etc, HUD. It sends calls to the player's previous HUD. // Issues: You can't configure the old HUD in-game. You have to exit the game, // make the changes, then restart the game. Sorry. //============================================================================= class HUDPlugin expands ChallengeHUD; var HUD PlayerHUD; var bool bIsSetup; simulated event PostRender( canvas Canvas ) { if (!bIsSetup) { CrossHair = PlayerHud.CrossHair; HUDMode = PlayerHUD.HUDMode; MainMenuType = PlayerHUD.MainMenuType; HUDConfigWindowType = PlayerHUD.HUDConfigWindowType; MainMenu = PlayerHUD.MainMenu; bIsSetup = TRUE; } SendHUDDetails(); PlayerHUD.PostRender( Canvas ); } simulated function SendHUDDetails() { PlayerHUD.MainMenuType = MainMenuType; PlayerHUD.HUDConfigWindowType = HUDConfigWindowType; PlayerHUD.MainMenu = MainMenu; } simulated function InputNumber(byte F) { PlayerHUD.InputNumber( F ); } simulated function ChangeHud(int d) { PlayerHUD.ChangeHUD( d ); HUDMode = PlayerHUD.HUDMode; } simulated function ChangeCrosshair(int d) { PlayerHUD.ChangeCrossHair( d ); CrossHair = PlayerHUD.CrossHair; } simulated event PreRender( canvas Canvas ) { PlayerHUD.PreRender( Canvas ); } simulated function DrawCrossHair( canvas Canvas, int StartX, int StartY) { PlayerHUD.DrawCrossHair( Canvas, StartX, StartY ); } simulated function Message( PlayerReplicationInfo PRI, coerce string Msg, name N ) { PlayerHUD.Message( PRI, Msg, N ); } simulated function LocalizedMessage( class Message, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject, optional string CriticalString ) { PlayerHUD.LocalizedMessage( Message, Switch, RelatedPRI_1, RelatedPRI_2, OptionalObject, CriticalString ); } simulated function PlayReceivedMessage( string S, string PName, ZoneInfo PZone ) { PlayerHUD.PlayReceivedMessage( S, PName, PZone ); } simulated function bool DisplayMessages(canvas Canvas) { return PlayerHUD.DisplayMessages( Canvas ); } ¬T%+ė % ¶4)$KA/$$)$!'" ŗ1P  €¹9(F" (% Į2U|    8 7"€"€"€ "€*ƒƒƒ"ęį0¢ĘéŠ@g]@€                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              €€wm@@                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   @@‡q@                                                                                                                                                                                                  —r@                      ēr@ss)s@’’’’ööö’ššš’ęęę’ŽŽŽ’ÖÖÖ’ĢĢĢ’ĘĘĘ’¼¼¼’“““’®®®’¤¤¤’œœœ’”””’ŒŒŒ’„„„’zzz’rrr’lll’fff’ZZZ’RRR’JJJ’BBB’:::’000’***’"""’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’ :  "€"€"€ "€*‚‚‚"ęį0¢ĘéŠ@w·@€                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       €€‡Ē@@                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  @@—Ė@                                                                                                                                                                   §Ģ@            ÷Ģ@Ķ)Ķ9ͼ?"A‘ "  ;  "€"€"€ "€*"ęį0¢ĘéŠ@® @€                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   €€¾@@                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                @@Ī!@                                                                                                                                                                         Ž"@               .#@M#`#p# <  "€"€"€ "€*"ęį0¢ĘéŠ@»c@€                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      €€Ės@@                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        @@Ūw@                                                                                                                                                                                      ėx@             ;y@Zymy}y =  "€"€"€ "€*"ęį0¢ĘéŠ@ȹ@€                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       €€ŲÉ@@                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               @@čĶ@                                                                                                                                                                       ųĪ@               HĻ@gĻzĻŠĻ >"€"€"€ "€*"ęį0¢ĘéŠ@Ņ@€