Hard Light Productions Forums
General FreeSpace => FreeSpace Discussion => Topic started 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?
-
In retail it crashed the game.
-
~x makes a message appear: "Cloaking is now disabled, thank you for playing FS2_Open, [Player name]."
-
Shouldn't there be a file with all of these listed in it, or are they hardcoded?
-
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.
-
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...
-
What a strange cheat.
-
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:
-
Asteroids? Lol that no ones known this till now.
-
What a useless cheat though
"SUCK ASTEROIDS MOTHER****ER!" :lol:
-
Of course, it would simply to take a large fast moving asteroid to take out something even as large as INFR1's Gigas
-
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
-
They do act as active asteroids when close to capital ships.