Tutorial Mode

For all the help you need with Armagetron!
Post Reply
User avatar
assaindan
Average Program
Posts: 59
Joined: Sat Nov 06, 2010 6:09 pm
Location: Mass, USA

Tutorial Mode

Post by assaindan »

Hey guys! So I have .4(Armagetron Experimantal) and all the settings reset on me. Now I think I am in some sort of tutorial mode.. All the servers say "Experience Needed". When I go in the servers, a screen message always comes up teaching me either how to turn or how to go in to spectator mode. Also, my hud will not show up. None of the console commands(Show_hud;Show_fps;show_rubber)show anything doesn't work. Any advice?
User avatar
Light
Reverse Outside Corner Grinder
Posts: 1667
Joined: Thu Oct 20, 2011 2:11 pm

Re: Tutorial Mode

Post by Light »

Modify your user config.

Change all of these 0's to 1's. (mine already are)

Code: Select all

       TUTORIAL_COMPLETE_AI1 1
       TUTORIAL_COMPLETE_AI2 1
       TUTORIAL_COMPLETE_AI3 1
       TUTORIAL_COMPLETE_AI4 1
       TUTORIAL_COMPLETE_AI5 1
       TUTORIAL_COMPLETE_AI6 1
       TUTORIAL_COMPLETE_AI7 1
       TUTORIAL_COMPLETE_AI8 1
      TUTORIAL_COMPLETE_AXES 1
TUTORIAL_COMPLETE_BRAKEBOOST 1
   TUTORIAL_COMPLETE_BULLIES 1
TUTORIAL_COMPLETE_CONGRATULATIONS 1
  TUTORIAL_COMPLETE_CONQUEST 1
  TUTORIAL_COMPLETE_CONTROLS 1
TUTORIAL_COMPLETE_DOUBLEGRIND 1
   TUTORIAL_COMPLETE_DRAGON1 1
   TUTORIAL_COMPLETE_DRAGON2 1
   TUTORIAL_COMPLETE_DRAGON3 1
   TUTORIAL_COMPLETE_DRAGON4 1
     TUTORIAL_COMPLETE_GRIND 1
TUTORIAL_COMPLETE_HIGHRUBBER 1
  TUTORIAL_COMPLETE_HILBERT2 1
  TUTORIAL_COMPLETE_HILBERT3 1
  TUTORIAL_COMPLETE_HILBERT4 1
       TUTORIAL_COMPLETE_MAP 1
TUTORIAL_COMPLETE_NAVIGATION 1
      TUTORIAL_COMPLETE_OPEN 1
 TUTORIAL_COMPLETE_SPEEDKILL 1
TUTORIAL_COMPLETE_SPEEDKILLDEFENSE 1
  TUTORIAL_COMPLETE_SURVIVAL 1
 TUTORIAL_COMPLETE_SURVIVAL1 1
 TUTORIAL_COMPLETE_SURVIVAL2 1
 TUTORIAL_COMPLETE_SURVIVAL3 1
 TUTORIAL_COMPLETE_SURVIVAL4 1
 TUTORIAL_COMPLETE_TEAMSTART 1
     TUTORIAL_COMPLETE_TURBO 1
Up your time played. This will get rid of the "experience needed" thing.

Code: Select all

             PLAY_TIME_TOTAL 1e+10
User avatar
dlh
Formerly That OS X Guy
Posts: 2035
Joined: Fri Jan 02, 2004 12:05 am
Contact:

Re: Tutorial Mode

Post by dlh »

Code: Select all

INCLUDE uphillbothways.cfg
User avatar
Light
Reverse Outside Corner Grinder
Posts: 1667
Joined: Thu Oct 20, 2011 2:11 pm

Re: Tutorial Mode

Post by Light »

dlh wrote:

Code: Select all

INCLUDE uphillbothways.cfg
Forgot about that. Yeah, that'd be a bit simpler. (PS: in console)
User avatar
assaindan
Average Program
Posts: 59
Joined: Sat Nov 06, 2010 6:09 pm
Location: Mass, USA

Re: Tutorial Mode

Post by assaindan »

Thanks for the help guys :)
Post Reply