Debian / etch
Enemy territory - works online fine
gtk 1.5 latest build
i can compile using my script:
#!/bin/bash
# Set locations here
q3map_path=/opt/gtkradiant/q3map2.x86 # q3map2 file location
et_path=/usr/local/games/enemy-territory/etmain/ # Enemy Territory installation location
map_location=/home/fidel/.etwolf/etmain/maps/atc_terrain.map # Path to map file
# The map_location variable is now the static path to your map file
$q3map_path -v -meta -fs_basepath $et_path -game et $map_location
$q3map_path -vis -saveprt -fs_basepath $et_path -game et $map_location
$q3map_path -light -fast -samples 2 -patchshadows -fs_basepath $et_path -game et $map_location
$q3map_path -meta -patchmeta -fs_basepath $et_path -game et $map_location
#$q3map_path -convert ase -fs_basepath $et_path -game et $map_location
but after starting et, it crashes after devmap mapname
console log:
/home/fidel/.etwolf/etmain/darji2.pk3 (220 files----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
----- Server Shutdown -----
---------------------------
----- CL_Shutdown -----
-----------------------
Sys_Error: Sys_LoadDll(qagame) failed, no corresponding .so file found in fs_homepath or fs_basepath
Shutdown tty console
[fidel@cuba:~]
anyone an idea ?

