Kind sir, where do you get those command? Do you have a full console command list?
I don't think a full console command (~ key) list exists, at least for now. Here are the commands I know of, either
through reading this thread or playing around with the console and finding them myself :
Game uses the same engine as GZDoom so inputting most of its known codes work but many have no effect (not gonna list all codes thats usable in gzdoom)
One code that surprisingly works is 'anubis' which makes all enemies non-aggro and roam (they will still damage if you get close). Has the same console reply as gzdoom with activation: "Quake with fear" and deactivation: "No more Ogre armor". ('Notarget ' also works and monsters wont attack usually)
- clear - cleans the console log
- restart - restarts (not RESET) the game, to the title screen
- quit: self explanatory
- summon x - used to summon an actor, like warp, buff, monster girl or victor
- remove x - used to remove an actor, like warp, buff, monster girl or victor
- kill - take damage. can be used as an alternative way to die
- debug (x) - shows debug value but after testing, seems to affect nothing. can be changed to some values but reverts to 0 after typing non numbers.
- god - invincible mode (type again to disable)
- god2 - invincible mode too (hehe)
- noclip - able to pass through obstacles
- noclip2 - able to pass through obstacles while flying
- fly - you can fly without noclip
- turbo - not useful for speedup, only useful for speed down
- dumpclasses BuffBase - get list of all possible buffs, you can acquire buffs to pickup through summon command like 'summon Buff11' or get them directly through give command like 'give Buff12'
- dumpclasses NakaraMonster - get list of all monster girls, use summon command to summon them (for those curious, 'summon SlimeGirl' summons just a frozen direwolf)
+ 'summon nakaratentacle_autoattacks' crashes the game on most levels
+ 'summon moguring' spawns nothing. Although an enemy indicator is present where you spawned it
+ 'summon nakara' is not listed in 'dumpclasses NakaraMonster' but it spawns a giant nakara
- dumpclasses warpactor - get list of all possible warps you can summon (eg: to the final boss) NOTE: theres a map command in gzdoom which allows you to warp between maps but it doesnt work here probably because all the levels are in one world
- dumpclasses - shows all classes, useful for finding all summonable actors such as sex scenes (under hsceneactor), which can be interacted with
- summon heartpickup - summons item healing one heartpickup
- summon heartultimate - summons item increasing max hp by one heart
- give OniKanabo - get Oni's weapon
pro tip: use up arrow and down arrow key to cycle previously typed commands