Page 1 of 1

Need Help For Command Console

Posted: Wed Jan 08, 2025 1:09 pm
by BabyGroot
I looked at Assembly-CSharp.dll using DnSpy and find Debug Console Commands along with a Command List.
Spoiler
Image
But when entering the command in the console, the command is not found
Spoiler
Image
Need help who understands this.
Thank You

Re: Need Help For Command Console

Posted: Wed Jan 22, 2025 11:44 pm
by Shaggalicious
BabyGroot wrote:
Wed Jan 08, 2025 1:09 pm
I looked at Assembly-CSharp.dll using DnSpy and find Debug Console Commands along with a Command List.
Spoiler
Image
But when entering the command in the console, the command is not found
Spoiler
Image
Need help who understands this.
Thank You
not sure if this is it, but it looks like it needs a isdebug flag to be true for the commands to be added, have you made sure this is set to true? or perhaps remove this condition?

Image

Re: Need Help For Command Console

Posted: Thu Jan 23, 2025 12:12 am
by BabyGroot
Yes, I have activated it.

Re: Need Help For Command Console

Posted: Thu Jan 23, 2025 6:29 pm
by Shaggalicious
BabyGroot wrote:
Thu Jan 23, 2025 12:12 am
Yes, I have activated it.
yes, have activated the isdebug flag? if so have you tried removing the condition entirely?

or do you mean yes, you have figured it out and managed to activate your commands? in which case congrats