Willkommen ~Gast!
Registrieren || Einloggen || Hilfe/FAQ || Staff
Probleme mit der Registrierung im Forum? Melde dich unter registerEin Bild.
Autor Beitrag
000
05.01.2011, 10:29
bennifilm



Ich versuch gerade ein simples Model zu convertieren aber leider krieg ich einen
Fehler zu dem ich nirgendwo was finden konnte.
Ich arbeite mit dem Studiomdl 2.2.

Ordner Anordnung :
boxmodel/materials/models/b_box/b_box.vmt
boxmodel/materials/models/b_box/b_box.vtf

boxmodel/model_sources/b_box.qc
boxmodel/model_sources/b_box.smd
boxmodel/model_sources/b_box_phys.smd

und ein leerer Ordner :
boxmodel/models/b_box/

.qc file :
Quellcode:$modelname b_box/b_box.mdl

$scale 1.0

$cdmaterials models/b_box

$staticprop

$body studio "./b_box"

$sequence idle "b_box"

$collisionmodel "b_box_phys.smd"
{
    $Mass 5
    $concave
}
Fehlermeldung
Quellcode:Created command line: C:\Games\Steam\steamapps\benni94\sourcesdk\bin\orangebox\bin\studiomdl.exe -game "c:\games\steam\steamapps\benni94\half-life 2\hl2" -nop4 -nox360 "C:\Users\Benni\Desktop\Cinema 4D\boxmodel\model_sources\b_box.qc"

qdir:    "c:\users\benni\desktop\cinema 4d\boxmodel\model_sources"
gamedir: "c:\games\steam\steamapps\benni94\half-life 2\hl2"
g_path:  "C:\Users\Benni\Desktop\Cinema 4D\boxmodel\model_sources\b_box.qc"
Building binary model files...
Working on "b_box.qc"
ERROR: c:\users\benni\desktop\cinema 4d\boxmodel\model_sources\b_box.qc(9): - could not load file './b_box'
ERROR: Aborted Processing on 'b_box/b_box.mdl'
WARNING: Leaking 1 elements

--

::Alien Swarm Sunstation 583::
::Left 4 Dead:: b_alley 95% | b_office 65%
::Battlemod:: steht still

http://www.iop-b.de/

zum Seitenanfang zum Seitenende Profil || Suche
001
05.01.2011, 10:32
Adrian_Broher
Admin


Quellcode:ERROR: c:\users\benni\desktop\cinema 4d\boxmodel\model_sources\b_box.qc(9): - could not load file './b_box'
Die Zahl in Klammern ist die Zeile des QC Statements, welches den Fehler hervorruft.

--

There is nothing wrong with high standards. It's your problem that you don't meet them.
If you think it's simple, then you have misunderstood the problem.
When a customer says "nothing has changed", assume they're lying.

zum Seitenanfang zum Seitenende Profil || Suche
002
05.01.2011, 11:10
bennifilm



ja aber was ist an Zeile 9 falsch ?

Quellcode:$body studio "./b_box"

--

::Alien Swarm Sunstation 583::
::Left 4 Dead:: b_alley 95% | b_office 65%
::Battlemod:: steht still

http://www.iop-b.de/

zum Seitenanfang zum Seitenende Profil || Suche
003
05.01.2011, 12:21
Adrian_Broher
Admin


Zitat:
bennifilm postete
ja aber was ist an Zeile 9 falsch ?
Quellcode:could not load file './b_box' Wenn du der englischen Sprache nicht maechtig bist helfen dir in dem Fall Seiten wie http://dict.cc , http://leo.dict.org oder http://translate.google.de . Die haetten dann auch etwas in der Richtung "Die Datei './b_box' konnte nicht geladen werden." ausgegeben.

--

There is nothing wrong with high standards. It's your problem that you don't meet them.
If you think it's simple, then you have misunderstood the problem.
When a customer says "nothing has changed", assume they're lying.


Dieser Beitrag wurde am 05.01.2011 um 12:22 von Adrian_Broher bearbeitet.
zum Seitenanfang zum Seitenende Profil || Suche
004
05.01.2011, 13:27
bennifilm



Also von einem Moderator hab ich schon eine bessere Antwort erwartet.
Natürlich versteh ich die Fehlermeldung trotzdem weiß ich nicht genau welche Datei
fehlt und was ich ändern muss.

Hab ich eine der Dateien in einen falschen Ordner geschoben oder liegt der fehler in der qc Datei ?

--

::Alien Swarm Sunstation 583::
::Left 4 Dead:: b_alley 95% | b_office 65%
::Battlemod:: steht still

http://www.iop-b.de/

zum Seitenanfang zum Seitenende Profil || Suche
005
05.01.2011, 13:38
Adrian_Broher
Admin


Zitat:
bennifilm postete
Natürlich versteh ich die Fehlermeldung trotzdem weiß ich nicht genau welche Datei
fehlt und was ich ändern muss.
Wenn du die Fehlermeldung verstehst wieso aenderst du dann nicht den Pfad auf den korrekten Dateinamen?

--

There is nothing wrong with high standards. It's your problem that you don't meet them.
If you think it's simple, then you have misunderstood the problem.
When a customer says "nothing has changed", assume they're lying.

zum Seitenanfang zum Seitenende Profil || Suche
006
05.01.2011, 14:19
bennifilm



-close-
und danke für garnichts

--

::Alien Swarm Sunstation 583::
::Left 4 Dead:: b_alley 95% | b_office 65%
::Battlemod:: steht still

http://www.iop-b.de/

zum Seitenanfang zum Seitenende Profil || Suche