About Store Forum Documentation Contact



Post Reply 
Error when starting the project
Author Message
Krzysiek1105 Offline
Member

Post: #1
Error when starting the project
When I run this project shows


Attached File(s) Image(s)
   
11-22-2009 07:03 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Error when starting the project
engine.pak
11-22-2009 03:15 PM
Find all posts by this user Quote this message in a reply
Krzysiek1105 Offline
Member

Post: #3
RE: Error when starting the project
In the game don't see the water... :(
11-22-2009 03:38 PM
Find all posts by this user Quote this message in a reply
Seba Offline
Member

Post: #4
RE: Error when starting the project
Look here:
http://www.esenthel.com/community/showth...p?tid=1547
Esenthel write:
Quote:you need to set water images before loading the world (Water.image(..))
So add:
Quote:Water.images(Images("gfx/water/0.gfx"),Images("gfx/water/0.n.gfx"),Images("gfx/fx/reflection.gfx")); // set water from textures
11-22-2009 03:45 PM
Find all posts by this user Quote this message in a reply
Krzysiek1105 Offline
Member

Post: #5
RE: Error when starting the project
Thanks Seba
11-22-2009 05:15 PM
Find all posts by this user Quote this message in a reply
Post Reply