Disabling Dev Console

Started by katjezz, May 05, 2016, 12:03:00 PM

Previous topic - Next topic

katjezz

Is this Possible?

Heard it a few times now that people cant resist using the dev console for various things, and i am prone to do this myself.

Is there a way to either completely disable it with a mod or at least remove the button from the Menu?

RawCode


katjezz

Has anyone made something like this yet? Im sure alot people would appreciate it, sadly i have no experience with C#.

RawCode

first link from google:
https://www.udemy.com/learn-c-sharp-programming-in-ten-easy-steps/

p.s. this is not "do it for me" or "mod request" section.

Little correction to your question:

QuoteDisabling Dev Console?
I had contributed 20 hours to research of game source and found all types that hold reference to devconsole:
1
2
3
4
Also i checked forum and found method A in thread B, sadly, it gave me error C when used.
My coding and error log is attached.
ah yes, spoilers for users who atleast read
replace setting guiframe, check any interface mod for implementation
answer:
QuoteYou have incorrect bindingflags on line 5, have 33 but should be 60.
You can read bindingflags documentation here.