Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,466 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
SMEE2 error message #65419
03/03/06 00:06
03/03/06 00:06
Joined: Jan 2005
Posts: 229
Atlantis Offline OP
Member
Atlantis  Offline OP
Member

Joined: Jan 2005
Posts: 229
This was made from the tutorial that came with SMEE2. When I try to run the engine, I get the following error. The fx file goes in the work folder with the wld file, correct?

A6 engine - commercial release V6.31.4 - Nov 18 2004

SMEE2

Error message...

Loading demo.wdl
<effect = "bumpmap.fx" }>
demo.wdl 249:-1 Error(6): Script error last line

Script error
Engine shutdown

Code:
 
////////////////////////////////////////////////////////////
// Shader: Bumpmap
// Author: Atlantis
//
// Generated by SMEE v2.0
// http://www.smee2.com/
////////////////////////////////////////////////////////////

// title: Bumpmap

// Section: This shader was created with SMEE2

// section: Images


material Bumpmap
{

ambient_red = 255;
ambient_green = 255;
ambient_blue = 255;
diffuse_red = 255;
diffuse_green = 255;
diffuse_blue = 255;
specular_red = 0;
specular_green = 0;
specular_blue = 0;
emissive_red = 0;
emissive_green = 0;
emissive_blue = 0;
albedo = 50.195;
power = 0;



effect = "bumpmap.fx"
}

action SHADER_Bumpmap
{
my.material = Bumpmap;
}



Re: SMEE2 error message [Re: Atlantis] #65420
03/03/06 01:27
03/03/06 01:27
Joined: Oct 2000
Posts: 1,543
Germany
A
Alexander Esslinger Offline
Senior Developer
Alexander Esslinger  Offline
Senior Developer
A

Joined: Oct 2000
Posts: 1,543
Germany
The semicolon is missing, just add one after "effect = "bumpmap.fx"".


Moderated by  Blink, Hummel, Superku 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1