Author Topic: Torquescript Challenges  (Read 2157 times)

I know this isn't exactly asking for 'help', but, this is the only suitable board for such a topic.

I need to get better at torquescript, and my rather uncreative mind is having trouble with thinking of something to make. So, I was wondering if you guys could throw me some Moderately difficult challenges.

I also thing that this would be an interesting start to a thread where newer programmers could look for ideas on what to make.

I'm not a noob in torquescript, but, I wouldn't say I'm good at it. And, the only way that I'm going to get better is by experience, so, any ideas?


Current Challenges:
Auto-Capitilization
Gamemode Generator
"Camera" mod
« Last Edit: December 18, 2012, 08:51:52 PM by Evar678 »


Maybe this could be your first challenge?

http://forum.blockland.us/index.php?topic=216835.0
Interesting.
Not quite sure if I know how to do this, but I'll check some resources.

Interesting.
Not quite sure if I know how to do this, but I'll check some resources.
Alright.
EDIT: Reminder: You don't have to do the thing where it capitalizes after every period.
I don't want to make things too hard.
« Last Edit: December 17, 2012, 08:44:06 PM by NAT3 »

Make a script that bottomprints your health every-time you get damaged.

Make a script that bottomprints your health every-time you get damaged.
You should also let him know if you want it to be client.cs or server.cs

You should also let him know if you want it to be client.cs or server.cs
Don't think it's possible to do that client sided accurately.


Hm. In that case, go here: http://forum.returntoblockland.com/dlm/viewFile.php?id=301
that used both client and serversided

a gamemode generator
have a GUI that you can add values to which when you click adds to a list (hence loading add-ons)
then take those values and pump the variables into a working gamemode.txt file.
« Last Edit: December 17, 2012, 09:22:36 PM by Brian Smithers »

a gamemode generator
have a GUI that you can add values to which when you click adds to a list (hence loading add-ons)
then take those values and pump the variables into a working gamemode.txt file.
Thank you.

I'll attempt to do this.
Expect more topics in coding help soon. :cookieMonster:

Don't think it's possible to do that client sided accurately.
Of course it's possible..

Thank you.

I'll attempt to do this.
Expect more topics in coding help soon. :cookieMonster:

Make a "Camera" mod. Let's you take screen shots, view them, delete them and choose the quality (shaders) you want before taking the screen shot. This should have a GUI.

Make a "Camera" mod. Let's you take screen shots, view them, delete them and choose the quality (shaders) you want before taking the screen shot. This should have a GUI.
I have an idea on how to do this, so I'll consider it.

It's easily possible. I was going to make something like this, may still so it, one day.