source: obsolete/tags/VUT/0.4/work/README_ONLINE.txt @ 643

Revision 643, 1.6 KB checked in by mattausch, 18 years ago (diff)

made demo running

RevLine 
[193]1How to install the Visibility Work Package
2
3
41) Requirements:
5   WindowsXP
6   Ogre 1.03 for vs 7.1
7   Ogre Dependencies
[226]8   svn
9
102) check out gametools repository
[643]11   in the following it is assumed that your repository is located in e:\svn\gametools (not required, just replace your path)
[226]12
[643]13   deprecated: the current stable version is located in D:\gametools\branches\0.3
[226]14
[193]152) add following environment variables:
16   OGRE_PATH: directory where ogre.sln is located
17
[643]183) copy e:\svn\gametools\OGRE\trunk\ogre_changes into OGRE_PATH directory (only applies to version 1.03!!!!)
[193]19
204) Set configuration of Ogre soluation to release. add preprocessor flag GTP_VISIBILITY_MODIFIED_OGRE to following projects:
21   Plugin_OctreeSceneManager
22   RenderSystem_GL
23   RenderSystem_Direct9
24   RenderSystem_Direct7
25   OgreMain
[316]26   GuiRenderer
27   
28   Also add the flag to the example projects you want to use
[193]29
[226]305) Add following resources to OGRE_PATH\Samples\Common\bin\Release\resource.cfg:
[193]31
[643]32   FileSystem=e:\svn\gametools\OGRE\trunk\resources\materials\scripts
33   FileSystem=e:\svn\gametools\OGRE\trunk\resources\materials\textures
34   FileSystem=e:\svn\gametools\OGRE\trunk\resources\models
35   FileSystem=e:\svn\gametools\OGRE\trunk\resources\models\trees
36   FileSystem=e:\svn\gametools\OGRE\trunk\resources\overlays
37   FileSystem=e:\svn\gametools\OGRE\trunk\resources\media
[193]38
[226]396) Add Plugin_VisibilitySceneManager to OGRE_PATH\Samples\Common\bin\Release\Plugins.cfg
[193]40   and comment out OctreeSceneManager
41
[226]427) Copy D:\gametools\trunk\VUT\Ogre\resources\terrain.cfg into OGRE_PATH\Samples\Common\bin\Release
[193]43
[226]448) open scripts\GtpVisibility.sln and compile all
45
469) start TerrainExampleApplication for testing
Note: See TracBrowser for help on using the repository browser.