About Store Forum Documentation Contact



Post Reply 
Syntax and File Path issues with Tutorials
Author Message
Versaiteis Offline
Member

Post: #1
Syntax and File Path issues with Tutorials
If I'm not mistaken, I believe that the "Start" tutorial or First Tutorial listed in the Documentation.chm is a little out dated.

The VS compiler throws errors if I try to use commands like "App.icon" or "IOPath", are there any alternatives to these?

Also, the only way I can seem to find files hidden in sub directories of the project is to give the entire file path to that file, starting from the initial drive;

Paks.ad("..Data/engine.pak") cannot be found but "C:/User/Tutorial/Data/engine.pak" does.

Obviously I can include the engine.pak file with the exe and use "engine.pak", but is there a better way to retain the structure of the directory?
05-06-2011 06:36 PM
Find all posts by this user Quote this message in a reply
Rofar Offline
Member

Post: #2
RE: Syntax and File Path issues with Tutorials
It sounds like maybe you need to run AutoUpdate to get the latest updates and latest engine.pak.
05-06-2011 10:15 PM
Find all posts by this user Quote this message in a reply
Post Reply