Hello.
I am trying to get started with 3dgs, but there's this one problem I can't seem to find a solution for, which is quite annoying.
I want to start soft and just 'click together' a couple of games to get the hang of it. So I, of course, use the template scripts.
I have the trial version of A7. And here's what I do:
I go into WED, make a new file, and save it. I go into Map Properties, press "New Script", and I choose 'A6 Template Script'. (I've also tried the Lite_C_A7 Project, which gives same result, see below.)
In my Project Manager, I now add the Biped Player script (and automatically the scripts it needs also, of course), and assign the Player action behavior to a model I load into the level.
I build my level, and I try to run it. It works.
Now I load in another model, and I add the Simple FPS AI script in my Project Manager, and assign its behavior to the new model.
NOW, when trying to run the game, it gives this error:
"Compiling HEJ.WDL - [Esc to abort..............]
< ent_createlocal(@2,my.x,FXA_Exp1_Flash)>
weaponfx00.wdl 512:0 (): Parameter unknown FXA_Exp1_Flash
< ent_createlocal(@2,my.x,FXA_Exp1_Ring)>
weaponfx00.wdl 515:0 (): Parameter unknown FXA_Exp1_Ring
< ent createlocal(fxa_placehold_str,my.x,FXA_Exp1_Trail)>
weaponfx00.wdl.518:0 (): Parameter unknown fxa_placehold_str
< ent createlocal(fxa_placehold_str,my.x,FXA_Exp1_Trail)>
weaponfx00.wdl 519:0 (): Parameter unknown fxa_placehold_str
< ent createlocal(fxa_placehold_str,my.x,FXA_Exp1_Trail)>
weaponfx00.wdl 520:0 (): Parameter unknown fxa_placehold_str
< ent createlocal(fxa_placehold_str,my.x,FXA_Exp1_Trail)>
weaponfx00.wdl 521:0 (): Parameter unknown fxa_placehold_str
< ent createlocal(fxa_placehold_str,my.x,FXA_Exp1_Trail)>
weaponfx00.wdl 522:0 (): Parameter unknown fxa_placehold_str
<ent createlocal(fxa_placehold_str,my.x,FXA_Exp1_Trail)>
weaponfx00.wdl 523:0 (): Parameter unknown fxa_placehold_str"
"< effect(FXA_Exp1_FX,1,my.x,temp)>
aiFPS01.wdl 1487:0 (): Parameter unknown FXA_Exp1_FX
Script error
Engine shutdown"
Why is this? I haven't changed ANY template scripts at all. I am just using them as they came with the trial download.
The weirdest thing is that if I use the Shooter_Project template, this error isn't ocurring!
Does it have something to do with the .wdl extension when using A7 or something like that?
Any help is greatly appreciated.
Last edited by Hej; 06/02/08 00:21.