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 - Headcrab Zombie

Pages: 1 ... 610 611 612 613 614 [615] 616 617 618 619 620 ... 781
9211
Off Topic / Re: I have the IPs to my schools printers. Wat do.
« on: August 30, 2011, 02:18:55 PM »
Poll needs a 'nothing' option

I bet the IPs are local IPs.
This



Off-topic: This reminds me of when someone in my school printed out hundred of blank pages and the school insisted I did it because "nobody else would know how to"

9212
General Discussion / Re: Moving events from brick to brick
« on: August 30, 2011, 01:48:49 PM »
Use the copy checkbox

Event brick with events on it
Check 'copy'
Event brick without events on it
click send

9213
Modification Help / Re: Missing file: testing.cs!
« on: August 29, 2011, 10:18:15 PM »
File>Save as...
Name the file, change the "Save as type" to "All files"
Add ".cs" to the end of the file. Example: from "Testing" to "Testing.cs"
Or do what I do and disable 'Hide extensions for known file types'
Then I can just make a new text file and change the file extension.

9214
Modification Help / Re: Scripting Question
« on: August 29, 2011, 05:11:28 PM »
%player.setscale("x y z");

Also goes in coding help

9215
Drama / Re: SupahDude got hacked
« on: August 29, 2011, 04:48:12 PM »
The closest thing to 'hacking' that can be done in this game is making and distributing add-ons with backdoor exploits.

These add-ons are usually crap-on'd, but since people are stupid they find ways to use them anyways.

9216
Suggestions & Requests / Re: Dropping items=immediate disappear
« on: August 29, 2011, 03:31:59 PM »
What I posted still allows you to remove items from your inventory the same way you normally would, it just doesn't throw an item in front of you

9217
Suggestions & Requests / Re: Dropping items=immediate disappear
« on: August 29, 2011, 02:37:03 PM »
Enable it?

9218
Modification Help / Re: Variable Questions
« on: August 29, 2011, 12:35:37 PM »
Yes

9219
Modification Help / Re: Variable Questions
« on: August 28, 2011, 07:52:38 PM »
Quote
%var += 5; So this one is higher then or equal to? This adds 5 to %var. Its a shorthand way of type '%var = %var + 5' If%var is equal to 15, after this, %var will be equal to 20
%var -= 5; And this one is lower then or equal to? Same as above, but subtracting 5
%var *= 5; What is this one? Same as above, but multiplying by 5
%var /= 5; No idea what this one is. Dividing by 5
%var = 5; And this one is equal to Setting %var to be equal to 5

if(%var == 5)
{
   //do stuff
}

messageclient(%client, 'bottomprint', %var, 10);

To save and load I prefer

export("$var*", "config/var.cs"); Does this create a .txt file in config? It creates a text file names var.cs, inside config folder. Inside, will be every variable whose name begins with $var. For an example, type export("$Pref*","config/prefs.cs");
exec("config/var.cs");

9220
Help / Re: Port Forwarding Troubles
« on: August 28, 2011, 04:08:55 PM »
Type ipconfig in the command prompt, they'll be in there

9221
Suggestions & Requests / Re: The (Near) Solution to Build Stealing
« on: August 28, 2011, 02:40:35 PM »
This has been suggested dozens of times. It's impossible to do.
The server has no control over saving, the client gets all the brick data when they load, they just need to write it to a file.
The only thing the server can control is saving events.

9223
Suggestions & Requests / Re: Object dropper?
« on: August 28, 2011, 02:04:23 PM »
Giving a player an entirely configurable list of items to drop including model, color, etc, would require dynamic datablock creation which isn't doable without complications.

You could use static shapes to allow any model to be used, but I'm not sure if you could change the color. You'd also need to recode things that aren't good to do in TorqueScript, such as basic physics for the shape to fall, and a pickup function. I'm not even sure if they have a onCollision function.

The best (although most limited) way to do this would to be to have a list of predefined items.

9224
Off Topic / Re: Is my graphics card failing?
« on: August 28, 2011, 04:03:17 AM »
For me it's mostly youtube videos (so yeah, flash) but it also happens watching video files off Hard drive or DVD, or playing games

9225
Off Topic / Re: Is my graphics card failing?
« on: August 28, 2011, 03:41:23 AM »
This happens to me on my 5770

Pages: 1 ... 610 611 612 613 614 [615] 616 617 618 619 620 ... 781