Modules/Texturizer

From Multi Theft Auto: Wiki
Revision as of 06:55, 10 December 2010 by Jyrno (talk | contribs) (Created page with "{{Module_Info| name = Texturizer | version = 0.2 | author = jyrno | module_website = ''Not available'' | download_link = N/A | ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Module info
Name Texturizer
Version 0.2
Author jyrno
Module website Not available
Download link N/A
License GNU LPGL 1.0
Written in {{{written_in}}}
Operating system {{{operating_system}}}
Compatible with {{{compatible_with}}}

Texturizer is a module which provides TXD libary writing and GD functions to MTASA server. It's currently available Windows only, however since the build system is CMake it should be pretty simple to use it on another platforms.

Note: This module is not available yet.

Installation

Windows

Uncompress the file Texturizer.dll into your %PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\ directory. Uncompress the GD libary binary bgd.dll into your %PROGRAMFILES%\MTA San Andreas\server\ directory.

Then, add the following line in mtaserver.conf:

  <module src="Texturizer.dll" />


Functions

Texture Functions

GD Functions

Create

Info

Save

Cleanup

Alter

Color

Text

Draw


Draw Style