can I put your table on nexus with a link that lead here if I can or if I cant to a description link that lead here and explaining how to use it to the people that dont know how
We do not appreciate having the FRF content moved to some other forum or site so they build their user population or content off of ours. If Marcus so wishes to post his work there, please ask him to do so. Do not ask for direct identical content to be ported over. While your intention is to help others or spread the news, Nexus has other plans with your "contributions". In the end, remember this content is free and the one who posted it chose to post I here for a reason Otherwise it would have been posted on Nexus directly...
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
can I put your table on nexus with a link that lead here if I can or if I cant to a description link that lead here and explaining how to use it to the people that dont know how
We do not appreciate having the FRF content moved to some other forum or site so they build their user population or content off of ours. If Marcus so wishes to post his work there, please ask him to do so. Do not ask for direct identical content to be ported over. While your intention is to help others or spread the news, Nexus has other plans with your "contributions". In the end, remember this content is free and the one who posted it chose to post I here for a reason Otherwise it would have been posted on Nexus directly...
^ There is a console command called "UnlockDataBank" that does just that. I've not checked to see if it unlocks outfits and other crap; but the whole Data Bank was available, even if I was on Bogano, just having stepped off the ship (early beginning).
I used the command but doesnt work how can I made this work and I dont care if it breaks the game I want to test it for myself
-Main activate it if you are in the level, not in the main menu,and not while fighting with enemy!
-Max Health Pointer
Health
Stamina Pointer
Force Pointer
-Easy Kills
works best with monster, stormtroopers have protection against the lightsabers.
-Skill Pointer
Added: -Stim Pointer @rambo99jose!
----------------------------------------------------------------------------------------------------------
info : if you are dying you need to refresh the pointer -> Hotkey F1
i made this because i didnt look yet for a compare, coz this i made sure my main scripts stops updating if its found the player pointer ( this function also gets used while fighting with bosses)
----------------------------------------------------------------------------------------------------------
Updated Table:
added an table without the need for refresh the pointer.
only tested on updated version
Hi cfemen,
Sorry for bothering you again. It appears that the Skill points and Stim canister pointer are no longer working. Their values are just showing ??. This seem to have started after the recent update.
-Main activate it if you are in the level, not in the main menu,and not while fighting with enemy!
-Max Health Pointer
Health
Stamina Pointer
Force Pointer
-Easy Kills
works best with monster, stormtroopers have protection against the lightsabers.
-Skill Pointer
Added: -Stim Pointer @rambo99jose!
----------------------------------------------------------------------------------------------------------
info : if you are dying you need to refresh the pointer -> Hotkey F1
i made this because i didnt look yet for a compare, coz this i made sure my main scripts stops updating if its found the player pointer ( this function also gets used while fighting with bosses)
----------------------------------------------------------------------------------------------------------
Updated Table:
added an table without the need for refresh the pointer.
only tested on updated version
Hi cfemen,
Sorry for bothering you again. It appears that the Skill points and Stim canister pointer are no longer working. Their values are just showing ??. This seem to have started after the recent update.
oh i already deinstalled the game
maybe i will look if i have time and update the table for current version.
I second the last post. As long as you dont get the BD-1 abilities, and you arnt using like a super jump from a trainer or something. Is it a least possible to make a ghost mode/walk through walls? I have seen it mentioned earlier, and see it in the ct table, but it does not work. One of my saves is stuck because i used a super jump and now im stuck in the flash back when the trianing facility gets attacked when you are a kid. Cause i dont have the force pull yet and i screwed around a little to much on that planet. Nothing else on that save is messed up. Just need to get through that vent in the flash back. Any help at all would be apprecieted.
^ It does work.. in the sense that the code does exactly what's supposed to be doing in any default UE4 game. But SW isn't any default UE4 game So the reason nothing happens is the movement is un-linked from the standard Movement::Tick functionality. Am currently working to figure out where the effin' movement functions are (MoveForward and MoveRight) so I can achieve something like this:
The game is great, I don't think is similar to Dark Souls. I enjoyed it a lot. I'm going to unlock everything. It's good shit. BTW, thank you for the table.
EDIT #1: "god" is reset in here -> "Function BP_Hero.BP_Hero_C.ExecuteUbergraph_BP_Hero". This runs whenever you die or your Hero's status changes.
EDIT #2: Not yet 100% on Ilum. No idea where the fuck's that 2% unexplored; it is in those Crystal Caves though. -- Found the last echo, so I got Ilum 100% -> [Link].
EDIT #3: Apparently, there are several functions that fiddle with the God Mode status.
The BoolProperty is first read from this UObject:
[00005411] 0x000000001BFB3280 BoolProperty Engine.Actor.bCanBeDamaged = x
[x+44] = 0x92 == the bool for God; you can see this bool in the UCheatManager::God function
Then there are several functions that get run on various events, which will reset "god":
- when falling off ground and as soon as you reset -> ON/OFF (for any respawn event):
[00099581] 0x000000005F8601C0 Function BP_Hero.BP_Hero_C.ExecuteUbergraph_BP_Hero
- when you press E on a meditation circle:
[00087793] 0x0000000054083AC0 Function BP_SavePointVOID.BP_SavePointVOID_C.ExecuteUbergraph_BP_SavePointVOID | ON
[00096576] 0x000000003F1F1780 Function notify_SetInvulnerable.notify_SetInvulnerable_C.Received_NotifyBegin | ON
[00087793] 0x0000000054083AC0 Function BP_SavePointVOID.BP_SavePointVOID_C.ExecuteUbergraph_BP_SavePointVOID | OFF
-when you click Leave to exit the above:
[00096578] 0x000000003FA3CB80 Function notify_SetInvulnerable.notify_SetInvulnerable_C.Received_NotifyEnd | OFF
[00096576] 0x000000003F1F1780 Function notify_SetInvulnerable.notify_SetInvulnerable_C.Received_NotifyBegin | ON
[00096578] 0x000000003FA3CB80 Function notify_SetInvulnerable.notify_SetInvulnerable_C.Received_NotifyEnd | OFF
- when you perform a critical blow (with slomo movie):
[00096576] 0x000000003F1F1780 Function notify_SetInvulnerable.notify_SetInvulnerable_C.Received_NotifyBegin | ON
[00096578] 0x000000003FA3CB80 Function notify_SetInvulnerable.notify_SetInvulnerable_C.Received_NotifyEnd | OFF
- when you perform a projectile repel action with your light-saber:
[00096576] 0x000000003F1F1780 Function notify_SetInvulnerable.notify_SetInvulnerable_C.Received_NotifyBegin | ON
[00096578] 0x000000003FA3CB80 Function notify_SetInvulnerable.notify_SetInvulnerable_C.Received_NotifyEnd | OFF
- when droid explodes near you (or a bomb explodes near you):
[00096576] 0x000000003F1F1780 Function notify_SetInvulnerable.notify_SetInvulnerable_C.Received_NotifyBegin | ON
[00096578] 0x000000003FA3CB80 Function notify_SetInvulnerable.notify_SetInvulnerable_C.Received_NotifyEnd | OFF
Having 'god' enabled disables parrying on AIs (like the ones with electric batons).
Then the healing part is done with these:
[00092460] 0x000000005746BB00 BlueprintGeneratedClass notify_Heal.notify_Heal_C
[00092461] 0x000000005490A340 FloatProperty notify_Heal.notify_Heal_C.HealPercentage_01
[00092462] 0x0000000039982740 Function notify_Heal.notify_Heal_C.Received_Notify
EDIT #4: Here's a PERFECT GOD. You need [Enable] script active.
[ENABLE]
alloc( Hook, 0x1000, starwarsjedifallenorder.exe )
Hook:
push rsi
push rdi
mov rsi,[SwPlayerCharacter] // get PlayerCharacter
lea rsi,[rsi+92] // offset to god bool
lea rdi,[rcx+r14] // processed UObject for bool setting
cmp rsi,rdi // check if a == b
pop rdi
pop rsi
jne short @f // if not, exit
xor dl,dl // else set flag always to 0
Hook_exit:
and al,[rcx+r14]
or al,dl // this OR will always be between current value and 0, thus the value will never change
// enable god, then enable this script and try any of the above scenarios
jmp starwarsjedifallenorder.exe+CEBEACB
// hook's inside "UObject::execLetBool" function
starwarsjedifallenorder.exe+CEBEAC5:
jmp Hook
db 90
[DISABLE]
starwarsjedifallenorder.exe+CEBEAC5:
db 42 22 04 31 08 D0
dealloc( Hook )
In response to your statement about cosmetic unlocks in your video, Sunbeam -- there is no adverse behavior(that I've noticed while debugging, at least) related to cosmetic unlocks and boxes -- they seem to just overwrite their respective value in memory (and the savefile) and the game will still act like you've unlocked them normally regardless.