Jump to content

Iphone Doom


Mr. T

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...