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 - Quintano Man

Pages: [1] 2
1
Help / Why is my draw distance really low when its on high?
« on: October 08, 2010, 04:02:50 AM »
I went on the Planets map today and I noticed that I could see nowhere near as far as I used to be able too. My draw distance is on maximum, is there any way to raise my maximum draw distance so I can see how I used to be able to see? Also, does anybody have any idea why it changed?

Thanks

2
Help / I'm having some kind of texture problem.
« on: October 07, 2010, 04:20:01 AM »
This happens on every server I'm on, with the interiors, bricks, terrain and other stuff. I've reinstalled Blockland twice without backing up my add-ons. Pics:

I'd appreciate any help.

3
Off Topic / Google Images
« on: July 28, 2010, 07:52:45 PM »
It's more like Bing now. Do you like the new setup?
I personally don't hate it, but I preferred the old version.

Discuss

4
Creativity / Need feedback :3
« on: April 26, 2010, 06:38:03 AM »
I wanna know which one you think is better.
1.
I prefer this one.

or 2.


Tell me what you think.

Please only constructive Criticism, if any.

5
Gallery / Quintin's {ASI} Application
« on: August 01, 2009, 08:13:55 PM »
Quin - 1

This Ship contains the following things:
two sleeping areas
lightspeed-capable
weaponry
hangarbay
bulkheadsystem (credit to Comr4de)
Command Room
Eating/recreational Galley
exterior entry ports
Weapon Bay

Screenshots
Exterior 1


Exterior 2


Hangar Bay


Engine Room


Bulkhead System (refer to comr4des "The Amade")


Sleeping Area


And The Comand Room.


This is the first of a fleet.

I hope i get in =D

6
Off Topic / Virus
« on: July 25, 2009, 02:45:30 AM »
i just got a virus and had to system install.
pissed me off so much, been doing it all day. D'=
eh, atleast i have USB's and ipods. XD lol.

Discuss if this has ever happend to you.

7
Modification Help / bot respawn
« on: July 11, 2009, 05:54:18 AM »
ok so i have a little problem..

i've found that i cant make the bot respawn.
i've been thinking of making it leave the minigame, and then rejoin straight away.

heres the code for this section that im talking about:
Code: [Select]
function AIPlayer::OnDeath(%this)
{
    if(!isobject(%this.minigame)) return;
    %this.dead = true;
    %this.minigame.removemember(%this);
}

if there is a way of doing it without making the bot leave and re-enter the minigame, could you tell me?

edit: i might try making myself say: /createnewbot

8
Add-Ons / Quintin's colorset
« on: June 22, 2009, 02:39:58 AM »
Quintins Colorset
My New Colorset.

Description
Something i just created.
It has: simple, simple-trans, grayscale, grayscale-trans, browns, browns-trans, and other.

v2 added lights and darks

Screenshots

Download
Colorset_Quintins.zip (Last Updated: Wed Jun 24, 2009 4:36 pm)

Installation
Put Colorset_Quintins.zip into the Add-Ons folder in your Blockland folder.

Click Here to view this file on the RTB Download Manager

V2: added lights and darks

9
Modification Help / new colorset
« on: June 16, 2009, 03:03:08 AM »
been working on a colorset lately, found it amazingly easy. (red green blue opacity).

heres a pic.


any suggestions would be greatly appreciated.



10
Suggestions & Requests / Abusive Admin Ban (non - admin vote)
« on: May 29, 2009, 06:35:44 PM »
Basically, if an admin is abusing you, or is being unfair, and making the server crappy, then the players who are being abused get to have a vote. Where nobody, but the voters know that their voting. They can vote to kick, ban, or unadmin the abusive admin. The Players Then get to vote to do whatever they want to the abusive admin. a message then goes to the host, saying that the players want to do whatever to the abusive admin. The host then says his thoughts about what they think, and then the abusive admin is unadmined/kicked/banned by the players.

This could make alot of servers MUCH better. because, abusive admins are the main reason so many servers suck.

11
Creativity / The Blockhead Of Death (head only)
« on: May 21, 2009, 05:27:48 AM »
In Order For The Blockhead Of Death to appear, Thought must press two buttons on the Keyboard.
Ctrl k.

Once The Effect Of "Ctrl K" Has Set, The Blockhead Of Death Will Appear.\

tiz my first picture with paint.net



12
Add-Ons / Flying Broomstick
« on: May 12, 2009, 06:03:27 AM »
This was failed by me, and everybody else, but I'll keep the link up.

13
Modification Help / fixed. delete please
« on: May 12, 2009, 03:25:02 AM »
fixed.

14
Modification Help / Delete.
« on: May 11, 2009, 08:02:21 PM »
found awnser.

15
Off Topic / Guns akimbo code.
« on: March 23, 2009, 03:50:35 AM »
ok, i was looking at scripts for add-ons, (cuz i wanna make one(and i was looking for ideas)) and i found this.

Server:
Code: [Select]
//we need the gun add-on for this, so force it to load
%error = ForceRequiredAddOn("Weapon_Gun");

if(%error == $Error::AddOn_Disabled)
{
   //A bit of a hack:
   //  we just forced the gun to load, but the user had it disabled
   //  so lets make it so they can't select it
   GunItem.uiName = "";
}

if(%error == $Error::AddOn_NotFound)
{
   //we don't have the gun, so we're screwed
   error("ERROR: Weapon_GunsAkimbo - required add-on Weapon_Gun not found");
}
else
{
   exec("./Weapon_AkimboGun.cs");

lets look closer...

Code: [Select]
if(%error == $Error::AddOn_NotFound)
{
   //we don't have the gun, so we're screwed

i lol'd

Pages: [1] 2