Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Mr. T

Iphone Doom

Recommended Posts

Yeah so doom came out for the Iphone and I played thru it for the first time in years... great fun.

Some things:

By now most of you will know that you can input cheats using the four-finger tap keyboard. I discovered that another command that works:

skill 5 then start a new map for Nightmare difficulty (YES!)

I tried some other shit randomly to no avail. Is there a list of commands that work?

Is there a way to get pwads or Doom 2 working? (there's a non-functional slot for the SSG in the weapon select when using IDKFA)

Bugs:
Lots of random HOMs in Thy Flesh Consumed... is this me only?
Powerups given with idbehold last forever. Dunno if this is on purpose or a bug.

Share this post


Link to post

From the source code, in code/iphone/iphone_main.c, these seem to be all the cvars available. Don't ask me what they all do, I don't have an iPhone, but most of it seems obvious.

cvar_t  *skill;
cvar_t  *episode;
cvar_t  *controlScheme;
cvar_t  *stickTurn;
cvar_t  *stickMove;
cvar_t  *stickDeadBand;
cvar_t  *rotorTurn;
cvar_t  *tiltTurn;
cvar_t  *tiltMove;
cvar_t  *tiltDeadBand;
cvar_t  *tiltAverages;
cvar_t  *miniNet;
cvar_t  *music;
cvar_t  *showTilt;
cvar_t  *showTime;
cvar_t  *showNet;
cvar_t  *showSound;
cvar_t  *cropSprites;
cvar_t  *revLand;
cvar_t  *mapScale;
cvar_t  *drawControls;
cvar_t  *autoUse;
cvar_t  *statusBar;
cvar_t  *touchClick;
cvar_t  *messages;
cvar_t  *timeLimit;
cvar_t  *fragLimit;
cvar_t  *mpDeathmatch;
cvar_t  *mpSkill;
cvar_t  *mpDataset;
cvar_t  *mpEpisode;
cvar_t  *mpMap;
cvar_t  *noBlend;
cvar_t  *glfinish;
cvar_t  *mapSelectY;
cvar_t  *throttle;
cvar_t  *centerSticks;
cvar_t  *rampTurn;
cvar_t  *netBuffer;

Share this post


Link to post

Cheers. I hope id release an update for it including Doom2 like they did with wolf and SOD

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×