venom34 wrote:
first of all, sry if i am wrong here! when i am, then pls mod move this thread to the right place
wel my question ist simple: how do i turn my wolf (every level) to the Jinn and my cat to a Faerie ?
i tried it with these codes:
Quote:
cos\p_wolf_01.bsr
cos\p_wolf_02.bsr
and just replaced them with these codes:
Quote:
cos\p_jinn.bsr
cos\p_jinn_02.bsr
with xvi32 but sro crashed by starting, so i muust have did something wrong. can somebody help?
and how do i do the cat to a faerie?
thxs venom34
Well one obvious problem .. would be that you altered the size of your file. And didn't set it right again.
cos\p_wolf_01.bsr = 17 characters.
cos\p_jinn.bsr = 14 characters.
You would be changing the wolves 1-39 , which would be 39 x 3 = 117 bytes smaller. Add that too the:
cos\p_wolf_02.bsr = 17 characters.
cos\p_jinn_02.bsr = 17 characters.
No problems there, so basically the reason why your game crashes is because you altered the size of your media.pk2 by 117 bytes.
How to fix that would be to open your media.pk2 up in XVI32, scroll to the bottom then click EDIT ---> INSERT STRING. Then do what it says here:
Make sure it's like that. Then if all goes well you should see 117 sets of 00's at the END of your pk2 in XVI32. If you see that save it and load your game. Should work.