Author Topic: Unnamed cheat: ~u  (Read 4026 times)

0 Members and 1 Guest are viewing this topic.

Offline Commander Zane

  • 212
  • Spoot Knight of Anvils
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?

 

Offline Ziame

  • 28
  • ED ftw
In retail it crashed the game.
Rabbinic Judaism had a good start with the Old Testament but kinda missed the point about 2000 years ago

ALL HAIL HERRA
/fan of BlackHole

 

Offline Commander Zane

  • 212
  • Spoot Knight of Anvils
~x makes a message appear: "Cloaking is now disabled, thank you for playing FS2_Open, [Player name]."

 

Offline JGZinv

  • 211
  • The Last Dual! Guardian
    • The FringeSpace Conversion Mod
Shouldn't there be a file with all of these listed in it, or are they hardcoded?
True power comes not from strength, but from the soul and imagination.
Max to PCS2 to FS2 SCP Guide
The FringeSpace Conversion Mod

 

Offline Snail

  • SC 5
  • 214
  • Posts: ☂
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.

 

Offline blowfish

  • 211
  • Join the cult of KILL MY ROUTER!!!!!!!!!!1
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...

 

Offline Nuclear1

  • 211
What a strange cheat.
Spoon - I stand in awe by your flawless fredding. Truely, never before have I witnessed such magnificant display of beamz.
Axem -  I don't know what I'll do with my life now. Maybe I'll become a Nun, or take up Macrame. But where ever I go... I will remember you!
Axem - Sorry to post again when I said I was leaving for good, but something was nagging me. I don't want to say it in a way that shames the campaign but I think we can all agree it is actually.. incomplete. It is missing... Voice Acting.
Quanto - I for one would love to lend my beautiful singing voice into this wholesome project.
Nuclear1 - I want a duet.
AndrewofDoom - Make it a trio!

 

Offline Commander Zane

  • 212
  • Spoot Knight of Anvils
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:

 

Offline Charismatic

  • also known as Ephili
  • 210
  • Pilot of the GTVA
    • EVO
Asteroids? Lol that no ones known this till now.
:::PROUD VASUDAN RIGHTS SUPPORTER:::
M E M O R I A L :: http://www.hard-light.net/forums/index.php/topic,46987.msg957350.html#new

"IIRC Windows is not Microsoft."

"(CENSORED) Galatea send more than two (CENSORED) fighters to escort your (CENSORED) three mile long (CENSORED), STUPID (CENSORED).  (CENSORED) YOU, YOU (CENSORED)!!!"

 

Offline Dilmah G

  • Failed juggling
  • 211
  • Do try it.
What a useless cheat though

"SUCK ASTEROIDS MOTHER****ER!"  :lol:

 

Offline Killer Whale

  • 29
  • Oh no, not again.
Of course, it would simply to take a large fast moving asteroid to take out something even as large as INFR1's Gigas

 

Offline Dilmah G

  • Failed juggling
  • 211
  • Do try it.
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

  

Offline Commander Zane

  • 212
  • Spoot Knight of Anvils
They do act as active asteroids when close to capital ships.