Papermix Posted December 19, 2014 Posted December 19, 2014 Ok, I really really need help with this. I've used loot a couple times, and generally it's useful, but not in this case. For example, I'm trying to install the Elin mod, and I know that loot fucks it up big time. So I install these mods last. However, after a certain number of mods, it magically turns whatever I install next into 3, 4 and 5A. Random letters to earlier numbers that is totally ruining my load order. There's some invisible load order that is forcing my new mods to go into it, and it's infuriating. Any ideas?
nameless701 Posted December 19, 2014 Posted December 19, 2014 The Loadorder is based on the hex-codes...you need this for item-IDs http://de.wikipedia.org/wiki/Hexadezimalsystem
Papermix Posted December 19, 2014 Author Posted December 19, 2014 Uh... What? Why would this help me in any way?
Guest Posted December 19, 2014 Posted December 19, 2014 Uh... What? Why would this help me in any way? It means that your load order is correct, in hexadecimal 'A' is the numeral after '9', 'B' is after 'A' and so on, it stops at 'F' (so you have 16 basic numerals (HEXAdecimal)). You then have : 0 1 2 3 4 5 6 7 8 9 A B C D E F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 20 ... If you don't understand just know that your load order is totally fine and NMM isn't causing you any trouble
Papermix Posted December 19, 2014 Author Posted December 19, 2014 Uh... What? Why would this help me in any way? It means that your load order is correct, in hexadecimal 'A' is the numeral after '9', 'B' is after 'A' and so on, it stops at 'F' (so you have 16 basic numerals (HEXAdecimal)). You then have : 0 1 2 3 4 5 6 7 8 9 A B C D E F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 20 ... If you don't understand just know that your load order is totally fine and NMM isn't causing you any trouble Oh okay. So for example, after 59, 5A is not in the "5" category, but actually after 59? The way I saw it was that the letters were just a load order and instead of a mod loading after 59, it would load all the way after 5, but before 6. Thanks for clearing that up!
Guest Posted December 19, 2014 Posted December 19, 2014 Uh... What? Why would this help me in any way? It means that your load order is correct, in hexadecimal 'A' is the numeral after '9', 'B' is after 'A' and so on, it stops at 'F' (so you have 16 basic numerals (HEXAdecimal)). You then have : 0 1 2 3 4 5 6 7 8 9 A B C D E F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 20 ... If you don't understand just know that your load order is totally fine and NMM isn't causing you any trouble Oh okay. So for example, after 59, 5A is not in the "5" category, but actually after 59? The way I saw it was that the letters were just a load order and instead of a mod loading after 59, it would load all the way after 5, but before 6. Thanks for clearing that up! Well it kind of is in the '5' category but basically yes that's it. (10)hexadecimal = 10 (1A)hexa = 20 (20)hexa = 32 It's called base 16 and it is often used in informatics. It just uses more numeral than the base 10 (the one we use in everyday life). On the same idea you got the base 2 (binary), where you write every number with two numerals (0 and 1). So in binary you have : 0 1 10 11 100 101 110 111 1000 ... (111)binary = 7
Papermix Posted December 19, 2014 Author Posted December 19, 2014 Uh... What? Why would this help me in any way? It means that your load order is correct, in hexadecimal 'A' is the numeral after '9', 'B' is after 'A' and so on, it stops at 'F' (so you have 16 basic numerals (HEXAdecimal)). You then have : 0 1 2 3 4 5 6 7 8 9 A B C D E F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 20 ... If you don't understand just know that your load order is totally fine and NMM isn't causing you any trouble Oh okay. So for example, after 59, 5A is not in the "5" category, but actually after 59? The way I saw it was that the letters were just a load order and instead of a mod loading after 59, it would load all the way after 5, but before 6. Thanks for clearing that up! Well it kind of is in the '5' category but basically yes that's it. (10)hexadecimal = 10 (1A)hexa = 20 (20)hexa = 32 It's called base 16 and it is often used in informatics. It just uses more numeral than the base 10 (the one we use in everyday life). On the same idea you got the base 2 (binary), where you write every number with two numerals (0 and 1). So in binary you have : 0 1 10 11 100 101 110 111 1000 ... (111)binary = 7 So many things I don't know. I actually spent about an hour trying to organize my mods in a specific way so that none of the important ones went into the hexa categories. No wonder my Skyrim would freeze.Thanks for your help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.