Author Topic: Taking requests  (Read 2084 times)

I will code you stuff


what language

well this is Blockland, so TorqueScript
if you want something else then contact me elsewhere


A heightmap terrain generator.  Please.

How do you expect me to read the heightmap files from TorqueScript? Pretty much all image formats would be pretty hard to read with no 0x00 and \r\n being turned into \n.

How do you expect me to read the heightmap files from TorqueScript? Pretty much all image formats would be pretty hard to read with no 0x00 and \r\n being turned into \n.

Maybe an external program that turns an image into something TorqueScript can read?  I don't care what it takes, as long as it's done.

I want a Slayer Round count down so this adds witch team can get a headstart or make every one not able to move until this count down ends. Also add Something To change the alarm when the countdown is done and any type of announcer
What I Mean : Make A Countdown for slayer for the round to start.
« Last Edit: November 22, 2013, 05:15:16 PM by Superbro11 »


Are you able to make a duck bot? I would really like one.

dammit port i just want pathcam weapon cutscenes

it's been like a year now i just want to make ridiculous cut-in attacks



This

Doesn't really go into much detail about what it actually is.

this.

registerOutputEvent(Player, loadPosition);
registerOutputEvent(Player, savePosition);

function Player::loadPosition(%this) {
    if (%this.client.savedTransform !$= "") {
        %this.setTransform(%this.client.savedTransform);
    }
}

function Player::savePosition(%this) {
    %this.client.savedTransform = %this.getTransform();
}


Are you able to make a duck bot? I would really like one.

Can't model.

Some kind of "bot" output for relays, so that bots can be made to behave in a certain way based on relays.

An option for the current "flashlight" add-on to toggle player ambient light.

An add-on that allows non-host player bots to remain on a server even after they've left. (As an option of course but this could be VERY abusable and may not even be doable).

Versions of the standard, no-jet, jump-jet, fuel jet, quake-like, and horse players with regenerating health. Possibly with different variants on speed of regeneration?

Thanks for listening. Many of these are a bit silly.

Overhaul your Chat emoticon Addon.