sm64pc / sm64ex

Fork of https://github.com/sm64-port/sm64-port with additional features.
1.58k stars 488 forks source link

Misc. Options/in-game console #118

Open Titaniumtown opened 4 years ago

Titaniumtown commented 4 years ago

Is there any plan to implement tools like freecam, level selector, etc? I mean in the same way that you can open up a console in another game, and spawn in items, mobs, noclip, etc.

This could be implemented in the form of a console of some sort.

Just wondering.

urherenow commented 4 years ago

“Freecam” has been a feature for days now. Just compile with BETTERCAMERA=1.

This adds an R_Button menu to the pause menu, that lets you enable/disable it, mouse look, and invert x/y axis for the camera movement. Because it can be enabled/disabled, I don’t quite understand why it isn’t a default feature. IMHO, it shouldn’t require a compile flag.

Titaniumtown commented 4 years ago

@urherenow do you mean "BETTERCAMERA=1"?

urherenow commented 4 years ago

Yes, sorry. Typo. And another issues brought up is that disable, doesn’t make it revert back to the normal behavior. I could have sworn it did a day or two ago. But now, in its current state, it makes sense to me why it’s a compile-time option.