Branches: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Layout changes and linked branches to google code)
No edit summary
(17 intermediate revisions by 10 users not shown)
Line 1: Line 1:
=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.
{| class="wikitable" style="width: auto; table-layout: fixed;"
{| class="wikitable" style="width: auto; table-layout: fixed;"
|-
|-
|'''Status'''
|'''Status'''
|<span style="color:orange">In progress</span>
|<span style="color:green">Merged - 1.3.1</span>
|-
|-
|'''Branch'''
|'''Branch'''
|[http://code.google.com/p/mtasa-blue/source/browse/#svn%2Fbranches%2Fweapon-creation Weapon-Creation]
|[https://github.com/multitheftauto/mtasa-blue/tree/weapon-creation Weapon-Creation]
|-
|-
|'''Branch version'''
|'''Branch version'''
Line 13: Line 13:
|}
|}


==Functions==
=== Functions ===
weapon createWeapon(type, x, y, z)
{{Client_weapon_creation_functions}}
type = weapon name e.g. M4
x, y, z = x,y,z position
 
bool fireWeapon(weapon)
 
bool setWeaponState(weapon, state)
state = "ready", "firing" or "reloading"


bool setWeaponProperty(weapon, property, value)
=== General Notes ===
property = damage/accuracy
 
==General Notes==
Created entities are for all intent and purpose objects so any object function will work on them like attachElements, setElementAlpha and such.
Created entities are for all intent and purpose objects so any object function will work on them like attachElements, setElementAlpha and such.


==Videos==
=== Media ===
http://www.youtube.com/watch?v=LN1nZZnzlms
* http://youtu.be/LN1nZZnzlms


 
== Custom Animations ==
 
=Custom Animations=
Custom Animations is a branch for loading animations from .ifp files
Custom Animations is a branch for loading animations from .ifp files
{| class="wikitable" style="width: auto; table-layout: fixed;"
{| class="wikitable" style="width: auto; table-layout: fixed;"
Line 42: Line 30:
|-
|-
|'''Branch'''
|'''Branch'''
|[http://code.google.com/p/mtasa-blue/source/browse/#svn%2Fbranches%2FCustom-Animations Custom-Animations]
|[https://github.com/multitheftauto/mtasa-blue/tree/Custom-Animations Custom-Animations]
|-
|-
|'''Branch version'''
|'''Branch version'''
Line 48: Line 36:
|}
|}


==Functions==
=== Functions ===
???
* [[engineLoadIFP]]
* [[engineUnloadIFP]]


==Videos==
=== Media ===
http://www.youtube.com/watch?v=D9YfVPiJniU
* http://youtu.be/D9YfVPiJniU


==General Notes==
=== General Notes ===
See [[User:Cazomino05]] for bugs.
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
=Custom Weapon Stats=
so, for example, an M4 at the Pro level can have 1000 damage and an M4 at a standard level can have 0.
Custom Weapon Stats is a branch to allow people to edit one of each weapons "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.


{| class="wikitable" style="width: auto; table-layout: fixed;"
{| class="wikitable" style="width: auto; table-layout: fixed;"
Line 69: Line 56:
|-
|-
|'''Branch'''
|'''Branch'''
|[http://code.google.com/p/mtasa-blue/source/browse/#svn%2Fbranches%2FCustom-Weapon-Stats Custom-Weapon-Stats]
|[https://github.com/multitheftauto/mtasa-blue/tree/Custom-Weapon-Stats Custom-Weapon-Stats]
|-
|-
|'''Branch version'''
|'''Branch version'''
Line 75: Line 62:
|}
|}


==Functions==
=== Functions ===
[[getWeaponProperty]]
* [[getWeaponProperty]]
 
* [[setWeaponProperty]]
[[setWeaponProperty]]
 
==Videos==
http://www.youtube.com/watch?v=M1dQWpDFq98
 
http://www.youtube.com/watch?v=xfdEvpcuk7s


http://www.youtube.com/watch?v=eDU06fZiU9M
=== Media ===
* http://youtu.be/M1dQWpDFq98
* http://youtu.be/xfdEvpcuk7s
* http://youtu.be/eDU06fZiU9M


==General Notes==
=== General Notes ===
None.
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
=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


This only works for certain properties such as left/right
This only works for certain properties such as left/right
Line 103: Line 85:
|-
|-
|'''Branch'''
|'''Branch'''
|[http://code.google.com/p/mtasa-blue/source/browse/#svn%2Fbranches%2FAnalog-Control-States Analog-Control-States]
|[https://github.com/multitheftauto/mtasa-blue/tree/Analog-Control-States Analog-Control-States]
|-
|-
|'''Branch version'''
|'''Branch version'''
Line 109: Line 91:
|}
|}


==Functions==
=== Functions ===
[[setAnalogControlState]]
* [[setAnalogControlState]]
 
* [[getAnalogControlState]]
[[getAnalogControlState]]


==Videos==
=== Media ===
None.
None.


==General Notes==
=== General Notes ===
None.
None.


 
== Custom-Vehicle-Sirens ==
 
=Custom-Vehicle-Sirens=
Custom Vehicle Sirens allows adding sirens to any individual vehicle in the game for instance to add an undercover sultan.
Custom Vehicle Sirens allows adding sirens to any individual vehicle in the game for instance to add an undercover sultan.


Line 131: Line 110:
|-
|-
|'''Branch'''
|'''Branch'''
|[http://code.google.com/p/mtasa-blue/source/browse#svn%2Fbranches%2FCustom-Vehicle-Sirens Custom-Vehicle-Sirens]
|[https://github.com/multitheftauto/mtasa-blue/tree/Custom-Vehicle-Sirens Custom-Vehicle-Sirens]
|-
|-
|'''Branch version'''
|'''Branch version'''
Line 137: Line 116:
|}
|}


==Functions==
=== Functions ===
[[SetVehicleSirens]]
* [[SetVehicleSirens]]
* [[GetVehicleSirens]]
* [[RemoveVehicleSirens]]
* [[GetVehicleSirenParams]]
* [[AddVehicleSirens]]


[[GetVehicleSirens]]
=== Media ===
* http://youtu.be/zjJdLCtKccA
* http://youtu.be/ZJDrVf3qSm0
* http://youtu.be/1J0_v85FioA
* http://youtu.be/X3zE6hZOx4c


[[RemoveVehicleSirens]]
=== General Notes ===
None.


[[GetVehicleSirenParams]]
== Custom-Train-Tracks ==
See the main page for this branch ([[Custom Train Tracks]]) for more information.
{{:Custom_Train_Tracks}}


[[AddVehicleSirens]]
== Awesomium ==
Possibility to create in-game browser.


==Videos==
{| class="wikitable" style="width: auto; table-layout: fixed;"
http://www.youtube.com/watch?v=zjJdLCtKccA
|-
|'''Status'''
|<span style="color:green">Merged - 1.5</span>
|-
|'''Branch'''
|[https://github.com/multitheftauto/mtasa-blue/tree/awesomium Awesomium]
|-
|'''Branch version'''
|1.5
|}


http://www.youtube.com/watch?v=ZJDrVf3qSm0
=== Functions ===
See [[User:Jusonex]].


http://www.youtube.com/watch?v=1J0_v85FioA
=== Media ===
* http://youtu.be/9w2qU6mZDh8
* http://youtu.be/qvqc1ScZSbM
* http://youtu.be/cyUw1F6uBig


http://www.youtube.com/watch?v=X3zE6hZOx4c
=== General notes ===
See [[User:Jusonex]].


==General Notes==
[[Category: Development]]
None.

Revision as of 19:54, 19 April 2020

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


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

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.