Branches: Difference between revisions
(added Awesomium branch; fixed header levels; changed 'videos' header to 'media'; added func listing; added custom animations functions; changed all youtube url to short versions) |
mNo edit summary |
||
(23 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
{{Needs Checking|This article is outdated}} | |||
== Weapon Creation == | == Weapon Creation == | ||
Weapon creation is a branch for creating weapon elements which can fire bullets and do not require ped/players assigned to them. | Weapon creation is a branch for creating weapon elements which can fire bullets and do not require ped/players assigned to them. | ||
Line 7: | Line 9: | ||
|- | |- | ||
|'''Branch''' | |'''Branch''' | ||
|[ | |[https://github.com/multitheftauto/mtasa-blue/tree/weapon-creation Weapon-Creation] | ||
|- | |- | ||
|'''Branch version''' | |'''Branch version''' | ||
Line 20: | Line 22: | ||
=== Media === | === Media === | ||
http://youtu.be/LN1nZZnzlms | * http://youtu.be/LN1nZZnzlms | ||
== Custom Animations == | == Custom Animations == | ||
Line 30: | Line 32: | ||
|- | |- | ||
|'''Branch''' | |'''Branch''' | ||
|[ | |[https://github.com/multitheftauto/mtasa-blue/tree/Custom-Animations Custom-Animations] | ||
|- | |- | ||
|'''Branch version''' | |'''Branch version''' | ||
Line 41: | Line 43: | ||
=== Media === | === Media === | ||
http://youtu.be/D9YfVPiJniU | * http://youtu.be/D9YfVPiJniU | ||
=== General Notes === | === General Notes === | ||
Line 47: | Line 49: | ||
== Custom Weapon Stats == | == Custom Weapon Stats == | ||
Custom Weapon Stats is a branch to allow people to edit one of each | Custom Weapon Stats is a branch to allow people to edit one of each weapon "properties" for each skill level | ||
so for example an M4 at Pro level can have 1000 damage and an M4 at standard level can have 0. | so, for example, an M4 at the Pro level can have 1000 damage and an M4 at a standard level can have 0. | ||
{| class="wikitable" style="width: auto; table-layout: fixed;" | {| class="wikitable" style="width: auto; table-layout: fixed;" | ||
Line 56: | Line 58: | ||
|- | |- | ||
|'''Branch''' | |'''Branch''' | ||
|[ | |[https://github.com/multitheftauto/mtasa-blue/tree/Custom-Weapon-Stats Custom-Weapon-Stats] | ||
|- | |- | ||
|'''Branch version''' | |'''Branch version''' | ||
Line 75: | Line 77: | ||
== Analog Control States == | == Analog Control States == | ||
Analog Control States is a branch that is designed to allow proper setting and management of controls and therefore allows for setting of controls to be between the range of 0 and 1 rather than true/false | The Analog Control States is a branch that is designed to allow proper setting and management of controls and therefore allows for the setting of controls to be between the range of 0 and 1 rather than true/false | ||
This only works for certain properties such as left/right | This only works for certain properties such as left/right | ||
Line 85: | Line 87: | ||
|- | |- | ||
|'''Branch''' | |'''Branch''' | ||
|[ | |[https://github.com/multitheftauto/mtasa-blue/tree/Analog-Control-States Analog-Control-States] | ||
|- | |- | ||
|'''Branch version''' | |'''Branch version''' | ||
Line 110: | Line 112: | ||
|- | |- | ||
|'''Branch''' | |'''Branch''' | ||
|[ | |[https://github.com/multitheftauto/mtasa-blue/tree/Custom-Vehicle-Sirens Custom-Vehicle-Sirens] | ||
|- | |- | ||
|'''Branch version''' | |'''Branch version''' | ||
Line 133: | Line 135: | ||
== Custom-Train-Tracks == | == Custom-Train-Tracks == | ||
See the main page for this branch ([[Custom Train Tracks]]) for more information. | |||
{{:Custom_Train_Tracks}} | |||
== Awesomium == | == Awesomium == | ||
Possibility to create | Possibility to create in-game browser. | ||
{| class="wikitable" style="width: auto; table-layout: fixed;" | {| class="wikitable" style="width: auto; table-layout: fixed;" | ||
|- | |- | ||
|'''Status''' | |'''Status''' | ||
|<span style="color: | |<span style="color:green">Merged - 1.5</span> | ||
|- | |- | ||
|'''Branch''' | |'''Branch''' | ||
|[https:// | |[https://github.com/multitheftauto/mtasa-blue/tree/awesomium Awesomium] | ||
|- | |- | ||
|'''Branch version''' | |'''Branch version''' | ||
|1. | |1.5 | ||
|} | |} | ||
Line 191: | Line 163: | ||
=== General notes === | === General notes === | ||
See [[User:Jusonex]]. | See [[User:Jusonex]]. | ||
[[Category: Development]] | |||
[[Category:Archived]] |
Latest revision as of 05:35, 9 July 2024
This article needs checking. | |
Reason(s): This article is outdated |
Weapon Creation
Weapon creation is a branch for creating weapon elements which can fire bullets and do not require ped/players assigned to them.
Status | Merged - 1.3.1 |
Branch | Weapon-Creation |
Branch version | 1.4 |
Functions
- createWeapon
- fireWeapon
- getWeaponAmmo
- getWeaponClipAmmo
- getWeaponFiringRate
- getWeaponFlags
- getWeaponOwner
- getWeaponProperty
- getWeaponState
- getWeaponTarget
- resetWeaponFiringRate
- setWeaponAmmo
- setWeaponClipAmmo
- setWeaponFiringRate
- setWeaponFlags
- setWeaponProperty
- setWeaponState
- setWeaponTarget
General Notes
Created entities are for all intent and purpose objects so any object function will work on them like attachElements, setElementAlpha and such.
Media
Custom Animations
Custom Animations is a branch for loading animations from .ifp files
Status | Abandoned |
Branch | Custom-Animations |
Branch version | 1.4 |
Functions
Media
General Notes
See User:Cazomino05 for bugs.
Custom Weapon Stats
Custom Weapon Stats is a branch to allow people to edit one of each weapon "properties" for each skill level so, for example, an M4 at the Pro level can have 1000 damage and an M4 at a standard level can have 0.
Status | Merged - 1.3.1 |
Branch | Custom-Weapon-Stats |
Branch version | 1.4 |
Functions
Media
General Notes
None.
Analog Control States
The Analog Control States is a branch that is designed to allow proper setting and management of controls and therefore allows for the setting of controls to be between the range of 0 and 1 rather than true/false
This only works for certain properties such as left/right
Status | Merged - 1.3.1 |
Branch | Analog-Control-States |
Branch version | 1.4 |
Functions
Media
None.
General Notes
None.
Custom-Vehicle-Sirens
Custom Vehicle Sirens allows adding sirens to any individual vehicle in the game for instance to add an undercover sultan.
Status | Merged - 1.3.1 |
Branch | Custom-Vehicle-Sirens |
Branch version | 1.4 |
Functions
Media
- http://youtu.be/zjJdLCtKccA
- http://youtu.be/ZJDrVf3qSm0
- http://youtu.be/1J0_v85FioA
- http://youtu.be/X3zE6hZOx4c
General Notes
None.
Custom-Train-Tracks
See the main page for this branch (Custom Train Tracks) for more information. This branch makes it possible to make your own train tracks.
Status | Work in progress |
Branch | feature/custom-train-tracks |
Branch version | 1.5.3 |
Functions
Media
Awesomium
Possibility to create in-game browser.
Status | Merged - 1.5 |
Branch | Awesomium |
Branch version | 1.5 |
Functions
See User:Jusonex.
Media
General notes
See User:Jusonex.