icculus / Serious-Engine

An open source version of a game engine developed by Croteam for the classic Serious Sam games.
GNU General Public License v2.0
164 stars 21 forks source link

Unable to start SSAM:TFE using data from Steam #66

Open monreal opened 8 years ago

monreal commented 8 years ago

When I try to start SSAM:TFE I get the following:

Cannot open file '/home/monreal/ssam-tfe/TexturesMP/General/MenuBack.tex' (No such file or directory) ()

I copied the following GRO-Files from my Steam-Installation: 1_00c.gro, 1_00c_Logo.gro, 1_00c_scripts.gro, 1_00_ExtraTools.gro, 1_00_music.gro, 1_04_patch.gro

I can start the game if I also copy SE1_00.gro from SSAM:TSE.

yamgent commented 8 years ago

May I know whether you had the ModEXT.txt file in the directory when you encounter this issue? AFAIK, ModEXT.txt is only required for TSE, not TFE.

monreal commented 8 years ago

I do not have a ModTXT.txt file for TFE. Is there any other file besides the GRO files I need for TFE?

yamgent commented 8 years ago

Did you copy SE1_10.gro from the repository?

monreal commented 8 years ago

I did not... I did not manage to get the game to start up when I tried to run it from the source directory and now I realize why... I think I copied the *gro files to the Bin directory instead of the root directory. The readme just says to copy "to the repository".