Here's what I've been working on today, it gives you infinite health, stamina, no hunger, energy or nutrition loss, you don't die at the beginning if you want to kill the Cumans (though it makes no difference to the story) and the stats and skills exp multiplier, if you want to go straight to max level, set them to 10, perform an action that will level up that skill twice and go spend your points.
combine with the other pointer table if you want to add more points to learn more than you should, though with this patch I get a message saying that learning failed for the perks if there's more than there should be
No news about camera controls so far? C'mon guys there should be the way, the guy from youtube has already made 3rd person view + pause for stop motion + free camera for screenshots making, that would be so very much useful...
I hope someone can help me. I don't know what I did, but all my skill levels are 20, but i have no skill points I can spend. Is there a way to reverse this or must I start new game?
@Expired6978: I'm guessing you guys fucked this shit up pretty good Suggesting you take a look at the Universal Remote Console for CryEngine games
Download link: [Link]
You won't need an in-game console -- perhaps just patching of restricted CVars/commands -- and it can very well log what you do. Used it in Sniper: Ghost Warrior 3 and Prey. Note you can also spawn/remove entities, do engine teleport (I read about the wh_ commands; am talking about the core commands here), fly/noclip or freecam If available.
Will return with some feedback after I've tested these out, game's downloading here (GOG version),
Sun
Interesting, didn't know this existed. I'm not particularly familiar with CryEngine games.
That would be the one working fully (allows to execute even g_godMode or p_fly_mode). No need anymore for the initial patch.
What's your base address there? I usually remove relocation on the dll and all I need to do is shave off the prefix like 0x180000000.
I pretty much just worked through the command processor to find out why the cheat commands that were clearly implemented weren't running (which was due to the VF_Cheat flag) then found where in the command processor it reads the flag and just rewrote that to ignore it. Took a little bit of static analysis and debugging, didn't dig much deeper once I was at the point of running the commands I wanted.
That would be the one working fully (allows to execute even g_godMode or p_fly_mode). No need anymore for the initial patch.
For the sake of justice commands g_godMode/p_fly_mode can also be executed with Expired6978's patch. You just need to issue wh_rpg_UnlockAll 1 beforehand.
More interestingly why goc and tpv commands do nothing. Doesn't debug this yet.
What commands specifically? I'm not familiar with what these commands even do, I see there is a goc_enable cVar "GOCMode" is stubbed out entirely. If the command/cVar is registered and still doesn't work its possible there is an additional blocker (like another cVar) or the command is stubbed out and no longer has any code for it.
Note that some CryEngine release builds come with whitelisted commands: the commands are there, but won't execute do to a limited filter (a list of 20 commands - or so - allowed to be typed in). Also, some have the console drawing helper functions removed: you can type text in, though it's not rendered. And that's after you enable the console, of course Devs... pfft...
What commands specifically? I'm not familiar with what these commands even do, I see there is a goc_enable cVar "GOCMode" is stubbed out entirely. If the command/cVar is registered and still doesn't work its possible there is an additional blocker (like another cVar) or the command is stubbed out and no longer has any code for it.
Those are commands for camera controls, GOC is Gears of Crysis mod which allowed to switch the camera to the character's shoulder (as it was for Crysis executed with -devmode parameter), and all commands which includes "tpv" in it's name are commands for enabling and control Third Person View (g_tpview_enable, g_tpview_control, cl_tpvDist, cl_tpvYaw etc.).
In case those commands refer to the empty code then how this guy activated the camera controls in his game?.. It is very unlikely that he is able to integrate his own custom cvars into the game [Link]
Here's what I've been working on today, it gives you infinite health, stamina, no hunger, energy or nutrition loss, you don't die at the beginning if you want to kill the Cumans (though it makes no difference to the story) and the stats and skills exp multiplier, if you want to go straight to max level, set them to 10, perform an action that will level up that skill twice and go spend your points.
combine with the other pointer table if you want to add more points to learn more than you should, though with this patch I get a message saying that learning failed for the perks if there's more than there should be
any chance of a gog version?
p.s.
thanks for all your work
Considering he can do a full 360 camera vertical flip, he simply found the camera XYZ and adjusted it to move several meters behind. If he says "default", then the character model may already be rendered, so there's no need to execute 1st/3rd person transitions.
Considering he can do a full 360 camera vertical flip, he simply found the camera XYZ and adjusted it to move several meters behind. If he says "default", then the character model may already be rendered, so there's no need to execute 1st/3rd person transitions.
But how do we actually edit XYZ values? I've never seen such console variables. The same for free camera and stop motion.
And yes, the model is already rendered, that is for sure.
I am talking about code analysis, not console commands or Lua scripts. All of those are nicer means of achieving the same purpose, though with less fuzz for the user. I'm pretty sure you people don't care what goes on behind the execution of some cVar or command, as long as it works for your intended purpose. However, this is where you stop.. if it doesn't work
I am talking about code analysis, not console commands or Lua scripts. All of those are nicer means of achieving the same purpose, though with less fuzz for the user. I'm pretty sure you people don't care what goes on behind the execution of some cVar or command, as long as it works for your intended purpose. However, this is where you stop.. if it doesn't work
So, are you able to do this (since it is "simple" as you said?) or provide us with some tutorials how to achieve this result, please?..
I'd be happy to do it myself, but by a tragic coincidence of circumstances I don't know a shit about coding
Camera control is a very required tool for modding community indeed.
Any possibilities of adding a no clip? Or even a fly? There are console commands for this but unfortunately they are disabled.
There are several places I'd like to explore that are currently inaccessible that this type of addition would solve. If this had been posted somewhere already then the search function has failed me.