View Single Post
ZerionSeven's Avatar
Posts: 68 | Thanked: 84 times | Joined on Mar 2007 @ Lappeenranta, Finland
#59
I haven't had much time to work on quetoo lately, and what work I've done, I've been trying out a few things, most of which I've had to revert back and the saving still doesn't quite work fully.

But I did update to OS2008 on my N800, and the game runs really nicely now if started from xterm, but the launcher does not work at all since glade seems to have been removed entirely (which I used to build the ui). I suppose we should now be using GtkBuilder, but I've had no luck trying to convert and haven't found any tools, I could use to rebuild the thing easily. Though I think I did see some libglade packages maybe in extras for chinook, so python bindings may not be that far behind either.

I could build some quick packages for OS2008, that don't have the launcher at all if you'd like to, but I think the current latest one should work fine too, or atleast I think there weren't any changes that would break the game itself and I haven't made any really useful changes since then either.

You should use something like
Code:
quetoo +set snd_ref sdl +set vid_width 400 +set vid_height 240 +set vid_gamma 0.8 +set m_sensitivity 15 +set cl_showfps 1 +set basedir /media/mmc2/quake2/ +map base1
to start the game. The m_sensitivity sets the mouse look sensitivity, with 15 being the default I had in the launcher. Or to load the game that gets autosaved on exit, replace '+map base1' with '+load game'.

Last edited by ZerionSeven; 2007-11-19 at 00:04.