Main Page: Difference between revisions

From GRFSpecs
Jump to navigation Jump to search
Content deleted Content added
A list gives better overview
Improved list
Line 1: Line 1:
*;[[Action0]] - Defines new graphics feature properties
= Sprite types =
* [[Action0]] - Defines new graphics feature properties
** [[Action0General]] - Action 0 properties common to all vehicle types
** [[Action0General]] - Action 0 properties common to all vehicle types
** [[Action0Trains]] - Action 0 properties for trains
** [[Action0Trains]] - Action 0 properties for trains
Line 23: Line 22:
** [[Action0AirportTiles]] - Action 0 properties for airport tiles
** [[Action0AirportTiles]] - Action 0 properties for airport tiles
** [[Action0Airports]] - Action 0 properties for airports
** [[Action0Airports]] - Action 0 properties for airports
* [[Action1]] - Defines a set of real sprites
*;[[Action1]] - Defines a set of real sprites
* [[Action2]] - Defines graphics set IDs
*;[[Action2]] - Defines graphics set IDs
** [[Action2Vehicles]] - Defining set-IDs for vehicles
** [[Action2Vehicles]] - Defining set-IDs for vehicles
** [[Action2Stations]] - Defining station set-IDs
** [[Action2Stations]] - Defining station set-IDs
Line 49: Line 48:
** [[RandomAction2]] - Randomized Action 2
** [[RandomAction2]] - Randomized Action 2
** [[Callbacks]] - List of available callbacks
** [[Callbacks]] - List of available callbacks
* [[Action3]] - Associates vehicles with graphics set IDs
*;[[Action3]] - Associates vehicles with graphics set IDs
** [[Action3LiveryOverride]] - Change wagon livery to match the engine
** [[Action3LiveryOverride]] - Change wagon livery to match the engine
* [[Action4]] - Defines text strings
*;[[Action4]] - Defines text strings
* [[Action5]] - Defines specific base graphics sets
*;[[Action5]] - Defines specific base graphics sets
* [[Action6]] - Modifies the contents of the following sprite
*;[[Action6]] - Modifies the contents of the following sprite
* [[Action7]] - Conditionally skips sprites or jumps to a label
*;[[Action7]] - Conditionally skips sprites or jumps to a label
** [[TTDPatchFlags]] - TTDPatch Flags for Action 7/9 Variable 85
** [[TTDPatchFlags| GameConfigFlags]] - Configuration flags for Action 7/9 Variable 85
* [[Action8]] - Defines GRF ID, Name and Description
*;[[Action8]] - Defines GRF ID, Name and Description
* [[Action9]] - (see action 7 above)
*;[[Action9]] - (see action 7 above)
* [[ActionA]] - Modifies TTD base set sprites
*;[[ActionA]] - Modifies TTD base set sprites
* [[ActionB]] - Generates an error message
*;[[ActionB]] - Generates an error message
* [[ActionC]] - Does nothing.
*;[[ActionC]] - Does nothing.
* [[ActionD]] - Assigns parameters and calculates results
*;[[ActionD]] - Assigns parameters and calculates results
** [[ReadingOtherGRFParameters]] - Reading another GRF file's parameters
** [[ReadingOtherGRFParameters]] - Reading another GRF file's parameters
** [[ReadingPatchVariables
** [[ReadingPatchVariables| ReadingGameSettings] - Reading game configuration settings
** [[GRFResourceManagement]] - Preventing conflicts with limited resources
** [[GRFResourceManagement]] - Preventing conflicts with limited resources
* [[ActionE]] - Deactivates a NewGRF file
*;[[ActionE]] - Deactivates a NewGRF file
* [[ActionF]] - Defines new town name styles
*;[[ActionF]] - Defines new town name styles
* [[Action10]] - Defines GOTO label for action 7/9
*;[[Action10]] - Defines GOTO label for action 7/9
* [[Action11]] - Defines new sound data
*;[[Action11]] - Defines new sound data
* [[Action12]] - Load font glyphs
*;[[Action12]] - Load font glyphs
* [[Action13]] - Translates GRF-specific strings (TTDPatch only)
*;[[Action13]] - Translates GRF-specific strings (TTDPatch only)
* [[Action14]] - Static NewGRF Information (OpenTTD only)
*;[[Action14]] - Static NewGRF Information (OpenTTD only)
* RealSprites - Sprites that actually get drawn on the screen
*;RealSprites - Sprites that actually get drawn on the screen
* RecolorSprites - Changing how other sprites are drawn
*;RecolorSprites - Changing how other sprites are drawn

= Graphics properties =
*; [[Palettes]] - Palettes used by the game
*; [[Coordinate]] - Coordinates used for sprite alignement

= Misc =
*; [[Base Costs]]
*; [[Refit paths]]

Revision as of 20:44, 12 June 2011

Graphics properties

Misc