Difference between revisions of "Instrument Creation Tutorial"

From Sim Innovations Wiki
Jump to navigation Jump to search
(Added advanced and viewport)
 
(4 intermediate revisions by the same user not shown)
Line 30: Line 30:
|-
|-
! Subject !! Description
! Subject !! Description
|-
| '''[[String formatting]]'''|| How does it work and when can it be useful
|-
| '''[[Lua tips & tricks]]'''|| Handy examples that might help you keep your code organized
|-
| '''[[Lua libraries|Libraries]]'''|| How to segment your code better in separate lua files
|-
|-
| '''[[Viewport]]'''|| How does it work and when can it be useful
| '''[[Viewport]]'''|| How does it work and when can it be useful
|-
|-
|}
|}

Latest revision as of 11:00, 23 November 2017

Required software

Subject Description
Graphic design What software to use for graphic design
Programming What software to use for programming instruments

The basics

Subject Description
Lesson 1 Create / edit Creating and editing an instrument
Lesson 2 Images Instrument images
Lesson 3 Data bus Everything about datarefs and variables
Lesson 4 Image rotate Creating an instrument with rotating images (steam gauge)

Advanced

Subject Description
String formatting How does it work and when can it be useful
Lua tips & tricks Handy examples that might help you keep your code organized
Libraries How to segment your code better in separate lua files
Viewport How does it work and when can it be useful