Difference between revisions of "Talk:Scripting Tutorial: My First Spell"
Jump to navigation
Jump to search
Talk:Scripting Tutorial: My First Spell (edit)
Revision as of 12:54, 15 November 2008
, 12:54, 15 November 2008→Small problem
imported>BugUsNot |
imported>DragoonWraith |
||
Line 38: | Line 38: | ||
The second digit in the Editor-ID could be also a character instead (A-?) in the game console. | The second digit in the Editor-ID could be also a character instead (A-?) in the game console. | ||
:Both digits are [http://en.wikipedia.org/wiki/Hexadecimal hexadecimal numbers], so A-F are also 'numbers' in this case. They correspond to 11-15, so '10' in hexadecimal really means '16' (in the regular decimal system): | |||
<dl><dd><pre>00 00 Oblivion.esm | |||
01 01 first optional mod file | |||
02 02 | |||
03 03 | |||
04 04 | |||
05 05 | |||
06 06 | |||
07 07 | |||
08 08 | |||
09 09 | |||
0A 10 | |||
0B 11 | |||
0C 12 | |||
0D 13 | |||
0E 14 | |||
0F 15 | |||
10 16 | |||
... | |||
FD 253 | |||
FE 254 last mod file | |||
FF 255 save file</pre></dl> | |||
: I hope that explains things. | |||
:Also, please create your own account for the Wiki - using BugMeNot completely defeats the purpose of having accounts in the first place. Once you have your own account, please sign your comments in Talk pages with <nowiki>~~~~</nowiki>. | |||
:[[User:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">D</span>ragoon <span style="font-family: Oblivion, Daedric Runes; size=2;">W</span>raith]] [[User_talk:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">TALK</span>]] 12:54, 15 November 2008 (EST) |