ROM Hack Looking for someone to implement VWF in Wizardry Asterisk

MrRichard999

Member
Newcomer
Joined
Oct 20, 2013
Messages
16
Reaction score
28
Trophies
1
Website
www.romhacking.net
XP
1,051
Country
United States
Looking for someone to implement VWF in Wizardry Asterisk so we can make the most space out of what we can in the game. If someone can help out with this please post here or send a PM.
 
Can you give a general overview of anything you know about the font system at use in the game?
 
I don't know much about VRAM or memory addressing but it does use the standard SHIFT-JIS double hex value lettering for the dialogue and some inventory parts. If there was a way to make it where VWF can be represented by single hex entries, this would open up the adequate space needed to put in longer names for magic and also enough space for dialogues.

QSQzOWT.png
 
That would typically be referred to as an 8bit text conversion or something like that rather than VFW, but doing one would give you most of the info needed to do the other.

On "adequate space" then mostly that would be taken care of it simple pointers, assuming the menu stuff is not fixed length. For the DS you would tend to only do an 8 bit conversion if you faced memory issues; despite file sizes possibly being into the hundreds of megabytes if the game does not handle its memory well then you can come unstuck.

Anyway I was thinking more do you know what file the pictures of the characters are located in? Does the game automatically generate a new line or are they all manual? Little things like that, in most cases not massive time savers but do give someone feeling out the game a head start and you might have already known them if you have worked up the game a bit.

That said the letter spacing is massive in that. You don't have to go for a full variable width font (often a fairly in depth hack) and instead you could probably just make it narrower and gain some on screen space that way. Similarly for the menu stuff (is that three characters there on the biggest part of the second line?) you can try wedging multiple, or at least one and a bit, Roman characters in a single tile space in the font and bump things up there.
 

Site & Scene News

Popular threads in this forum