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.


Topics - Lugnut

Pages: 1 2 3 4 [5] 6 7 8 9 10 ... 16
61
http://forum.blockland.us/index.php?topic=193369.0

I can't make this function with bots because I can't get the object that triggered the event, only the client.

I don't feel like completely overwriting onPlayerTouch or something like that, any other solutions?

62
Add-Ons / Object mounting events
« on: May 04, 2012, 05:51:22 PM »
So as-per-request I made these bot mounting event things.
selfMountToObj
objMountToSelf
Now, in these events, OBJ is the object that triggered the event, (bot, player, vehicle), and SELF is the SPAWNED OBJECT on the vehicle brick.
You probably shouldn't call these on non-vehicle-brick bricks, as they won't do anything.

The argument, which defaults to 0, is which slot the object will be mounted in. I set the max to 15, but I wasn't sure quite how many slots is the max in blockland, anyone know?

THIS EVENT CAN ONLY BE TRIGGERED BY PLAYERS. YOU CANNOT MOUNT A BOT TO A BOT WITH THIS.
IF ANYONE KNOWS TO HOW TO DO THAT, PLEASE, TELL ME.


Due to engine limitations, you cannot mount a vehicle to yourself. Don't ask for this.

I think that's all, if anyone notices anything, report it here I guess.


Download

63
Suggestions & Requests / Taking Event add-on requests here
« on: May 01, 2012, 02:31:08 PM »
I'll make your events. Event add-ons, I mean.
You know, scripts for the events.
Preferably nothing too complex, like bot events, but it depends on the thing.

Stuff I won't make: Eval events

Request here.

64
Add-Ons / Event_SendTeamMSG
« on: May 01, 2012, 02:29:40 PM »
As requested here.

It sends a team message. From the client that activated the event.

Really abusable, I know.
I put in spam protection, in milliseconds, simply run this command through your console :
Code: [Select]
$pref::server::teammsgeventtime = TimeInMSHere;Defaults to 500ms. (1/2 of a second.)

Download

65
Add-Ons / Event_LoadSave V2 (4-30-12)
« on: April 28, 2012, 10:59:54 PM »
See this: http://forum.blockland.us/index.php?topic=191774.0

You can put either saves/bedroom/demo house.bls or bedroom/demo house.bls.
both work.

onActivate > Client > loadMapFromFile [Bedroom/demo house.bls] [ X ]
Would load the demo house with ownership.

NEW IN V2-
Doesn't use /reloadbricks.
Allows the option of putting saves/ into the file path.
Supports loading ownership, see: checkbox

Download

66
Off Topic / Person of Interest discussion thread
« on: April 26, 2012, 12:00:44 AM »
Quote from: Can't remember the name of a TV show, ran out of friends to ask in steam friends
10:01 PM - Lugnut: 9:58 PM - Lugnut: what's that tv show where theres this nerd guy who made a machine that could predict crime and used to work for the government
9:58 PM - Lugnut: and then he dug up this veteran
9:58 PM - Lugnut: and he has the veteran running missions and stuff
9:58 PM - Lugnut: with the machine's intelligence
9:58 PM - Lugnut: i can't remember the damn name
10:02 PM - Spectrum: sounds oddly familiar
10:02 PM - Spectrum: I... I don't know
10:02 PM - Lugnut: it's in like it's first or second season
10:02 PM - Spectrum: Was it a cartoon or acted?
10:02 PM - Lugnut: takes place in a big city
10:02 PM - Lugnut: live action
discuss show cause it's cool and stuff

67
Help / Certain textures and images are blank ingame
« on: April 14, 2012, 07:17:02 PM »
Same problem I had a while ago.
I just wanted a different subject.
I also found that Frozen Synapse (Another torque-based game) is giving me the same errors.
Images:

Click for larger.

68
Off Topic / Re: Boomerangdog is dead. - Case closed, see page 5.
« on: April 14, 2012, 04:15:35 PM »
See Subject.
There are many questions which can and should be answered by 'boomerangdogs father'.

69
General Discussion / VCE Help Menu broken? Fix here.
« on: April 14, 2012, 03:45:24 PM »
Simply put the attached file into Blockland/config/client/VCE/

You might have to reload blockland, or you might not. I'm not sure.

70
General Discussion / Auth server glitch: Dual Feeps
« on: April 13, 2012, 04:35:39 PM »

100% legitimate, anyone on Ayxrions server right now will confirm it.

71
General Discussion / Holy stuff guys, V21!!
« on: April 01, 2012, 01:11:46 AM »

:cookieMonster:

72
Help / Odd bug where screenshots do not show up ingame
« on: March 27, 2012, 02:58:16 PM »
really weird, and i've had this problem for a month, but it only just started bothering me now.
it affects my main menu and the rtb add-on download bar thingys



I've also experienced where the face on my avatar vanished, then again, that might've been the host loving with me via console.

73
Modification Help / What the hell is wrong with this tcp object?
« on: March 26, 2012, 04:31:22 PM »
I simply cannot get it to do anything.
It won't echo, it wont do any of the commands I send it
I'm pretty sure the problem is in onLine, but, as stated, I don't know what's wrong!
I have tried disabling rtb to no avail.

I've even tried connecting to the server with python, sure enough, it connects, but nothing happens on the blockland side.

Server: http://pastebin.com/raw.php?i=WAdwxnjC

Client: http://pastebin.com/raw.php?i=fXuNf6Uj

74
Help / How do I install two seperate installations of blockland?
« on: March 12, 2012, 02:55:03 AM »
I want to run seperate two servers at a time, but cannot as they use the same add-ons and configuration.
I remember something about -profilepath but I don't know how to use it.

75
Modification Help / How do you use GuiPopUpMenuCtrl?
« on: March 12, 2012, 01:25:07 AM »
I'm quite familiar with guis, but apparently you can't do Control_Name.addRow() to popup menus.
How do you define the contents?

Edit:Just tried looking through Slayers stuff.
I've been scarred by the sheer amount of material D:

I'm also no better off than when I posted this topic.

Pages: 1 2 3 4 [5] 6 7 8 9 10 ... 16