[Solved @ Bob / Nobody] Teleporters / augged scope

The best and quickest support by a group of top-notch editing specialists, guaranteed!

Moderator: Forum Guards

[Solved @ Bob / Nobody] Teleporters / augged scope

Postby Cozmo » Sun Nov 20, 05 12:11 am

how do i make teleporters for dxmp? coz im making a city linked together with subways (teleporters in doors)
o yea and howd i make it so a scope has augged vision?
Cozmo_RPG (v1 & v2)
MPConversations - A tool for creating multiplayer RPG stuff
Cozmo
Master
 
Posts: 1266
Joined: Tue Jun 28, 05 10:53 am
Location: UK

Postby Bob » Sun Nov 20, 05 1:08 am

Bob
Forum God
 
Posts: 8552
Joined: Sun Apr 25, 04 9:14 pm
Location: Scotland - Marco's House =P

Re: teleporters

Postby ~ô¿ô~Nobody~ » Sun Nov 20, 05 2:07 am

~Cozmo~ wrote:o yea and howd i make it so a scope has augged vision?


Code: Select all
//================================================================================
// WeaponVisionSniper.                (C)     ~[Ã?]Nobody~
//================================================================================
class WeaponVisionSniper extends WeaponRifle;


simulated function RefreshScopeDisplay(DeusExPlayer player, bool bInstant, bool bScopeOn)
{
    if(bScopeOn && (Player !=None))
    {
        if(Level.NetMode != NM_StandAlone )
          DeusExRootWindow(Player.RootWindow).ScopeView.ActivateView(ScopeFOV, False, bInstant);

        DeusExRootWindow(Player.RootWindow).HUD.AugDisplay.bVisionActive = true;
        DeusExRootWindow(Player.RootWindow).HUD.AugDisplay.VisionLevel = 3;
        DeusExRootWindow(Player.RootWindow).HUD.AugDisplay.VisionLevelValue = 28800;
    }
    else if (!bScopeOn)
    {
        DeusExRootWindow(Player.RootWindow).ScopeView.DeActivateView();
        DeusExRootWindow(Player.RootWindow).HUD.AugDisplay.bVisionActive = False;
    }
}


that's the vision sniper that i use in my SG maps
Nobody is perfect...
------------------------------
Longc[A]t wrote:I still think Dae is a russian spambot.

~[A]Daedalus~ wrote:There will be a day when my patience goes away and you, along with all who rant with you, will get banned.

ô¿ô¥[GODZ]¥NOCHANC wrote:I can ban any one I want ANY time I want. You have no rights here.
User avatar
~ô¿ô~Nobody~
Alpha
 
Posts: 2520
Joined: Fri Dec 31, 04 3:20 pm
Location: Proclarush Taonas

Postby Cozmo » Sun Nov 20, 05 2:38 pm

Thanks!
Cozmo_RPG (v1 & v2)
MPConversations - A tool for creating multiplayer RPG stuff
Cozmo
Master
 
Posts: 1266
Joined: Tue Jun 28, 05 10:53 am
Location: UK


Return to Editing issues

Who is online

Users browsing this forum: No registered users and 2 guests
cron