7/27/2024: Newest table available here or video's description. I have changed the script so hopefully they will work better with the future hotfixes. Conditions have changed for stat editor so far it works well for me even though the original conditions keep changing. Please let me know if it working well for you or not. Download link: drive.google.com/file/d/1ESTuyGP6_VN_oi2kuqObMGKvWEE5kncg/view?usp=drive_link ============== I have no luck in finding the age control function but we can go around it a little bit. Step 1: go to your game Folder Step 2: open Knowledge >> technology >> cultural_knowledge >> longevity.json Step 3: replace the content in longevity.json with these (basically change "dialect" to common so everyone can learn and value from 10 to whatever, your character will live a very long life: { "level_cap": 3, "technology_building": "", "hint_fields": {}, "name": "longevity", "dialect": "common", "caption": "tech.longevity", "technology_effects": [ { "value": 10000, "name": "longevity" } ], "hint_name": "hint_tech_longevity", "available_parameters": [], "tag": 1 }
@@nyaprosto7092game has update basically once every 8 hours so it hard for me keep updating the script myself that’s why I made the tutorial on how to update my scripts 😓
even though i dont know how assembly work and basically just raw dogged the tutorial and hard memorize the steps i succeeded to fix the table, but the problem is the stat pointer values always varied every time you opened the game and the codes change so the script always breaks, do you know why this happens?
@@B-K94 that is vary from game to game. The fundamental idea is to find the original function (where data is calculated) but it’s not always easy to find. One of the easiest way is to use pointer scan function of cheat engine. With a max amount of offset set up we will have better luck in finding the pointers for the interested value. However that scan can take days or weeks even on a high end computer. 🧐
@@Eskimojoe-lp2dm once the script is up to date you can just load your game and do whatever. That character creation part is just the easiest and fastest way to update the script
the sharing 8 stat editor works for me but it shows only 2 stat manner and command the other stats are missing i tried to edit it but i dont understand the error haha
@@rolandoabu4115 the comparing value in this video sometimes change when the game load. Long story short, I tracked those changes and come up with the compare that do not change any more 😓
Hey bigbear! Thanks for the cheats, very much needed. Just wondering, are you able to do something about the skill limit of 20? It used to go past that (up to 90 I believe), it would be great we can get past the skill limit! Or if can't, increase the production effectiveness of the management skills if possible.
@@HackerArmy03 I have no luck though. What I figured out so far is we can set skill to any level, even though it only show up to 20, the data still go way higher (e.g set it to level 1000). Like even after you save and load the skill level still stay at 1000 but the showing only 20 🧐
@@bigbear3928 Oh yeah, I've done that! But the production skill level (from what I can tell) is still the same as level 20 even though it's set on level 90 on my end. I'll try and see if it actually works, I just hover and quit the game as I saw the production value stay the same as level 20 😅
I tried the character creation method and it works fine. By the way, I cant get the quick library task to work. The furthest i can go is to make the box ticked but the game crashed when character tried to learn. Could you please do a short tutorial for quick library? Thank you so much
@@yeetman1344 i do but turning it to a script might not be easy, the function that give us the ID i use to make stat editor can also give us the ID of the talent. That’s all i know so far 😓 if we can find the function that control all of the character stat then you can change those ID to your liking.
@@saffoly find the address for one of the task first (use double type, if you see 27% for example, search value in between 0.26 and 0.28 then keep going till you find the right one) then do the similar thing in my previous video 😇
Hello, how are these I love your videos I wanted to know if you know how to solve this error that appears in Cheat Enginer scan error thread 0 please fill something in 100
@@alvarodelima8574 there are different things might cause the issue. First try to run your CE with administrative authorization. Other approach is disable your anti-virus. Or fill value box with something 😓
@@bigbear3928 I'm studying to start making trainers. What I find most complicated is being able to associate parts of the code with what you want to do, like, how to know if that part is responsible for money, health, teleportation, or noclip. Thanks for help.
@@tioedu_ table sharing 5 should have that option it’s inside the subscribe script, the other script also has the master script but those are not intended (i just copy and paste and change the subscribe button since I’m lazy to write the full code for linking the instructional video 😅)
mannercheck: dq 000000000001ECC7 tradecheck: dq 000000000001ECC8 persuasioncheck: dq 000000000001ECC9 intelcheck: dq 000000000001ECCA managecheck: dq 000000000001ECCB teachingcheck: dq 000000000001ECCC combatcheck: dq 000000000001ECCD commandcheck: dq 000000000001ECCE on mine I had to update the table, the rest had the same address.
@@bigbear3928 you won't need it, it's just that I should have changed something before using your script. But after I closed and opened it, it started working again without me having to do that.
7/27/2024: Newest table available here or video's description. I have changed the script so hopefully they will work better with the future hotfixes. Conditions have changed for stat editor so far it works well for me even though the original conditions keep changing. Please let me know if it working well for you or not.
Download link: drive.google.com/file/d/1ESTuyGP6_VN_oi2kuqObMGKvWEE5kncg/view?usp=drive_link
==============
I have no luck in finding the age control function but we can go around it a little bit.
Step 1: go to your game Folder
Step 2: open Knowledge >> technology >> cultural_knowledge >> longevity.json
Step 3: replace the content in longevity.json with these (basically change "dialect" to common so everyone can learn and value from 10 to whatever, your character will live a very long life:
{
"level_cap": 3,
"technology_building": "",
"hint_fields": {},
"name": "longevity",
"dialect": "common",
"caption": "tech.longevity",
"technology_effects": [
{
"value": 10000,
"name": "longevity"
}
],
"hint_name": "hint_tech_longevity",
"available_parameters": [],
"tag": 1
}
max need, max mood, Quick Library Task - not working, please update, thx!
@@nyaprosto7092game has update basically once every 8 hours so it hard for me keep updating the script myself that’s why I made the tutorial on how to update my scripts 😓
@@bigbear3928 I don't understand how to update max need, I tried but it doesn't work
@@nyaprosto7092that one is tricky 😢 I’m trying to reconstruct it so if we’re lucky there will be a better script for that weekend 😅
my hope
Hey i have a question if i use the stat editor , it works but the game just crash. How do i fix it
nice bro for the explanation easy to follow your tutorial thank you.
cool brother bear🍻
even though i dont know how assembly work and basically just raw dogged the tutorial and hard memorize the steps i succeeded to fix the table, but the problem is the stat pointer values always varied every time you opened the game and the codes change so the script always breaks, do you know why this happens?
@@adrieliel9105 I have an answer but I don’t have a good solution, if you take a look at my newest table, I removed that script from the main table 🥲
for some reason the intelegent value always stay the same
does someone have a working version ? i tried following the instructions but i do not find the injection point for stat pointer
Hi, do you have a video explaning how to have static value so i dont need to search it again when re playing the game ?
@@B-K94 that is vary from game to game. The fundamental idea is to find the original function (where data is calculated) but it’s not always easy to find. One of the easiest way is to use pointer scan function of cheat engine. With a max amount of offset set up we will have better luck in finding the pointers for the interested value. However that scan can take days or weeks even on a high end computer. 🧐
This script looks great! Thank you so much for your hard work. I'd like to know, how do I actually ADD this script into the cheat engine for norland?
@@jaguarstar7426 the table link in the video description has all the scripts in there 👍
do you need to do the character creation part of the guide first in order to find the addresses for a "Ingame" load?
@@Eskimojoe-lp2dm once the script is up to date you can just load your game and do whatever. That character creation part is just the easiest and fastest way to update the script
the sharing 8 stat editor works for me but it shows only 2 stat manner and command the other stats are missing i tried to edit it but i dont understand the error haha
@@rolandoabu4115 get the newest table in the video description for the full stat editor
i dont still understand haha sharing 8 is different from sharing 5 which i was comparing the codes
@@rolandoabu4115 the comparing value in this video sometimes change when the game load. Long story short, I tracked those changes and come up with the compare that do not change any more 😓
@@rolandoabu4115 it a completely different technique that I plan to share later this week or next 😓😓
i mean i don't know how can I add the missing stats in stat editor i try to compare the sharing 8 and 5 but i keep getting error haha
Hey bigbear! Thanks for the cheats, very much needed.
Just wondering, are you able to do something about the skill limit of 20? It used to go past that (up to 90 I believe), it would be great we can get past the skill limit! Or if can't, increase the production effectiveness of the management skills if possible.
@@HackerArmy03 I have no luck though. What I figured out so far is we can set skill to any level, even though it only show up to 20, the data still go way higher (e.g set it to level 1000). Like even after you save and load the skill level still stay at 1000 but the showing only 20 🧐
@@bigbear3928 Oh yeah, I've done that! But the production skill level (from what I can tell) is still the same as level 20 even though it's set on level 90 on my end.
I'll try and see if it actually works, I just hover and quit the game as I saw the production value stay the same as level 20 😅
@@bigbear3928 Still the same, sadly. Applying skill level 90 doesn't matter as the effects are of the level 20 (what shows in-game).
Sucks :
Is the Quick Library Task script no longer working? Assuming there is no in game age adjuster?
It work like a charm if you know how to search the aob
is the state id check always change? because i have download the new sharing 5 but not all state show numbers?
I tried the character creation method and it works fine. By the way, I cant get the quick library task to work. The furthest i can go is to make the box ticked but the game crashed when character tried to learn.
Could you please do a short tutorial for quick library? Thank you so much
@@bananaV12Turbo I’ll make one when I’m home after work 😓
Thank you so much bigbear hope you can update it soon
can you update please ?
Stats & Talents can be modified, but Personality was tied to “uuid”, I hope there’s a way to get all traits.
Try to use not your lord stat
Do you have any idea how to add/remove talents?
@@yeetman1344 i do but turning it to a script might not be easy, the function that give us the ID i use to make stat editor can also give us the ID of the talent. That’s all i know so far 😓 if we can find the function that control all of the character stat then you can change those ID to your liking.
@@bigbear3928 that fine i found an alternate method to that works
How to update/search Quick Library Task
@@saffoly find the address for one of the task first (use double type, if you see 27% for example, search value in between 0.26 and 0.28 then keep going till you find the right one) then do the similar thing in my previous video 😇
Could you make a video about game Crown Wars - Black Prince? I really like your guide. Thanks
I tried before, no luck with that game though 🥲
@@bigbear3928 thank you very much
come here to know how exploit and use cheat, ended up getting an A+ in microprocessor class about ARM Assembly
10/10 explanation
Hello, how are these I love your videos I wanted to know if you know how to solve this error that appears in Cheat Enginer scan error thread 0 please fill something in 100
@@alvarodelima8574 there are different things might cause the issue. First try to run your CE with administrative authorization. Other approach is disable your anti-virus. Or fill value box with something 😓
Thank you for the tutorial. Do you know where I can learn to create these scripts?
@@othon9173 chatgpt, guidedhacking, fearlessrevolution. They can cover most of the basic 🙌
@@bigbear3928 I'm studying to start making trainers. What I find most complicated is being able to associate parts of the code with what you want to do, like, how to know if that part is responsible for money, health, teleportation, or noclip. Thanks for help.
create new family + using Bigbear's table + scan and freeze the age + max level skills
Explain pls
At the create new family screen
Use a cheat engine to scan and freeze the age
So the character won't get older as you add the point of skill.
can you add for relationship with lords and the saint
@@rolandoabu4115 i have no luck finding any relationship so far unfortunately 🥲
There’s a in game multiplier for that but it controls both negative and positive I can add that in but my version might not be current 😶
Druhá generace nefunguje a po načteni taky ne na píču kody
need update LOL
@@atom.gaming8242 will do once I have a touch to the most updated version 😇
@@atom.gaming8242 what scripts are not working or all of them?
@@bigbear3928 the state editor not accurate anymore and the rest of its fine
well tq
the table you posted does not have the stat editor 🥲
@@tioedu_ table sharing 5 should have that option it’s inside the subscribe script, the other script also has the master script but those are not intended (i just copy and paste and change the subscribe button since I’m lazy to write the full code for linking the instructional video 😅)
@@tioedu_ but I reuploaded the sharing 5 anyway, try again 🥹
mannercheck:
dq 000000000001ECC7
tradecheck:
dq 000000000001ECC8
persuasioncheck:
dq 000000000001ECC9
intelcheck:
dq 000000000001ECCA
managecheck:
dq 000000000001ECCB
teachingcheck:
dq 000000000001ECCC
combatcheck:
dq 000000000001ECCD
commandcheck:
dq 000000000001ECCE
on mine I had to update the table, the rest had the same address.
@@tioedu_ if you have to change those ID whenever starting new games then I may need to change the script 🥹
@@bigbear3928
you won't need it, it's just that I should have changed something before using your script. But after I closed and opened it, it started working again without me having to do that.