I got the sourcecode and patch ctplinuxfan posted, and it is working. It looks like everyone has done a great job getting the linux version running. I did make a simple code change to make it fullscreen and change the resolution, the display dialog box was not working for me.
I did notice a lot of filename errors. It must be a hold over from windows, but a lot of the data files are not the correct capitalization. Here is a sample of one of the errors I am getting (I added some extra debug info)
Messagebox(Targa Load Error): Unable to find the file 'UC030.rim' filename='UC030.TGA'
All I did to fix the problem was to rename a bunch of the data files, such as.
SpriteEditor.ldl to spriteeditor.ldl
Strings.txt to strings.txt
UC030.tga to UC030.TGA
Did everyone else have to rename a bunch of files. Or am I missing a fix to the code and ldl files to look for different filenames.
I did notice a lot of filename errors. It must be a hold over from windows, but a lot of the data files are not the correct capitalization. Here is a sample of one of the errors I am getting (I added some extra debug info)
Messagebox(Targa Load Error): Unable to find the file 'UC030.rim' filename='UC030.TGA'
All I did to fix the problem was to rename a bunch of the data files, such as.
SpriteEditor.ldl to spriteeditor.ldl
Strings.txt to strings.txt
UC030.tga to UC030.TGA
Did everyone else have to rename a bunch of files. Or am I missing a fix to the code and ldl files to look for different filenames.
Comment