GameTools - Support Tools

From Wikiid
Revision as of 20:33, 23 October 2007 by SteveBaker (Talk | contribs) (New page: Numerous tools are required for the development of models for gameTools-based games such as Lemur of Lima. This document is for in-house use only and refers to hard-wired director...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Numerous tools are required for the development of models for gameTools-based games such as Lemur of Lima.

This document is for in-house use only and refers to hard-wired directory names and local filesystem details.

plb_to_ac3d 
Convert '.plb' files into '.ac' format.
mklevel 
Make an entire level file from a couple of '.png' image files.
mktile 
Make a library of terrain tile pieces.
mktree 
Use evolution to generate a set of nice 3D tree models.
tiled 
Interactive tool to build game levels.
autogen_java 
Generate Java plugin interfaces.
mk3dgallery 
Make screen dumps of a bunch of models.


Wikiid Pages relating to gameTools (edit)
gameTools - Main page
gameTools - Support Tools :
plb_to_ac3d, mklevel, mktile, mktree, tiled, autogen_java, mk3dgallery
gameTools - File Formats :
title_screen.rgb, ultimate.xml, material.xml, decoration.xml, physics.xml
tiled.xml, tiled_autotiles.xml, Level files, Tile naming scheme, PLB files
gameTools - Source Code :
Game functions: gameCamera, gameClock, gameChecksum/gameHashTable, gameHTTP,
gameIsect, gameJoystick, gameParticleManager, gameScreen/gameMouse,
gameSky, gameStarter, gameStrokeFont, gameUtils
Material database: MatList/MatEntry
Tile map handling: TileObject/MapFlag/MapEntry/Map
Java Interfacing: JavaLink
Image file loading: liImage/liImageFactory
3D Model file loading: loadPLB, PLB exporter
Physics: Sabot, Bullet, gameTools - Use with Blender, PLB exporter
Object management: Object


Wikiid Pages relating to Lemur of Lima (edit)
Lemur of Lima - Main page
Lemur of Lima - Controls
Lemur of Lima - Levels :
List of Levels, Level design, Screen shots, Models
Lemur of Lima - Java Plugins :
Java plugin API, Event handling, Flags, GameInterface API , Alphabetical Index
Lemur of Lima - Source Code Documentation :
Initialisation, Main Loop, gameTools