Show Posts - Monp

Back

Topics - Monp

Pages: 1
1
So far in my adventures I have found some really awesome stuff and what to know what you have found so far as well.

I have found.
-Flippers
-Rocket Boots
- Multiple Cloud in the jar
- Multiple Hermes Shoes
- Harpoon
- Muramasa
- Aqua Scepter
- Multiple Band of Starpower
- Band of Regeneration

2
The Art Forum / Slenderman ARGs
« on: 15 May, 2011 03:03 »
Does anyone else keep up with the slenderman ARGs or know what slenderman is?
If you don't slenderman is was a mytho that started on somethingawful in the design you own ghost or monster thread. Here are some link to the good ARGs.

Marble Hornets:
<a href="http://www.youtube.com/watch?v=Wmhfn3mgWUI" target="_blank">http://www.youtube.com/watch?v=Wmhfn3mgWUI</a>

Everyman Hybrid:
<a href="http://www.youtube.com/watch?v=JS7GZhNb7eM" target="_blank">http://www.youtube.com/watch?v=JS7GZhNb7eM</a>

Tribe Twelve
<a href="http://www.youtube.com/watch?v=aBpDRPlPR4I" target="_blank">http://www.youtube.com/watch?v=aBpDRPlPR4I</a>

MlAnderson
<a href="http://www.youtube.com/watch?v=sj7MPPpd9yI" target="_blank">http://www.youtube.com/watch?v=sj7MPPpd9yI</a>

They all start out slow and will take a few entries into them to see if you like them or not. Just don't judge on the introduction videos I have linked.

If you are interested in more ARGs or more slenderman things check out.
http://forums.unfiction.com/forums/

3
Debate Forum / Ghosts.
« on: 14 May, 2011 05:25 »
I am just curious to see how many people believe in ghosts/paranormal. I for one do believe in ghosts and have had personal experiences with them. I would like to hear from the community and have a decent discussion about this topic.

4
General Gaming Talk / Terraria
« on: 13 May, 2011 00:22 »
I am pretty excited for this game coming out. They said it was coming out May 16th on Steam. I don't know if you all have heard of it or not.
<a href="http://www.youtube.com/watch?v=_Q6NZSJtq8U" target="_blank">http://www.youtube.com/watch?v=_Q6NZSJtq8U</a>

5
Programming / Prop missing model name.
« on: 12 May, 2011 01:40 »
I am messing around with lua and SWEP, and the weapon I am trying to make is not working and I just might be overlooking something but i cannot find out what is wrong.

Code: [Select]

if (SERVER) then
AddCSLuaFile("shared.lua")

SWEP.Weight = 5
SWEP.AutoSwitchTo = false
SWEP.AutoSwitchFrom = false

end

if (CLIENT) then
SWEP.PrintName = "Pumpkin Shooter"
SWEP.Slot = 3
SWEP.SlotPos = 1
SWEP.DrawAmmo = false
SWEP.DrawCrosshair = false

end

SWEP.Author = "Monp"
SWEP.Contact = "Monp787@gmail.com"
SWEP.Purpose = "Throwing a Pumpkin."
SWEP.Instructions = "Left Click to throw a pumpkin."
SWEP.Category = "Prop Launcher"

SWEP.Spawnable = true
SWEP.AdminSpawnable = true

SWEP.ViewModel = "models/weapons/v_pistol.mdl"
SWEP.WorldModel = "models/weapons/w_pistol.mdl"

SWEP.Primary.ClipSize =  -1
SWEP.Primary.DefaultClip = -1
SWEP.Primary.Automatic = false
SWEP.Primary.Ammo = "none"

local ShootSound = Sound("Metal.SawbladeStick")

function SWEP:Reload()
end

function SWEP:Think()
end

function SWEP:throw_attack(model_file)
local tr = self.Owner:GetEyeTrace()
self.Weapon:EmitSound(ShootSound)
self.BaseClase.ShootEffects(self)
if (!SERVER) then return end

local ent = ents.Create("prop_physics")
ent:SetModel(model_file)
ent:SetPos(self.Owner:EyePos() + (self.Owner.GetAimVector() * 16))
ent:SetAngles(self.Owner:EyeAngles())
ent:Spawn()

local phys = ent:GetPhysicsObject()
local shot_length = tr.HitPos:Length()
phys:ApplyForceCenter(self.Owner:GetVectorAim():GetNormalized() * math.pow(shot_length, 3))

cleanup.Add(self.Owner, "props", ent)
undo.Create("prop_physics")
undo.AddEntity(ent)
undo.SetPlayer(self.Owner)
undo.Finish()

end

function SWEP:PrimaryAttack()
self:throw_attack("models/pumpkin/pumpkin.mdl")
end


function SWEP:SecondaryAttack()
end

whenever i load the game mode it tells me prop at 824 -32 -142 missing modelname

6
The Art Forum / The TV Show
« on: 11 May, 2011 20:51 »
I found this pretty cool video and figured I would share it here and see if any others had anything else like it.
<a href="http://www.youtube.com/watch?v=BQ9YtJC-Kd8" target="_blank">http://www.youtube.com/watch?v=BQ9YtJC-Kd8</a>

7
What server are you applying for: TTT

Were you recommended by an admin? If so state the name: N/A

In game name: (=CG=) Monp

Link to your steam page: http://steamcommunity.com/profiles/76561197990240688

Steam ID: STEAM_0:0:14987480

Do you have past admin experience: I use to run my own CS:S server years ago other than that no experience with being an admin elsewhere.


Why you wish to be admin: I wish to help the community and keep the mass rdm'ing and trolls off the server since it is the only TTT server I play unless it is down.


What are some good qualities you possess: I am very mindful of my actions and will be able to make the right decision for each situation. I know all the rules and how they should be enforced. I am also a python programmer and it shouldn't be to hard to help with the coding for the server.


What country are you from: USA

Age: 24

Additional notes: I play on the server several hours a day. I mostly playing during the nighttime with work and school.

8
General Gaming Talk / Dungeon Fighter Online
« on: 01 May, 2011 06:22 »
Does anyone else play this? If so what is your chars and add me up to play together some time.
IGN: Segment

9
Introductions Forum / Hello there.
« on: 01 May, 2011 06:14 »
Hello, I am Monp. I have been playing on the TTT server for about a week and decided to join your community since it is one of more respectful servers I have been on. Hope to have a lot of fun playing here.

Pages: 1
Go to page:
You're not logged in

Navigation

SimplePortal 2.3.5 © 2008-2012, SimplePortal