Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ComicSans

Pages: [1] 2 3 4 5 6 7
1
General Discussion / Re: Swords Of The North - The Return [Beta]
« on: January 12, 2018, 10:17:33 PM »
Sword Of The North Star

2
Modification Help / Addon I made isn't showing in Custom/Addon (InGame)
« on: January 02, 2018, 01:32:38 AM »
When I boot up my game and go to Custom/Addon my addon that I made isn't there. Can someone help me figure out why it isn't showing up?
I'll give you the description.txt, and server.cs

3
Modification Help / Re: Where can I learn to script?
« on: December 31, 2017, 05:16:26 PM »
looking at what's already been done and copying it is probably your best bet

what do you mean by touch with a weapon, do you mean hit with a projectile, or physically the players touched eachother?

as for teleporting to a position, it's not difficult to set position through a script (it's something like %player.setPosition(%pos) or something, use %player.dump(); to check commands)
also tip for using the script i said you could use

with the new duplicator, you can set the pref "Admin Bypass Trust (Edit)" to true and then do /plantas 888888 then plant to place public bricks

if you dont want to do that, instead just set it to BrickGroup_your_blid

so here's also a bit of explanation about my code:
BrickGroup_blid = all the bricks of a certain BLID

BrickGroup_blid.NTObject["Brick_Name", Number] = Number is which one of the bricks with the name "Brick_Name" the function is called on

BrickGroup_blid.NTObjectCount _Brick_Name = the amount of bricks called "Brick_Name"

so, BrickGroup_888888.NTObject["Brick_Name", getRandom(0,BrickGroup_888888.NTObjectCount_Brick_Name) points to a random brick called "Brick_Name" which is in the brick group 888888 aka public bricks.
Not sure if you're looking to learn how to script, or just get an add-on or two put together. But if you are serious about learning TorqueScript, and have no prior programming experience, I would recommend starting with this list. Start up a game, open your console (use the '~' key), and type some of the commands on that page into it. Play around with them and just get familiar with how basic command work.

Once you're comfortable with the console, I would recommend checking out Weebly's TorqueScript For Blockland, a website which teaches basic add-on making. Also, if you videos help you learn, I would recommend Bloxland's Blockland Scripting tutorials on YouTube. Neither of these resources are going to teach you everything you need to know. But they'll give you a good idea of where to start.

I would also recommend reading the official TorqueScript Scripting Reference. It gets pretty technical, and isn't exactly an easy read for a beginner. But it talks about concepts like packages, datablocks, etc., which are very important in TorqueScript. I would recommend reading it after going through one (or both) of the tutorial series I posted above.

Do understand (assuming you've never programmed before) that learning to script isn't going to be easy. But it's definitely worth it. Take your time and be patient. Learning to program, like any skill, takes time to develop and master. And don't get frustrated if it takes you awhile to understand something. School doesn't really prepare you for this kind of stuff, unfortunately.



As for making the melee weapon you want to make, you'll need to

  • Figure out how to teleport a player to a brick. adel's code looks good. After you've played with the console a little, see if you can get his code to work. You'll probably need to use a different BrickGroup if the bricks you are using for testing aren't public
  • Figure out how to create an item that teleports a player when it hits them.
  • Figure out how to make sure a player can only teleport people on the other team. It sounds like you are using Slayer to create teams, so you'll have to integrate you're weapon with that. It'll be pretty simple. I can help you with it when you get to this point.

I recommend you work on your programming skills a bit first, though. There's not too much we can help you with until you have some basic knowledge of how TorqueScript works.
I can't thank you guys enough for helping me out (I would probably be banned for spamming). I'll spend a couple days/weeks/months learning this stuff, and correcting my mistakes C:.
p.s thanks again!

4
Modification Help / Re: Where can I learn to script?
« on: December 28, 2017, 12:10:06 AM »
looking at what's already been done and copying it is probably your best bet

what do you mean by touch with a weapon, do you mean hit with a projectile, or physically the players touched eachother?

as for teleporting to a position, it's not difficult to set position through a script (it's something like %player.setPosition(%pos) or something, use %player.dump(); to check commands)
Yeah I meant hit (melee) , but how would would I make it teleport someone to a brick? or would I have to put a cordinate?

6
Modification Help / Where can I learn to script?
« on: December 27, 2017, 07:08:22 PM »
I wanna make a few items (weapons) for my server that do certain actions. For example if you touch a certain team with a weapon then the player gets sent to a brick or certain point.

Is there a place where you can learn this type of stuff or do I have to search through addons and view examples to get the hang of it?

7
Music / Tongo - Pumped Up Kicks (Cover)
« on: December 26, 2017, 02:02:35 AM »
Im back from the dead and ready to give you wonderful people some songs!

Works perfectly (tested) and it's a good loop (no noticeable cuts)

8
Help / Re: What happened to all my resolution options?
« on: August 11, 2017, 05:50:23 PM »
If you're gonna play windowed try enabling borderless window, if you are trying to play fullscreen check that.
More options should appear

9
Add-Ons / Re: [Hatmod] Crash Bandicoot
« on: July 12, 2017, 08:45:31 PM »
Crash Bandicoot, the game that is like dark souls...

10
Add-Ons / Re: [Client] Blockland service checker
« on: July 10, 2017, 10:56:29 PM »
Doesnt appear when the game is stuck on Authenticating:Validating key. The name button doesnt appear like Johnny 5 said.

11
Help / Re: Blockland Key Wont work
« on: July 10, 2017, 06:14:10 PM »
One Time i was playing lan and then when i quit my key worked and when i quit the game and went back in it didnt work

Same problem is happening to me, still searching for a solution to this problem.

12
General Discussion / Re: What's with the rainbow icons?
« on: June 17, 2017, 04:11:34 PM »
Speaking of the third reich, Riddler did nothing wrong

13
restart steam and try again
I've done this hundreds of time, yet it still doesn't work

14
Off Topic / Re: $10 Steam game giveaway
« on: June 06, 2017, 08:11:11 PM »
completed, if i dont win, I am going to track your ip down and murder you

15
Off Topic / Re: Has anyone located the lambsauce yet?
« on: June 06, 2017, 07:50:13 PM »

Pages: [1] 2 3 4 5 6 7