This is a 'Serious' roleplaying gamemode made from scratch, it's very sloppy and is currently being completely rewritten, which is why i'm releasing it.
I'm going to keep this simple, it's not necessarily 'Release of the year' material, but theres things to learn in everything.
[release]
[b]Features[/b]
[i]
-Custom primary/secondary( slot based ) equip system, not implemented to be used, but the code is done, and is included
- Multi-Character system
- Inventory System ( Each character has their own inventory )
- Clothing system which includes a quickly( and very poorly done ) exo-skeleton feature where you get shot it makes a little spark, and footsteps for the suits( Idk.)
- Chat system with very easily modifiable commands, see 'Chat Command Example' somewhere below.
- Plugin system.
- Business menu for administrators to spawn items( Could be modified to take cost pretty easily i suppose )
- Player animations
- Object system( see 'Item Example' below somewhere )
- Shitty but working third person( toggleable by a global variable somewhere THIRDPERSON_ENABLE or something )
- Really sloppy code!
[/i]
[/release]
[release]
[b]Chat Command Example[/b]
[lua]
Command:Register( "/y", function(pl,rawtext)
local plinfo = Radlands.Characters:CharInfo( pl )
if ( plinfo["name"] ) then
Talk( pl, 700, Radlands.Characters:SetGrammaticalName(plinfo["name"]) .. " yells '" .. rawtext .. "'", Color(240,230,140,255))
end
end)
[/lua]
[/release]
[release]
[b] Item Example [/b]
[lua]
local ITEM = { }
ITEM.Display = ".357 Magnum"
ITEM.Description = "The Half-Life 2 Magnum"
ITEM.Class = "magnum"
ITEM.Model = "models/weapons/w_357.mdl"
ITEM.Cost = 50
ITEM.Category = "Weapons"
function ITEM.OnPickUp( pl )
Radlands.Inventory:Give( pl, ITEM.Class, 1)
end
function ITEM.OnDrop( pl )
Radlands.Inventory:Take( pl, ITEM.Class, 1)
end
function ITEM.OnConsume( pl )
pl:Give("weapon_357");
Radlands.Inventory:Take( pl, ITEM.Class, 1)
end
Radlands.Inventory:Add( ITEM )
[/lua]
[/release]
[release]
[b]Other[/b]
[i]Is this finished?[/i] Nowhere even remotely close, but working.
[i]Will I still be working on this?[/i] Being rewritten completely, entirely different gamemode, so no.
[/release]
[release]
[b]MEDIA[/b]
[i]Main Menu[/i]
[URL=http://filesmelt.com/][img_thumb]http://filesmelt.com/dl/creation1.png[/img_thumb][/URL]
[i]Character creation[/i]
[URL=http://filesmelt.com/][img_thumb]http://filesmelt.com/dl/creation2.png[/img_thumb][/URL]
[i]character Selection[/i]
[URL=http://filesmelt.com/][img_thumb]http://filesmelt.com/dl/creation3.png[/img_thumb][/URL]
[i] Chat[/i]
[URL=http://filesmelt.com/][img_thumb]http://filesmelt.com/dl/creation4.png[/img_thumb][/URL]
[i]Business[/i]
[URL=http://filesmelt.com/][img_thumb]http://filesmelt.com/dl/creation5.png[/img_thumb][/URL]
[i]Inventory[/i]
[URL=http://filesmelt.com/][img_thumb]http://filesmelt.com/dl/creation6.png[/img_thumb][/URL]
[/release]
[release]
[b]Download[/b]
[url]http://www.mediafire.com/?1e82qcl4dbct1mz[/url]
[/release]
[release]
[b]Credits[/b]
[i]LauScript - Everything[/i]
[i]FNox - Animations[/i]
[i]HGN - Supplying boxes on the thread to make a fort.[/i]
[i]The thing you unclog your toilet with - Wanting me to put him in the credits, so I can personally thank him for his amazing services.[/i]
[i]Clark/Aide - Moral Support and method support[/i]
[i]Hazard - Nothing, because i didn't use his stuff, but he makes me textures.[/i]
[/release]
Oh and the character creation is pretty cool, I thought.
Hey man, Good/Bad, Sloppy/Clean. Its a gamemode release, Dont see many of those anymore
Ill download and play around with it a bit :)
Note:
The link is broken, It is downloading as a html file named "RadlandsReleaseA1.rar"
i will upload it somewhere else one sec
[editline]31st August 2011[/editline]
[url]http://www.mediafire.com/?1e82qcl4dbct1mz[/url]
Hey Lau, nice release.
Seems nice. I'm working on a serious roleplay gamemode but it's far from beta testing. I think what you have done is cool but why don't you post some screenshots?
[QUOTE=KatNotDinner;32041156]Seems nice. I'm working on a serious roleplay gamemode but it's far from beta testing. I think what you have done is cool but why don't you post some screenshots?[/QUOTE]
I will take a few screenshots, sure.
[editline]31st August 2011[/editline]
Screenshots are now on OP
Nice release, how long ago was this made?
a few months ago, 3-5 i think
Just wondering why the login button only gives to a Black Screen?
[QUOTE=werewolf0020;32047397]Just wondering why the login button only gives to a Black Screen?[/QUOTE]
You didn't make a character first. That's why.
After you make a character, you can click login, in about 1 second it will populate with characters.
[img]http://filesmelt.com/dl/creation1.png[/img]
i made these awesome textures
[QUOTE=Artyom;32050670][img]http://filesmelt.com/dl/creation1.png[/img]
i made these awesome textures[/QUOTE]
oh that's cool
[lua]
hook.Add( "PlayerSpawn", "BeginAimTimer", function( ply )
timer.Create( ply:SteamID() .. "TiramisuAimTimer", 0.1, 0, function()
if ValidEntity( ply ) then
if ply.TiramisuLastWeapon and ValidEntity( ply:GetActiveWeapon() ) and ply:GetActiveWeapon():GetClass() != ply.TiramisuLastWeapon then
ply:SetAiming( false )
ply.TiramisuLastWeapon = ply:GetActiveWeapon():GetClass()
else
if ValidEntity( ply:GetActiveWeapon() ) then
ply.TiramisuLastWeapon = ply:GetActiveWeapon():GetClass()
end
end
end
end)
end)
[/lua]
:v:
the animations are from tiramisu and i had fnoxes permission to use them
if i was trying to hide that i used them i would have ctrl+f'd out Tiramisu lol
Add credits into main post?
Apocalyptic RP Gamemode No. 821: Radlands
[QUOTE=Ylsid;32065040]Apocalyptic RP Gamemode No. 821: Radlands[/QUOTE]
What.
You know it's not hard to change the theme of the gamemode. derp.
Credits added to op.
That's weird, Both I and Hazard didn't get credit.
what did you do
and hazard is too dumb
i added you though
keep it up
[QUOTE=LauScript;32077779]what did you do
[b]and hazard is too dumb[/b]
i added you though[/QUOTE]
[img]http://i.somethingawful.com/forumsystem/emoticons/emot-saddowns.gif[/img]
[QUOTE=Artyom;32080314][img]http://i.somethingawful.com/forumsystem/emoticons/emot-saddowns.gif[/img][/QUOTE]
I added you too, loser.
[QUOTE=LauScript;32080339]I added you too, loser.[/QUOTE]
i feeeeel again
[QUOTE=Artyom;32080349]i feeeeel again[/QUOTE]
well feel my hand because i'm going to smack you for derailing
[QUOTE=sam6420;32096487]Nice release, looks good actually! I'll be using this once I get my server up. :)[/QUOTE]
you should probably fix it up/clean it..
Sorry, you need to Log In to post a reply to this thread.