Search found 4 matches
- Wed Jul 30, 2014 9:11 pm
- Forum: Exult Discussion
- Topic: Runic text to English + Copy Protection Questions
- Replies: 4
- Views: 426
Re: Runic text to English + Copy Protection Questions
Oh sorry for double post, figured it out. It's the avatar's NPC Flag with value 34 rather than global flag. Silly me
- Wed Jul 30, 2014 8:10 pm
- Forum: Exult Discussion
- Topic: Runic text to English + Copy Protection Questions
- Replies: 4
- Views: 426
Re: Runic text to English + Copy Protection Questions
For translating runic text I did try to set the READ global flag (34), but it fails to do anything in BG and just assumed it was only for SI. Is there a different flag in BG I should try to set?
- Wed Jul 30, 2014 11:51 am
- Forum: Exult Discussion
- Topic: Runic text to English + Copy Protection Questions
- Replies: 4
- Views: 426
Runic text to English + Copy Protection Questions
Hello everyone, I've been playing around with the usecode of Ultima 7 BG for a while, and thought why not try converting all these runic signs to English as something I would like to have in my game. The right way to do that is to make a single change to UI_display_runes(), but that method is hard c...
- Sat Jul 26, 2014 7:28 pm
- Forum: Exult Discussion
- Topic: Notes on Setting up Development Environment and Decompiling
- Replies: 2
- Views: 176
Re: Notes on Setting up Development Environment and Decompil
Thanks, I'm indeed having fun tinkering with the code, and truly the sources for keyring and sifixes are indispensable in order to understand what's what. For example the enumerations found in /content/bgkeyring/src/headers/bg/ and similar in /content/sifixes/src/header/si are like the Rosetta Stone...