Інсталювати Steam
увійти
|
мова
简体中文 (спрощена китайська)
繁體中文 (традиційна китайська)
日本語 (японська)
한국어 (корейська)
ไทย (тайська)
Български (болгарська)
Čeština (чеська)
Dansk (данська)
Deutsch (німецька)
English (англійська)
Español - España (іспанська — Іспанія)
Español - Latinoamérica (іспанська — Латинська Америка)
Ελληνικά (грецька)
Français (французька)
Italiano (італійська)
Bahasa Indonesia (індонезійська)
Magyar (угорська)
Nederlands (нідерландська)
Norsk (норвезька)
Polski (польська)
Português (португальська — Португалія)
Português - Brasil (португальська — Бразилія)
Română (румунська)
Русский (російська)
Suomi (фінська)
Svenska (шведська)
Türkçe (турецька)
Tiếng Việt (в’єтнамська)
Повідомити про проблему з перекладом
The best and most easiest way is to make a new character using my modifications, as this way all skills and spells in game will be available.
Modifying a pre- existing character, is more difficult, mainly because the data that it is saved under only has the code for what it knows. It's not like other games where all the code is there, but just turned off. Also, it helps to have a few skill points left to find a point of reference.
As far as starting a new character over as new, which I highly suggest doing once I put the modifications out, is not as painful as it may sound.
For starters, the bonuses will be in the extreme. Meaning, when you mine some copper, instead of gaining 10exp, you will gain 200,000,000 exp.
Ill also post how to change skill points using a memory editor. This not only will give all skills available, you will have about 200,000 skill points to distribute to all spells and skills.
Just word of caution. Back your entire game and saves up if you use my mods. I have not put an update up in ages, because many had to start over because they tried using my old modifications that did not have the needed data and it corrupted their saves. Since 1.0 is not out, and not sure when it will be, Ill go ahead with the .70 version. The other reason you want a backup of your entire game, is because your going to want to put the games files back once your comfortable with your characters stats. Believe me, your not going to want to hear level up music every time you do an action, but will happen till you put the normal games files back.
Cheat Happens has a website for a free memory editor called CosMos. I need to look at the newest version so Im up to date on it's features and instruct on it's use. They also have what are called Trainers, but those are not free. They either charge $5 each, or lifetime $89. They do run sales sometimes, at $45 for lifetime. Just got to keep your eyes peeled. A trainer does things like give unlimited hp, unlocked free manufacture which is being able to make anything, regardless of if you have the required items or not. Unlocked map to everywhere. They have trainers for every popular game. All items from CH are virus and spyware free. The ones from game copy world are dangerouse. Many are made to steal info like your steam account info. Id stay clear of those. The place was once good, but sadly turned over to the dark side.....
It's simple to use and upon the first start you have an option to try out a tutorial that teaches you how to use it on other programs.
It's very simple stuff, and the program lets you build your own trainers and actually earn them in the process. :)
That said - being able to Respec would be very nice. :p
Games and programs have a number of protections in place against memory editing.
What you need to keep in mind is:
- the number you're looking for may not be the number thats displayed in game but have an offset or, for instance, be counted backwards from a max number
- the number you're seeing on screen exists multiple times and changes reliably when modified in the game - one or more of these may be a honeypot which, if modified, triggers anti-cheat mechanisms such as generating a new random value for the actual value
- the number you're editing may require a pointer, if so, right click it and view what writes to it, find what writes to it (there's tutorials on that) and keep repeating until you reached the final address which controls a sequence of pointers to the final value
Unless you do an assembly code injection or an AOB scan the address may change every time you reload or restart the game... but you'll probably also not need it more often than once.
if you do find the address, you can do cool stuff though like giving you two or more skill-points per level up for instance. :)
Maybe if I have time I'll give it a try sometime later, too, lest I get rusty.