A kind of runescape mod with pvp , with atleast inventory , skills , 3rd person view . you can move by clicking some where like in runescape , your hp show when you are fighting , or always show . you can get drop from what players have and you can only see it .
You're looking for underdone gamemode. Google/Gmod search it.
Why not just play runescape if you want everything to be the same?
[QUOTE=mcormack1994;24490647]Why not just play runescape if you want everything to be the same?[/QUOTE]
Shitty gfx ftl
[QUOTE=death1223;24581982]Shitty gfx ftl[/QUOTE]
Graphics are fine. Are you like two years late? That's how long they've had the new system.
[QUOTE=TommieBoy;24586178]Graphics are fine. Are you like two years late? That's how long they've had the new system.[/QUOTE]
Runescape has shitty graphics, im pretty sure your 20 years late, buddy.
He's right.. The graphics suck. They should make a desktop version, well not saying I would play it anyway ..
[QUOTE=Fearlesskiller;24371401]A kind of runescape mod with pvp , with atleast inventory , skills , 3rd person view . you can move by clicking some where like in runescape , your hp show when you are fighting , or always show . you can get drop from what players have and you can only see it .
[editline]06:20PM[/editline]
A mod made for runescape fans that play the game .
[editline]06:21PM[/editline]
Oh yeah forgot to say , with safe and fight zones .. well this are just ideas
[editline]06:24PM[/editline]
and im sure it would be so hard to do , like ppl with 5 years experience in LUA xD im just a beginer[/QUOTE]
runescape is for 9 years old kids from UK
[QUOTE=blown25;24647674]runescape is for 9 years old kids from UK[/QUOTE]
This.
[QUOTE=Chief Tiger;24691833]This.[/QUOTE]
This too.
[QUOTE=death1223;24588040]Runescape has shitty graphics, im pretty sure your 20 years late, buddy.[/QUOTE]
Can you mod noob ? no so shut the fuck up
[editline]05:32PM[/editline]
[QUOTE=Kingzy;24642217]He's right.. The graphics suck. They should make a desktop version, well not saying I would play it anyway ..[/QUOTE]
If they do , runescape would be with alot of hackers (hacking files)
[editline]05:33PM[/editline]
[QUOTE=blown25;24647674]runescape is for 9 years old kids from UK[/QUOTE]
And Adventure Quest is for fags like you
[editline]05:33PM[/editline]
[QUOTE=michaelish;24423984]You're looking for underdone gamemode. Google/Gmod search it.[/QUOTE]
I already played underdone but didnt liked it
[editline]05:34PM[/editline]
[QUOTE=mcormack1994;24490647]Why not just play runescape if you want everything to be the same?[/QUOTE]
I do play runescape ... Its just that it would be fun in gmod
This thread is funny.
[QUOTE=death1223;24588040]Runescape has shitty graphics, im pretty sure your 20 years late, buddy.[/QUOTE]
I agree that runescape sucks but bad graphics doesnt mean anything for example minecraft awesome game with bad graphics.
First, go learn something to contribute, like mapping, lua'ing or modeling, and we will talk further.
[QUOTE=Cruma;24729561][url]http://www.facepunch.com/showthread.php?t=932997[/url]
:smug:[/QUOTE]
Nice one !
Ahhh RuneScape was the shit back in year 6... How things have very changed...
Ahahaha, another ideas guy thread?
This will be good.
[IMG]http://www.threadbombing.com/data/media/2/THISGONBGUD.gif[/IMG]
[highlight](User was banned for this post ("Image macro" - grea$emonkey))[/highlight]
Wouldnt be bad if you actually make it good. Otherwise no.
So many models
materials
objects
menues.
This would be a bitch to code
int playerLevel = 1
int xp = 0
inventory = []
function killStuff(stuff){
xp += stuff.xpValue
if xp >= 500 then
playerlevel++
xp=0
end
inventory.insert(stuff.drop)
}
oh snap. i just wrote a totally addictive [B]epic[/B] RPG in pseudocode
[i]seriously, there are more exciting things to code[/i]
[code]69.197.190.101:27015[/code]
There's a good server, that gets constant Updates, It runs
Underdone which is as close as your going to get for now.
[QUOTE=Fearlesskiller;24716304]Can you mod noob ? no so shut the fuck up[/QUOTE]
Yes, your join date and post count really shows your skill with Gmod!
[QUOTE=Fearlesskiller;24371401] your hp show when you are fighting , or always show . [/QUOTE]
I got this off this one thread in facepunch, I was using it just to test but it could be used in this. Here's the code:
[lua]
if SERVER then
AddCSLuaFile("autorun/damage.lua");
hook.Add("EntityTakeDamage", "FloatingDamage", function(ent, inflictor, attacker, amount, dmginfo)
if attacker:IsPlayer() then
umsg.Start("Floating Damage", attacker);
umsg.Short(amount);
umsg.Vector(dmginfo:GetDamagePosition());
umsg.End();
end
end);
else
local Floats = {};
usermessage.Hook("Floating Damage", function(um)
local dmg = um:ReadShort();
local pos = um:ReadVector();
local off = { x=math.random(-50, 50), y=math.random(-50, 50) };
local time = math.random(1, 3);
table.insert(Floats, { Damage = dmg, Position = pos, Offset = off, Time = time, StartTime = CurTime() } );
end);
hook.Add("Initialize", "CreateFont", function()
surface.CreateFont("coolvetica", ScreenScale(12), 400, true, false, "CV12Scaled");
end);
hook.Add("HUDPaint", "DrawFloatingDamage", function()
for i, fl in ipairs(Floats) do
local frac = (CurTime() - fl.StartTime) / fl.Time;
local alpha = frac * 255;
local pos = fl.Position:ToScreen();
pos.x = pos.x + fl.Offset.x;
pos.y = pos.y + fl.Offset.y;
draw.SimpleText("-"..fl.Damage, "CV12Scaled", pos.x, pos.y - frac*100, Color(255, 0, 0, 255 - alpha), 1, 1);
if CurTime() >= fl.StartTime + fl.Time - 0.05 then
table.remove(Floats, i);
end
end
end);
end
[/lua]
Shows how much damage you do to something, you could edit it to fit your needs. And save it as
[code]
damage.lua
[/code]
Runescape would not be good on gmod
Pros:
High graphics
On Gmod
Cons:
Low playerbase
Shitload to code and for clients to download
Lots of models, mats, etc
Lack of players will slowly destroy this gamemode
I do not see this working
I disagree, the gamemode Underdone is a small-scale RPG for Garry's Mod. It's quite popular and does just fine.
I used to be working on something like this.
Though, I stopped (or took a break from) it when I got invited to other group projects.
[QUOTE=zackiller25;24761045]Yes, your join date and post count really shows your skill with Gmod![/QUOTE]
psssttt , i played Gmod for a total of 2000 hours .... And I joined FPS for fun , never ment to post anything
[editline]04:17PM[/editline]
[QUOTE=Stormtrooper500;24801032]Runescape would not be good on gmod
Pros:
High graphics
On Gmod
Cons:
Low playerbase
Shitload to code and for clients to download
Lots of models, mats, etc
Lack of players will slowly destroy this gamemode
I do not see this working[/QUOTE]
Yeah it would be too hard , but i will just make a mod that look like it , kind of underdone but not same thing . Same ideas then runescape .
Underdone is a little faster right? Runescape tends to be slow.
@Cruma. You and your team will make a great RS mod. Try to implement things that keep users wanting to play. Not getting bored and leaving
[QUOTE=Cruma;24804419]I disagree, the gamemode Underdone is a small-scale RPG for Garry's Mod. It's quite popular and does just fine.[/QUOTE]
I would have liked to have something bigger and i would have changed a lot of things if i was still carrying on with it, it would have been nice to have a modeler to help with custom stuff.
But it hard to come across one so we was more limited to the game models from hl2 and others.
Sorry, you need to Log In to post a reply to this thread.