project-navigation
Personal tools

Author Topic: Game not loading  (Read 14735 times)

lazy_bum

  • Guest
Game not loading
« Reply #15 on: May 07, 2007, 06:27:40 pm »
Thanks for help!

I've created this file in ~/.ufoai/2.1.1/base/
The game now starts fine, but this is just an illusion. I have the "start screen", options like `start`, `exit`, `thanks to` (could be different, I used nls) but I can't click... I can move mouse but clicks don't work.

New ufoconsole.log is avalible here. Last five lines appeard when I cliked `esc` 5 times.

Offline Stalins Organ

  • Rookie
  • ***
  • Posts: 26
    • View Profile
Game not loading
« Reply #16 on: May 08, 2007, 01:21:43 pm »
I have a slightly different version of the problem - the game does nothing except blank screen for about 3-4 seconds before returning to windows.

Tried running ufo +set snd_init 0 +set developer 1 and at least got the partial "gray screen" others have reported.

Not sure what to do with hte code posted above for "default.cfg", so I copied it inot a notebook file, renamed it default.cfg & put it into hte base directory & it made no difference.

Don't seem to have produced any log files.

Knathrek

  • Guest
Re: Game not loading
« Reply #17 on: March 18, 2008, 08:29:37 pm »
unknown command init:
the ebuild is broken - missing data - there must be a default.cfg in your base directory or in 0base.pk3 - if not, you have to create one:
Code: [Select]
set gl_mode             6
set vid_fullscreen      1
set crosshair           1
alias   init    "mn_push main;"
alias   newgame " killserver ; maxclients 1"
alias   dedicated_start "exec dedicated.cfg;"

That helped me start my game, at first it was fine but after sometime i got a red screen after launching the game and it stays stuck.
I re-put the code in the cfg because for some reason it has changed again, i have to do this everytime.
Just thought you want to know.
Btw i am using Ubuntu 7.10