PDA

View Full Version : problem with world sprites


Heinz
05-25-2007, 12:29 PM
When I load a bitmap in a world sprite in the game editor (version 1.3 Pro current Beta version) I get quite a lot of syntax errors (probably there is an include missing somewhere). It is not a real issue, since the world sprite can be easily replaced by a normal sprite which is working properly, but maybe this could cause at other places also problems.

kornalius
05-25-2007, 03:02 PM
I will look it up and get back to you next week.

kornalius
05-25-2007, 10:01 PM
The problem is in the Classes.ini file.

You should change the following lines:

Name=World Sprite

To

Name=World

and finally change the line:

Name=Physic Sprite

to

Name=Physic

This will fix your problem. You will also need to rename your existing game level world sprite's names by removing the space in them.

Heinz
05-26-2007, 05:33 PM
Thanks, a lot Alain!