Hey,
ich weiß ich habe schon viele Fragen gestellt und ich hoffe ihr habt verständnis dafür, ich meine ich bin immernoch extremer Anfänger.

Die Sache lässt mir einfach keine Ruhe: Ich habe ein Tutorial nachgemacht, alle Anweisungen befolgt und alles in den richtigen Ordner gepackt. Jetzt habe ich folgendes Problem:
Wenn ich mein Script starte, steht da:
Malfunction 1301
level.wmb : Can´t open file

Jetzt weiß ich nicht was ich damit anfangen soll, außer das ich jetzt weiß, das mein Level nicht geladen werden kann. Und wie mache ich jetzt das mein level geladen wird? ich stehe mal wieder auf´m schlauch


So sieht mein Script aus:

///////////////////////////////
#define PRAGMA_PATH "%EXE_DIR%\templates\images";
#define PRAGMA_PATH "%EXE_DIR%\templates\models";
#define PRAGMA_PATH "%EXE_DIR%\templates\sounds";

#define PRAGMA_PATH "Textures"
#define PRAGMA_PATH "modelle"
#define PRAGMA_PATH "Scripts"
#define PRAGMA_PATH "terrain"
#define PRAGMA_PATH "npcs"
#define PRAGMA_PATH "baeume"
#define PRAGMA_PATH "buesche"
#define PRAGMA_PATH "gras"
#define PRAGMA_PATH "haeuser"

#include <acknex.h>
#include <default.c>
#include "mtlFX.c"
///////////////////////////////

function main()
{
video_mode = 8;
video_depth = 32;
video_screen = 1; // 1= Voll-Bildschirm

level_load("level.wmb");

}

Last edited by Robso661; 02/02/10 18:51.