Hard Light Productions Forums

General FreeSpace => FreeSpace Discussion => Topic started by: Commander Zane on February 26, 2009, 10:46:15 am

Title: Unnamed cheat: ~u
Post by: Commander Zane on February 26, 2009, 10:46:15 am
A code not on the Wiki, I just ran into it, and it seems to spawn asteroids, is that all it does?
Are there other codes that weren't on the original list?
Title: Re: Unnamed cheat: ~u
Post by: Ziame on February 26, 2009, 10:53:58 am
In retail it crashed the game.
Title: Re: Unnamed cheat: ~u
Post by: Commander Zane on February 26, 2009, 10:58:42 am
~x makes a message appear: "Cloaking is now disabled, thank you for playing FS2_Open, [Player name]."
Title: Re: Unnamed cheat: ~u
Post by: JGZinv on February 26, 2009, 11:22:50 am
Shouldn't there be a file with all of these listed in it, or are they hardcoded?
Title: Re: Unnamed cheat: ~u
Post by: Snail on February 26, 2009, 11:45:26 am
A code not on the Wiki, I just ran into it, and it seems to spawn asteroids, is that all it does?
Are there other codes that weren't on the original list?
Does it? I thought all it did was crash the game...

~x makes a message appear: "Cloaking is now disabled, thank you for playing FS2_Open, [Player name]."
~+x used to be 'cloaking' where you became invisible or something, included in early SCP builds. Dropped for some reason.

Shouldn't there be a file with all of these listed in it, or are they hardcoded?
Hard-coded.
Title: Re: Unnamed cheat: ~u
Post by: blowfish on February 26, 2009, 05:07:10 pm
Code: [Select]
case KEY_DEBUGGED + KEY_U: {
case KEY_DEBUGGED1 + KEY_U:
// launch asteroid
object *asteroid_create(asteroid_field *asfieldp, int asteroid_type, int subtype);
object *objp = asteroid_create(&Asteroid_field, 0, 0);
vec3d vel;
vm_vec_copy_scale(&vel, &Player_obj->orient.vec.fvec, 50.0f);
objp->phys_info.vel = vel;
objp->phys_info.desired_vel = vel;
objp->pos = Player_obj->pos;
//mission_goal_mark_all_true( PRIMARY_GOAL );
break;
}

Yeah, looks like it spawns asteroids...
Title: Re: Unnamed cheat: ~u
Post by: Nuclear1 on February 26, 2009, 05:19:39 pm
What a strange cheat.
Title: Re: Unnamed cheat: ~u
Post by: Commander Zane on February 26, 2009, 05:25:02 pm
Yeah it seems to have like a 50 / 50 chance of botching the game when you use it. First time I used the cheat the game didn't crash. :lol:
Title: Re: Unnamed cheat: ~u
Post by: Charismatic on February 27, 2009, 01:12:01 pm
Asteroids? Lol that no ones known this till now.
Title: Re: Unnamed cheat: ~u
Post by: Dilmah G on February 28, 2009, 03:14:45 am
What a useless cheat though

"SUCK ASTEROIDS MOTHER****ER!"  :lol:
Title: Re: Unnamed cheat: ~u
Post by: Killer Whale on February 28, 2009, 05:39:29 am
Of course, it would simply to take a large fast moving asteroid to take out something even as large as INFR1's Gigas
Title: Re: Unnamed cheat: ~u
Post by: Dilmah G on February 28, 2009, 06:14:15 am
Of course, it would simply to take a large fast moving asteroid to take out something even as large as INFR1's Gigas

Fair enough, would be a definite ***** on escort missions
Title: Re: Unnamed cheat: ~u
Post by: Commander Zane on February 28, 2009, 06:16:53 am
They do act as active asteroids when close to capital ships.