https://github.com/Wolfee-J/MTA-Stream
MTA-SA Custom map loader.
https://github.com/Wolfee-J/MTA-Stream
mta mtasa multitheftauto streamer
Last synced: about 1 year ago
JSON representation
MTA-SA Custom map loader.
- Host: GitHub
- URL: https://github.com/Wolfee-J/MTA-Stream
- Owner: Wolfee-J
- Created: 2020-07-02T17:47:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T09:26:37.000Z (about 4 years ago)
- Last Synced: 2024-10-26T06:53:42.634Z (over 1 year ago)
- Topics: mta, mtasa, multitheftauto, streamer
- Language: Lua
- Homepage:
- Size: 180 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-mta-sa - MTA Stream - MTA-SA Custom map loader. (Libs and utils)
README
# MTA Stream
(Credit to BluePie 'Aka Blue' for the insites reguarding Async)
[](https://discord.gg/P4kmcEb)
### How do you use it?
- Download MTA Stream master
- Extract the folder 'MTA-Stream' into your MTA resources
- Start 'MTA-Stream' then any maps or resource that use the MTA-Stream functionality.
# File Formatting
### MSD - (MTA-Stream-Defintions) [Previously JSD]
`ID(Nick Name) ,dff file name ,txd file name ,col file name ,drawdistance(170-300) ,Alpha Flag(boolean) ,Backface culling(boolean) ,Assign low LOD(boolean) `
#### Example
`ugoeast_zem294,ugoeast_zem294,southland,ugoeast_zem294,290,false,false,true`
### MSP - (MTA-Stream-Placement) [Previously JSP]
###### Line 1
`X-Offset,Y-Offset,Z-Offset` - World offset
###### Other Lines
`ID(Nick Name) ,Interior ID ,Dimension ID,x Position,y Position,z Position,x Rotation,y Rotation,z Rotation`
#### Example
`gados_p3a,0,-1,2060,1376,17,0,0,90`
# Folder Structure
## /Root
```
meta.xml (Meta file, defines file locations)
gta3.MSD (Object Definitions)
gta3.MSP (Object Placement)
```
## /Content
### col (COL dictonary)
`object.col` - Contains the collision files
### models (DFF dictonary)
`object.dff` - Contains the model files
### textures (TXD dictonary)
`object.txd` - Contains the texture files
Want to help support development? Buy me a Pepsi
[](https://www.paypal.me/BlueJayL)