This request is for anyone else that's interested..but could someone look into removing or increasing the accessory limit during creation? It's a shame the game allows you do finetune and do so much, yet limits you to using only a few accessories by making them cost points.
If it cant be done with CE, I'm holding out hope that someone on Nexus will pick it up since its UE4 and should be moddable.
Last edited by NumberXer0 on Sat Sep 28, 2019 10:36 am, edited 1 time in total.
If it's UE4 you can also open the command console via this. [Link]
Already listed as compatible too. Though not all commands might exist by default but it's one way into the debug console and what it might hold.
I haven't messed around with it yet, but I can confirm that it does indeed work and enables the console. Cheers!
Edit: Also, has anyone tested co-op? I like to leave my game open for randoms, but I don't want to ruin anyone's fun by messing with their stuff. Dark Souls only effected your character, but no idea how this game works.
If it's UE4 you can also open the command console via this. [Link]
Already listed as compatible too. Though not all commands might exist by default but it's one way into the debug console and what it might hold.
I haven't messed around with it yet, but I can confirm that it does indeed work and enables the console. Cheers!
Edit: Also, has anyone tested co-op? I like to leave my game open for randoms, but I don't want to ruin anyone's fun by messing with their stuff. Dark Souls only effected your character, but no idea how this game works.
For me console is not working. All I get is errors. How did you made it work for you?
If it's UE4 you can also open the command console via this. [Link]
Already listed as compatible too. Though not all commands might exist by default but it's one way into the debug console and what it might hold.
I haven't messed around with it yet, but I can confirm that it does indeed work and enables the console. Cheers!
Edit: Also, has anyone tested co-op? I like to leave my game open for randoms, but I don't want to ruin anyone's fun by messing with their stuff. Dark Souls only effected your character, but no idea how this game works.
For me console is not working. All I get is errors. How did you made it work for you?
What kind of errors? I simply downloaded the linked injector and dll, changed the process name, opened the game and then ran the injector as admin. Pressing ~ opens the console just fine. I only tested some basics, like pause, and they seem to work. But I haven't gone any deeper.
I haven't messed around with it yet, but I can confirm that it does indeed work and enables the console. Cheers!
Edit: Also, has anyone tested co-op? I like to leave my game open for randoms, but I don't want to ruin anyone's fun by messing with their stuff. Dark Souls only effected your character, but no idea how this game works.
For me console is not working. All I get is errors. How did you made it work for you?
What kind of errors? I simply downloaded the linked injector and dll, changed the process name, opened the game and then ran the injector as admin. Pressing ~ opens the console just fine. I only tested some basics, like pause, and they seem to work. But I haven't gone any deeper.
For me console is not working. All I get is errors. How did you made it work for you?
What kind of errors? I simply downloaded the linked injector and dll, changed the process name, opened the game and then ran the injector as admin. Pressing ~ opens the console just fine. I only tested some basics, like pause, and they seem to work. But I haven't gone any deeper.
My bad, I forgot to download the updated version.
Well there you go, glad its working haha. If you find any useful commands, feel free to share =) I'll be messing around with it later myself.
I've been poking around a little bit. I have a skill cooldown code in the works. I tried to do a casting speed code but it ended up speeding up all animations.
..and all the useful shit not compiled in the Shipping build This game reminded me why I don't like Dark Souls; same here. Don't think I'll be touching it.
EDIT: Yep; boobs; touched. The game, touched the game I installed it. Let's see what I can do with it.
I've been poking around a little bit. I have a skill cooldown code in the works. I tried to do a casting speed code but it ended up speeding up all animations.
I was looking into a skill editor as well for shits and giggles. The skills are a bit more in depth than i planned. Each one has a dynamic table of info so it's a bit harder to make a nice edit for. Guess i should just get the cooldown and maybe the casting speed if i can find an entry point or compare that doesnt work on all of the animations.
edit: here are two codes. One is for no cooldowns on skills, the other is a very minor current selected skill editor. Lets you change the cooldown, cost, recast delay, and cast speed.