Official Coding Resources Thread (02/29/2016)

Author Topic: Official Coding Resources Thread (02/29/2016)  (Read 50867 times)

New to Torquescript? Head over here and start learning:
LINK



Resources List
A list of resources to aid you or for you to learn from.
This thread encourages members to contribute in any way they can, so don't be shy!


Latest Addition

Extend UI Name Table by Greek2Me (11902)
http://forum.blockland.us/index.php?topic=293459.0



Resources By Greek2Me (11902)

Support_TCPClient
http://forum.blockland.us/index.php?topic=257317.0

Multi Source Events
http://forum.blockland.us/index.php?topic=248858.0

Support_RespawnTime
http://forum.blockland.us/index.php?topic=248856.0

Custom Torque Markup Language Parser V2
https://bitbucket.org/Greek2me/slayer/src/899c124be988c252c6302899ec6904aa014cc86c/Client/Support/Support_TMLParser.cs?at=dev
-
http://forum.blockland.us/index.php?topic=214415.msg7004793#msg7004793

Custom Torque Markup Language Parser V1
http://forum.blockland.us/index.php?topic=210508.0

Text Anchors
http://forum.blockland.us/index.php?topic=193371.0

Keybind Functions
http://forum.blockland.us/index.php?topic=182190.0

isNumber
http://forum.blockland.us/index.php?topic=189121.msg5029473#msg5029473

All Torque Appendixes
http://forum.blockland.us/index.php?topic=199291.0

Torque Documentation
http://forum.blockland.us/index.php?topic=178382.0

Add event output target
http://forum.blockland.us/index.php?topic=225062.0

simObject::call & simGroup::chainCall
http://forum.blockland.us/index.php?topic=231470.0

Extend UI Name Table
http://forum.blockland.us/index.php?topic=293459.0



Resources by $trinick
Resource: listSupport.cs
http://forum.blockland.us/index.php?topic=276118.0



Resources By MuffinMix (392)

Custom Emitters and Particle Tutorial
http://forum.blockland.us/index.php?topic=59525.0



Resources By Xalos (11239)

Number To Word
http://forum.blockland.us/index.php?topic=210231.0

Get Sliding Color Tag
http://forum.blockland.us/index.php?topic=224166.0



Resources By Port (12297)

Convert Between characters and character indexes
http://forum.blockland.us/index.php?topic=182076.0

FindClients( MASK )
http://forum.blockland.us/index.php?topic=176377.0

Jettison - a JSON parser
http://forum.blockland.us/index.php?topic=213850.0

RGB to HEX / HEX to RGB
http://pastebin.com/c6cCXAz0

A* Implementation (Pathfinding)
http://forum.blockland.us/index.php?topic=216752



Resources By Elm (35295)

How to use trace
http://forum.blockland.us/index.php?topic=191941.0

How to format your code
http://forum.blockland.us/index.php?topic=192083.0

smartMessage
http://pastebin.com/raw.php?i=Vcg7XsDt

Annotated function heading thing
http://pastebin.com/raw.php?i=Yw9d28Uj

isFolder check
http://pastebin.com/raw.php?i=RvyksreP

How to search the forums in regards to coding help
http://forum.blockland.us/index.php?topic=220172.0


Resources by boodals 2 3504
Task Manager
http://forum.blockland.us/index.php?topic=279784.0



Resources by otto-san (10293)

File Object Tutorial
http://forum.blockland.us/index.php?topic=151078.0



Resources by jes00 (18831)

GUI Tutorial
http://forum.blockland.us/index.php?topic=174198.0



Resources by Ipquarx (9291)

Number Base Converter
http://forum.blockland.us/index.php?topic=182029.0



Resources by Quartz (39780)
Object Oriented Programming with Script Objects
http://forum.blockland.us/index.php?topic=287272.0




Resources by Zack0Wack0

"Blockland's Unofficial  Documentation"
http://bldocs.readthedocs.org/en/latest/index.html



Resources by Clockturn (M)

String Manipulation & Loop Event Handlers
http://forum.blockland.us/index.php?topic=177446.0



Resources by Axolotl2

Typemasks List
http://forum.blockland.us/index.php?topic=212880.0

Minigame Script Object Reference
http://forum.blockland.us/index.php?topic=225595.0



Resources by Visolator (20490)

Advanced Scheduling System
http://forum.blockland.us/index.php?topic=271056.0



Resources by Placid

Key Binds
http://forum.blockland.us/index.php?topic=162665.msg3986250#msg3986250



Resources by DontCare4Free

Updated Blockland API documentation
http://forum.blockland.us/index.php?topic=215304.0



Resources by Dylanzzz

Vector's, Raycasts, and more
http://forum.blockland.us/index.php?topic=224122.0



Resources by Alphadin

Chance Function
http://forum.blockland.us/index.php?topic=226269



Resources by Honorabl3

Client sided To Server Sided Communication
http://forum.blockland.us/index.php?topic=227659.0



Resources by ZNSO (7639)

Rot.js Digger Dungeon Generator (Ported)
http://forum.blockland.us/index.php?topic=242181.0



Resources by Wrapperup (13308)

TCP Object Guide and Reference
http://forum.blockland.us/index.php?topic=266903.0



Tools

Notepad++ (free text editor)
http://notepad-plus-plus.org/download/v6.2.2.html

Sublime Text (free text editor)
http://www.sublimetext.com/

TorqueScript Bundle (for the Sublime Text Editor)
http://mysterycoconut.com/tsmate/

Improved TorqueScript Bundle (by one of our own members, dontcare4free)
http://localhostr.com/download/sl1oPDR/TorqueScript.zip

Torque Dev (IDE with autocomplete and live error checking)
http://localhostr.com/files/8UvPqPT/netMerics%20TorqueDev.zip




How to contribute:

If you want to write up your own resource, you can either create a new thread, or paste it to a pastebin and post the link below.

If you would like to write up a tutorial, you can either create a new thread, or paste it to a pastebin and post the link below.

If you find any resources by other members that I've missed (destiny/zacko Truce etc) post the link below.

If you find any tools that'll assist members in writing code, post the link below.

If you write any resources in this thread, they will be ignored.



I'll be trying to keep this thread updated and writing a few resources myself :).
« Last Edit: February 29, 2016, 08:57:06 AM by elm »



made this a long time ago:
http://forum.blockland.us/index.php?topic=151078.0

i also have a ton of references bookmarked for general torquescript




You should add Jettison and Jettison-Circuit. Check Modification Discussion.

You should add Jettison and Jettison-Circuit. Check Modification Discussion.

Not quite sure why you couldn't post a link but alright, will do.

Not quite sure why you couldn't post a link but alright, will do.

I'm on a mobile device and I really don't have that much time. Anyway, thanks!

I'm on a mobile device and I really don't have that much time. Anyway, thanks!

Lol, same here.

Guys, we need YOU to write up some resources! I'll post a little function i've made, when i get home.

Does a GUI Tutorial count?



Number Base Converter (Prove that you really CAN count to potato!)
http://forum.blockland.us/index.php?topic=182029.0

I'll be posting another resource tomorrow.
« Last Edit: November 21, 2012, 07:44:07 PM by Ipquarx »