project-navigation
Personal tools

Author Topic: Missing Modell (Rev: 29535)  (Read 1856 times)

acm

  • Guest
Missing Modell (Rev: 29535)
« on: April 24, 2010, 04:59:26 pm »
Hello,

it's not realy a Bug, but it seems, there is no Modell.

Code: [Select]
No model found for 'soldiers/malelight/head04c'
R_RegisterModelShort: Could not find: 'soldiers/malelight/head04c'
R_RegisterModelShort: Could not find: 'soldiers/malelight/head04c'

The game works fine without the modell, but the Soldier has no head  ;D.

My Version of Ufo-AI is:

Code: [Select]
URL: https://ufoai.svn.sourceforge.net/svnroot/ufoai/ufoai/trunk
Revision: 29535
Letzter Autor: tlh2000
Letzte geänderte Rev: 29535
Letztes Änderungsdatum: 2010-04-24 10:01:45 +0200 (Sa, 24. Apr 2010)

Greetings.

acm

  • Guest
Re: Missing Modell (Rev: 29535)
« Reply #1 on: April 24, 2010, 06:53:47 pm »
It's not possible to load a map without this modell.

Code: [Select]
-------------------------------------
Connecting to localhost...
connection attempt from loopback connection
load material file: 'materials/industrial.mat'
Starting the game...
acm has joined team 1
music change to PsymongN2 (from van_geoscape)
music change to van_mission2 (from PsymongN2)
R_ProgramVariable: "STATICLIGHT" - No program bound. (src/client/renderer/r_entity.c: line 343)
R_ProgramVariable: "STATICLIGHT" - No program bound. (src/client/renderer/r_entity.c: line 347)
R_RegisterModelShort: Could not find: 'soldiers/malelight/head04c'
(player 0) It's team 1's round
acm has taken control over team 1.
R_ProgramVariable: "STATICLIGHT" - No program bound. (src/client/renderer/r_entity.c: line 343)
R_ProgramVariable: "STATICLIGHT" - No program bound. (src/client/renderer/r_entity.c: line 347)
MN_ExecuteSetAction: node "root.team_selection.bt_actor8@disabled" doesn't exist (source: hud.hudenable)
MN_ExecuteSetAction: node "root.team_selection.bt_actor8@disabled" doesn't exist (source: hud.hudenable)
********************
ERROR: Actor model wasn't found
********************

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Missing Modell (Rev: 29535)
« Reply #2 on: April 25, 2010, 10:45:31 am »
missing model should be fixed now

Offline MCR

  • PHALANX veteran
  • ******
  • Posts: 1244
    • View Profile
Re: Missing Modell (Rev: 29535)
« Reply #3 on: April 25, 2010, 11:08:26 am »
Sorry, seems that was my fault  :-[

acm

  • Guest
Re: Missing Modell (Rev: 29535)
« Reply #4 on: April 25, 2010, 01:52:47 pm »
Thx a lot, the"Bug" is now fixed  ;).