Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I broke a save file when messing with charisma, once, for example. Everyone (even the enemies) were my best friends ever. It got annoying and I decided to lower the amount. Everyone suddenly started to hate me, then.
Test the following (make a backup of your save file first, just in case): set speed to 9999. I doubt you'll be able to control your character at all due to how fast it becomes. Anything above 130ish, from personal experience, demands an inhuman sight and touch to handle.
Or try setting acrobatics to insane amounts and see what happens when you jump. Cheers.
When I visited arkan dwarf ruins to get the puzzle box, I noticed the enemies (like boss crito) who normally attack me on sight was friendly (100% disposition). I have to admit that was a weird encounter. But the machines and undead still attacked me normally.
I visited a Sixth House base last night, and my 100 pts lightning protection (20 pts permanent shock barrier x5) allowed my character to ignore shock damage from enemy spellcasters.
There are certain stats and skills you should not cheat with. If you wish to become a "god" early that is fine, everyone plays for different reasons but try to curtail going so high with stats so early.
From the level I believe you are at an extra 20 in each makes you invincible.
Why not try play normal and if you get into difficulty use the console and TGM.
But its a singleplayer game so do what you will, but asking in the forums for guidance on "How hard can I cheat guys?" Is a real low blow honestly.
At that point, why play the game when you can just walk through it and one-shot everything?
I'm playing the game to have fun. If I break the game, not a biggie. Worse comes to worse, I'll stop playing MW and return to it in a few years again (and start a new game). :)
it would probably be capped in a couple ways, but not like intentionally, because they wouldn't want you to crash if say, you did 100 point enchantments on several armor pieces or something.
1) skill recognition cap - some things would be affected 'up to this value' whatever that would be. 'ie: luck roll improvement only affects luck up to 100, past that its undefined and no noticeable affect, unless support is built in to extend the values. npcs and treasure spawns aren't going to recognize that you have a value over 100 in most cases afaik, so they won't know to roll you the best loots unless they're told, lol.
2) memory address cap - lets pretend: stats are given 1 byte unsigned integer allocation, giving a possible range up to 255. i dont actually know what they assign for stats cause i haven't looked but, exceeding the value of whatever is permitted/defined is what'll crash you. not some large arbitrary value.
Of course there is a limit set by the integer number, which should be a power of 2 minus 1. The thing is, that number is so large that the game crashes (for reasons other than exceeding the number) before the player can get close to achieving it. There are also other, hidden numbers that the game generates based on the attributes value, and those numbers can also exceed the integer range, meaning that finding the precise top number is impossible, unless the game's source code gets openly released.
Alternatively, one could attach a cheat engine to the game process (in order to bypass video and audio output so it does not have to be generated, which will definitely help the game to not crash, and yet one stil willl be able to see the actual numbers) and manually input the numbers (likely the powers of 2 minus one mentioned earlier) in the place of attributes, and hope that exceeding the integer value either makes it revert to its lowest value, or that a very specific error message confirming it pops up (neither are likely, since the game crashes for different reasons than exceeding the integer number, and the error message may simply not exist in this form, as it is very unlikely to get this specific kind of crash, anyway).
Pretty much this:
str: 3k-4k is halfway safe, more and your weapon will break in 1 swing
int: esp. with breton, mage or atronach birthsign, make sure you dont exceed the 65k magicka limit
will: useless though with high numbers you can pretty much cast any spell with 0% failure
end: useless
agi: useless
speed: dont or you clip into objects
per: dont or npc's who are supposed to be hostile start to act weird.
luck: never tried
Rolling higher numbers for having a lower chance to be hit when the blow lands on your hitbox isn't that useless. The numbers get superficial the higher they go, but once you meet Gaenor, ridiculously high agility will be noticeable. Although when you are skilled as a player, you are better off having high speed and/or sanctuary.
I'd say 600-700 is the top practical value when you are wearing heavy armor and have 150 strength, yeah.
And once it reverts back to normal, every single NPC (including essential ones) may be randomly hostile to you, because their disposition drops to 0. You can raise their disposition again, but it requires tedious work with every single NPC you wish to regain their stability. Thus, it is simply better to not use temporary personality boosts.
The number you provided, though, 2^16-1, is the actual answer OP looked for, so kudos for that. It is exactly 65525. If only you could provide a source that it is indeed the case...