Re: [REQUEST] Looking for any and all help/advice...to try porting weather home to VG
it's definately possible. the problem with porting from wvga to vga is often times, you have to make sacrifices to fit things into a vga screen. for the port i'm working on, i had to get rid of the top bar to make room for the weather clock. landscape is another mess altogether.
you must really familarize yourself with the know-how's of decompiling/editing/recompiling lua scripts. for me, the tough part is having to reconstruct parts of the code that failed to decompile properly by looking at the disassembly code and trying to make sense of it all. the actual process to change values and logic to make everything fit a vga screen is mostly trial and error.
|