K
Kranmer
Guest
So the filesystem is different layout, but if you put the files into the right place or altered the 1.02 EXE to find the new place for the files would it work with the old EXE ? if its possible we may be able to just allow new users to move the files around (or use a BAT to rename files) and use the old 1.02 EXE (just incase the new EXE can't be altered due to securom protection)The folder structure is different (a lot of stuff is sub-divided by language). The original exe probably wouldn't be able to find everything. Like I said, there's a ton of new stuff at the END of the exe, which doesn't appear to be SecuROM-related (that's all near the beginning). My best guess is that much of the new programming is there, and it cherry-picks what parts of the original it needs. Super magic pointers.
Here is a list of dlls that I found:
Code: [Select]Most of them appear to be related to Qt, which I suspect is only used for SecuROM (unless there's a config screen I haven't seen that uses 'em). I know paul.dll is securom. There's also a few that pretty clearly belong to the new music player (libmpg123-0, libogg, libvgmstream, libvorbis, libvorbisfile).Code:avcodec-52.dllavcore-0.dllavformat-52.dllavutil-50.dlllibeay32.dlllibmpg123-0.dlllibogg.dlllibssl32.dlllibvgmstream.dlllibvorbis.dlllibvorbisfile.dllpaul.dllphonon4.dllQtCore4.dllQtGui4.dllQtNetwork4.dllQtWebKit4.dllQtXml4.dllQtXmlPatterns4.dllquazip.dllssleay32.dllunicows.dllplugins\designer\qwebview.dllplugins\imageformats\qgif4.dllplugins\imageformats\qico4.dllplugins\imageformats\qjpeg4.dllplugins\imageformats\qmng4.dllplugins\imageformats\qsvg4.dllplugins\imageformats\qtiff4.dll
The English translation appears to be the same. I don't have any of the other original translations to compare to, but I'd bet they are the same also. Interestingly, it does come with four (English, Spanish, French, German) rather than just one. Even a few of the movies are duped, with different versions by language. I'm hoping this means that translation will be as simple as choosing a language in the launcher.
Not quite. The MIDI lgp files (awe.lgp, midi.lgp, xg.lgp, ygm.lgp, and some soundfonts) are still included, but they appear to be unused. It uses an OGG player and includes OGGs made from the MIDIs (stupid), but those OGGs should be easy enough for anybody to replace. I bet the OGGs that Sir_Awesome III looped from FinalFan Tim's remastered OST work without anything more than dropping them in the right place and renaming 'em.
Also i haven't ever seen Qt used in securom so i doubt its that (although there is a first time for everything) and a few of those DLLs look video related (possibly to decode the new video's ?)