1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice

XBOX360 SUPPORT !!?!?!!?!?!?!?! MUST READ!

Discussion in 'General Discussion' started by xev, Aug 7, 2013.

  1. xev

    xev
    Expand Collapse

    Joined:
    Jun 16, 2013
    Messages:
    20
    I was fishing through the code on the tech demo and i found this O.O:

    // Auto-load on the 360
    if( $platform $= "xenon" )
    {
    %mission = "levels/Empty Terrain.mis";

    echo("Xbox360 Autoloading level: '" @ %mission @ "'");


    if ($pref::HostMultiPlayer)
    %serverType = "MultiPlayer";
    else
    %serverType = "SinglePlayer";


    createAndConnectToLocalServer( %serverType, %mission );
    }
    }

    - - - Updated - - -

    Here is more

    // Default to a new logfile each session.
    if( !$logModeSpecified )
    {
    if( $platform !$= "xbox" && $platform !$= "xenon" )
    setLogMode(6);
    }
     
  2. DaJeroen

    DaJeroen
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    77
    Xbox 360 controller

    /thread
     
  3. xev

    xev
    Expand Collapse

    Joined:
    Jun 16, 2013
    Messages:
    20
    it does say platform?
     
  4. Mythbuster

    Mythbuster
    Expand Collapse

    Joined:
    Aug 11, 2012
    Messages:
    782

    Torque3D is an engine that runs on Xbox I guess, as this code was probably written by the Torque3d developers, not the devs of BeamNG. The developers of BeamNG aren't planning to bring this to console, they have stated that before...
     
  5. AnnoyingIB

    AnnoyingIB
    Expand Collapse

    Joined:
    Sep 9, 2012
    Messages:
    42
    Mythbuster arrives and kills another myth!
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice