Forcing bus doors open

Discussion in 'Ideas and Suggestions' started by Carlover97, Apr 17, 2022.

  1. Carlover97

    Carlover97
    Expand Collapse

    Joined:
    Feb 13, 2022
    Messages:
    95
    Yes I know it sounds unrealistic, but I wish that there was a feature/mod/thingy that can make the Wentward bus doors open at any speeds. IF someone knows a mod, can you link it, please and think you
     
  2. Car8john

    Car8john
    Expand Collapse

    Joined:
    May 12, 2016
    Messages:
    6,292
    i mean in the code theres prob just a simple if statement saying something like:

    if(speed > max)
    {
    door open = 0;
    }
    else
    {
    door open = 1;
    }

    its not going to look that simple but just remove the if statement and have it open regardless and you got your mod
    --- Post updated ---
    oh and i forgot to mention:

    MAKE A BACKUP OF THE ORIGINAL CODE FILE

    in case you make a mistake and delete something important so then your not screwed over
     
  3. SKB

    SKB
    Expand Collapse

    Joined:
    Apr 22, 2017
    Messages:
    1,964
    Just remove the 'SAFETY INTERLOCK' part in the parts menu..
     
    • Like Like x 1
  4. Car8john

    Car8john
    Expand Collapse

    Joined:
    May 12, 2016
    Messages:
    6,292
    actually yeah thats alot easier than my idea

    never knew u could do that
     
  5. Carlover97

    Carlover97
    Expand Collapse

    Joined:
    Feb 13, 2022
    Messages:
    95
  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