Volcanoids

Volcanoids

View Stats:
APOSTATE Feb 22, 2021 @ 11:12am
How To : Developer Console
A menu used by the developers to test functionality and so on.
**Press these keys at the same time in the main menu: Period, Left-shift, Left-control, Left-ALT**
Last edited by APOSTATE; Feb 2, 2023 @ 6:02pm
< >
Showing 1-15 of 21 comments
Hab Feb 22, 2021 @ 1:38pm 
Ah, i see someone finally figured us out :)

This is meant as a too for testing the game, so its not really meant to be used by players. Using it might cause some unforseen bugs too, so if you want to play around with this you should expect some bugs. That said, feel free to use it as you like, although in my opinion it gets pretty old to play with pretty fast.
APOSTATE Feb 22, 2021 @ 1:43pm 
I accidentally enabled ghost mode\noclip camera. Only "bug" I've gotten so far.
Nova Solarius Feb 23, 2021 @ 7:52am 
Might be useful for mod devs.
shadowpirate250 Jun 7, 2021 @ 4:26pm 
i know this is kinda old but the OP never said how to enter dev mode only what to do after. anyone know?

Originally posted by Minge:
I've found some code within the Assembly-CSharp of Volcanoids containing developer input, output, screengui, and some other stuff.

I'm able to activate developer mode which'll show some text on the main menu. Stuff about "Revision" and "Release, MONO" but nothing like a screen appears.



Developer mode capabilities

As far as I've seen, there's options for infinite health and some other cheats for testing or just playthrough material.

Really interesting stuff they've got in here.



Update Log: How To Part

> Alright, you have to be in-game and a world loaded in order to enable the developer screen. No cheats I can see as of now. - 2:29 PM 2/22/2021

> I've found it. After activating developer mode whilst in a world in-game, press these keys all at once: [F1], [L-CTRL], [L-ALT], [.] .

You'll get the cheat screen. No need to thank me.
Down with trainers and cheat engine tables, just use the game itself.
APOSTATE Jun 7, 2021 @ 6:12pm 
I'll get the keybinds later.
shadowpirate250 Jun 9, 2021 @ 6:01pm 
how much later?
APOSTATE Jun 9, 2021 @ 6:36pm 
But from some accidents while attempting to turn on Developer, you'd only need to press two or more of these keys to active.
Last edited by APOSTATE; Apr 14, 2023 @ 1:35pm
shadowpirate250 Jun 10, 2021 @ 5:05pm 
The exact sequence is Lshift Lctrl-Lalt . . and to bring up the dev screen is Lshift-Lctrl-Lalt f1 . hold the 1st 3 the last toggles. thanks for the keybinds.
APOSTATE Jun 10, 2021 @ 6:16pm 
Sure, whatever. That could be the correct sequence, I got the binds directly from the game files in the order presented.
YMan Sep 11, 2021 @ 12:38am 
Originally posted by shadowpirate250:
The exact sequence is Lshift Lctrl-Lalt . . and to bring up the dev screen is Lshift-Lctrl-Lalt f1 . hold the 1st 3 the last toggles. thanks for the keybinds.
if (Input.GetKeyDown(KeyCode.Period) && Input.GetKey(KeyCode.LeftShift) && Input.GetKey(KeyCode.LeftControl) && Input.GetKey(KeyCode.LeftAlt))
{
DevMode.Enabled = !DevMode.Enabled;
}
His original sequence was correct
Jerald Jun 17, 2022 @ 11:22am 
it didnt work for me
Handy Dandy Jun 17, 2022 @ 10:45pm 
Originally posted by Mikel:
it didnt work for me
did you enable it in-game or in main menu? For Dev Mode its supposed to be in the Main Menu, for the Dev Screen, in-game press Left Crl, Left Alt and F1 this would cause a short freeze but the window should pop-up
ᗩᗰᗩᑎᕮ Jul 29, 2022 @ 6:33am 
At the same time and in this order:
[left-Shift] + [left-CTRL] + [left-ALT] + [.] + [F1]

[.] = (normal dot - not numpad dot)
And yes, you need two hands. ^^
Last edited by ᗩᗰᗩᑎᕮ; Jul 29, 2022 @ 6:41am
vamad695 Jan 2, 2023 @ 2:18pm 
Originally posted by shadowpirate250:
The exact sequence is Lshift Lctrl-Lalt . . and to bring up the dev screen is Lshift-Lctrl-Lalt f1 . hold the 1st 3 the last toggles. thanks for the keybinds.
This sequence also works, Lctrl, Lalt, F1. At least for opening the menu.
Last edited by vamad695; Jan 2, 2023 @ 2:32pm
Elevator Operator Nov 13, 2023 @ 9:41am 
CRTL+SHIFT+ALT+F1 works too no . needed
< >
Showing 1-15 of 21 comments
Per page: 1530 50