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 - Burger

Pages: 1 2 [3] 4 5
31
Modification Help / Scripts a beginner should make
« on: January 04, 2009, 12:58:51 PM »
I've tried to script, but I realy don't know what I should do. What are some good scripts that I would still have to look through some script, and find out things for, but still at a very basic level?

32
General Discussion / New name
« on: December 28, 2008, 01:01:44 AM »
Can I get my name changed to [Cheeseburger]? Please and thanks.

33
Creativity / Got a tablet :D
« on: December 27, 2008, 05:13:31 PM »
I re-did my heart, but with the tablet I got with leftover christmas money. :D
Here it is:

34
Creativity / Drawing with the mouse.
« on: December 27, 2008, 12:39:03 AM »
I started to look into drawing with a mouse today. I looked through a tutorial telling me to start with simple shapes. I made a heart, and then colored it. And help with what effects in Paint.NET to use to get a good color mix? Also, post your own work with the mouse.


I know its bad, constructive criticism please.

35
Modification Help / Freezer gun
« on: December 14, 2008, 03:55:15 PM »
How would I go about making a gun that freezes a player for like 5 seconds?

36
Gallery / Cool use of castle door
« on: December 05, 2008, 09:54:11 PM »
I was on Black Knight's server, and he showed me a neat way to use the castle door from JVS door pack 1. Here is a screenie of it:

37
Modification Help / Invisible texture
« on: December 02, 2008, 03:10:55 PM »
I made a candycane weapon. When your in first person it shows the red, and the white parts are totally invisible. In third person its vise versa. Any help on what I could do is apreciated.

38
Modification Help / Winter pack
« on: December 01, 2008, 10:05:45 PM »
Description

The winter pack will consist of new vehicles, weapons, decals, maps, etc. I am trying to create the ultimite pack for your winter time fun. Blockland has seen many diffrent packs, that mostly consist of the same old thing, but the Winter Pack will try to be diffrent and a little more exciting than other mods you see.

What we need done

The pack is currently %50 done.
* = Not done
* = In progress
* = Done

  • Sled *
  • Snowball *
  • Snowball Launcher *
  • Candcane weapon *
  • Freezer Gun *
  • Ski Googles*
  • Sleding map *
  • Snowball fight map*
  • Snow hat *
  • Winter coat decal *

The team

Modelers
__________
  • Cheeseburger
  • Cap
  • Darkstar
  • Hunter
Weapon and Vehicle scripters
__________
  • Cheeseburger
Main Scripters
__________
  • Kunit
  • Truce
Map makers
__________
  • Cheeseburger(Kinda :/)
  • Jurttu
  • Comm. Flathead
Graphic designers
__________
  • Brickman
  • Darkstar

Sounds
__________
  • Cheeseburger

How do I join?

You can join via the application process.

Modelers
If you want to join as a modeler, post a picture of your best work in this thread and I will judge upon it

Scripters
Send me a pm with your script attached, I'll take a look and get back to you.

Map makers
Same as modelers, post a picture of one of your maps.
  • Interior
I added this because a longe would be nice to put at the top of the sled terrain.

Grafic designers
This is a tough spot to fill. You will need to post some of your decals, logos, etc. This is hard spot to get into so show me your very best work.

Sounds
Another hard spot too fill. I need custom sounds for the weapons and items we make. Make a link to a sound that could go with the pack and I'll see if your right for the job.

Beta testers
These will be my personal friends, so please don't ask. You will know if you can have this spot.

Previews

The sled

The snowball





39
Modification Help / Speed with a vehicle with no wheels
« on: November 30, 2008, 07:25:02 PM »
I need to add control to my sled but it has no wheels. Is there a way to do this and how?

40
Modification Help / Vehicle with no flatshade.
« on: November 29, 2008, 11:11:22 AM »
I figured out my last problem. I needed to export not with plus but with the normal one to have the collision. Now I need to know.. How do I make a collision using the torque DTS plus exporter?

41
Modification Help / My sled vehicle
« on: November 28, 2008, 10:11:37 PM »
Is there anything wrong with this. When I click the send button it crashes. I don't get it so mabye someone can help me. Download it here.


42
Modification Help / Adding a delay to a weapon.
« on: November 22, 2008, 08:34:57 PM »
I want to add a delay between each shot. How would I do this,

43
Modification Help / Explosion emitter radius
« on: November 22, 2008, 02:11:07 PM »
I'm in the making of a snowball weapon, and the emitter is exploding to big. I've tried many thing, so what do I change to make it smaller.

44
Modification Help / Blender joints and textures
« on: November 11, 2008, 05:34:26 PM »
After making my model, I have been putting it on milkshape to put on joints and textures. I would like to know how to just do it all in blender. A quick lesson should do, no need to go into depth.

45
Modification Help / Serverbot stuff
« on: November 09, 2008, 04:30:45 PM »
I made a simple serverbot. It doesn't do anything useful yet. So what is wrong with this script?:
Code: [Select]
Package cheesebot{
function servercmdmessagesent(%client,%msg)
{
Parent::servercmdmessagesent(%client,%msg);
if(getsubstr(%msg,0,9) $= "cheesebot")
{
if(getsubstr(%msg,9,3) $= "love")
{
Messageall('','\c6GTFO Noob');
}
if(getsubstr(msg,9,4) $= "Love");
{
Messageall('','\c6I love you too, " @ %client.name @ ".");
}
}
}
};
Activatepackage(cheesebot);

Pages: 1 2 [3] 4 5