Welcome to Revival Servers!

Welcome to Revival. The forums is an important aspect of joining the Community. This is where you can meet other community members, apply for staff, provide suggestions and participate in many other activities.

[Simons] - Developer Application - [5/18/18]

Status
Not open for further replies.

Kraken

Lead Developer
Joined
May 19, 2018
Messages
88
Points
8
Age
26
Location
Somewhere...?

Name (Steam Name):
Simons
Date of joining Revival:
When SN merged with Revival, however I was not here ever since then. I have been busy in real life and have come back.
Tell us about yourself:
I have a pretty interesting story so sit back and relax. It began when I first found Sanctuary Networks and at the time it was a small community with its one director and owner 4g. At the time I was just starting to get into GMod roleplay so it was a first time for me. I got to play on the server for about 2 years and eventually becoming a staff member and then worked my way up the ladder all the way to Supervisor on the board of directors. I am also a Eagle Scout in real life for the BSA, I enjoyed my scouting career because it helped me build character and trust among my peers. I always looked to improve my daily life whether it be at my job as an intern for NOAA or helping out my family. I am a nice guy once you get to know me, besides having fun I am very serious about the positions I take.
Do you have a microphone? (Please state clarity of this said microphone):
Yes and it works quite well.
What role are you taking? (Programmer, Server Configurator, Mapper etc.):
I would be more comfortable helping out as a Server Configurator because I am more used to setting up servers and fixing/editing things. I am sure there are many people like me but I believe my skills I have built up over the years with different environments will be a very great asset.
Why do you want to become a developer for Revival? (One Paragraph Min.):
Well, I suppose I can start off by saying that I have always had a spot for developing since I first started GMod, I was your typical C++ beginner at the time and once I found out the game I grew to love involved coding down to its very core, made me absolutely ecstatic. To this day I find ways to improve in my coding and increase my speed as I practice more often. As I became more acquitted with G Mod and Lua. I want to become a developer here because I loved SN when I found it and the experiences I got as management and helping with development just made me more thrilled to use it here. Just remembering how things were run always brought back nostalgia.
What will you bring to the development team?:
I hope to bring an easier work load and hopefully improve the servers that I assist. I always am looking for ways to help out. The main reason I chose developer was because I am kind of tired of being "Staff" so to speak. I have held many management positions as well as plain staff positions. I think its time for a change of pace and using the skills I already have to benefit that!
Can you show/link us your work?(Required):
I have 2 things to show. I worked with an AlienRP server before and made some custom jobs. I also made a loading screen for a community a while back as well as made their logo.

=====================================

This AlienRP job involved functions that made it possible for the person to start out using a pill-pack entity, so in this case a facehugger and then when the time period was up you ended with the selected PM. It also allowed custom MP3 imported sounds to be played for the alien when it bursts out or evolved.
TEAM_ALIENS_SCOUT = DarkRP.createJob("Alien Scout", {
color = Color(63, 127, 79, 255),
model = {
""
},
description = [[]],
weapons = {"swep_am_monster", "realistic_hook"},
command = "alien_scout",
max = 2,
salary = 0,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
category = "Aliens",
sortOrder = 1,
PlayerSpawn = function(ply) ply:SetRunSpeed(250) ply:SetWalkSpeed(250) ply:SetCrouchedWalkSpeed( 1 ) ply:SetHealth(300) ply:SetMaxHealth(300)

timer.Simple(0.1,function()
if not ply:GetNWBool("willfacehugger") then return end
pk_pills.apply(ply,"facehugger_ai_pill","lock-life")
ply:SetNWBool("isalien", false)
end)

if ply:GetNWBool("willfacehugger") then
if #ents.FindByClass("ent_egg") == 0 then return end
local egg = table.Random(ents.FindByClass("ent_egg"))
ply:SetPos(egg:GetPos())
egg:Remove()
end

end,
PlayerDeath = function(ply) ply:EmitSound("alienrp/alien/son_alien2") ply:SetNWBool("willfacehugger", true) end,
customCheck = function(ply)
local grade = ply:GetNWString("grade", "nothing")
return CLIENT or grade == "alien" or ply:IsAdmin() or ply:IsSuperAdmin()
end,
CustomCheckFailMsg = "You are not whitelisted!",

})

==============================================

Are you active on Teamspeak?:
Yes, I try to be on everyday that i'm off of work.
Do you agree to be active on the Development Trello and Kik chat?:
I do.
Do you understand that abuse of your developer powers will result in an instant blacklist and demotion from the Revival Development Team?:
Fully understood.
 

e241

Former Development Director
Developer
TeamSpeak Administrator
Years of Service
Joined
Mar 4, 2018
Messages
115
Points
28
Age
22
Location
United States of America
Alright, before I rate this application: I want to ask a single question.

"How old are you?"


Because the overall application is very professional and it appears you are an eagle scout which is good as well.
 
Last edited:

Kraken

Lead Developer
Joined
May 19, 2018
Messages
88
Points
8
Age
26
Location
Somewhere...?
I'm 20 years of age and going into my second year of college.
 
Last edited:

Meridian

| Six Year Veteran of RevivalServers |
Joined
Jun 20, 2017
Messages
304
Points
28
Age
21
Location
United States of America
+1 Positive- Well done application, and the work shown is adequate for RS. Looking forward to seeing you help out the team.
 

Space Man

God
Joined
Dec 8, 2017
Messages
25
Points
28
Age
25
+1 I think that you'll be a good addition to the Dev team with your skill you'll be amazing.I unsure about your activity because you say you're and going to collage.
 
Status
Not open for further replies.
Top