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.

[Head General] - Developer Application - [12/2/2018]

Status
Not open for further replies.

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
Name (Steam Name):
! Head General

Date of joining Revival:
3/3/18

Tell us about yourself:
Well, I had explained it before on my old application but I am a 16 year old guy who sometimes has too much freetime and where life can get hectic. I like to do development work here and there, starting back in 2015/2016 when I began to learn GLUA. I like to work on servers I am familiar with and have a general understanding of, Lore and Gameplay wise. Many of my traits include: Dedication, Hardworking Attitude, Flexible Hours, Communication, and other desirable traits

Do you have a microphone? (Please state clarity of this said microphone):
I have a XLR Microphone which is clear typically but can glitch and distort at some points, it can be resolved via a simple unplug and replug.

What role are you taking? (Programmer, Server Configurator, Mapper etc.):
Server Configurator (I wish to try for HaloRP since it's my home server)

Are you applying with prior experience or were you trained by a Development Team member, if so. Who?:
I was given partially GLUA knowledge back in 2015 by (-ICE-), then I self-taught myself but also learned from Quack.

What is your skill level with GLua 1-10 (1-4 Being the basics of GLUA. 5-7 being Programming functions and creating custom scripts or 8-10 being you know almost everything from Configuration to Programming):
I would rate myself as a 7 due to my knowledge of Server Configuration and Programming. I have much knowledge when it comes to GLUA as I worked with it for over 2-3 years.

Are you currently a staff member for Revival and if so, what rank and how long?:

No, not currently sir/madam.

Have you been a Developer before? If so where and how long?:
I've been apart of the Development here at Revival Networks for 1/2 year and I've worked on other servers, doing bite-sized jobs / helping where I am needed.

Why do you want to become a developer for Revival? (One Paragraph Min.):
Well, within recent times some of my old developer friends are returning back and I wish to work with a familiar group of people. Along with the following, I enjoy spending free-time doing development work for the server and configuration items of interest. Working with a familiar server and developers will give better motivation in the end for myself to work at my peek.

What will you bring to the development team?:

Very Simple, I will help where necessary, be dedicated to the development team, and work my hardest always.

Can you show/link us your work?(Required):
Simple Entity:

AddCSLuaFile("cl_init.lua")
AddCSLuaFile("shared.lua")
include ("shared.lua")


function ENT:Initialize()
self:SetModel ("")
self:physicsInit (SOLID_VPHYSICS)
self:SetMoveType(MOVETYPE_VPHYSICS)
self:SetSolid(SOLID_VPHYSICS)
self:SetUseType(SIMPLE_USE)
self:DrawShadow (false)
self.isTouching = false
end

function ENT:AcceptInput(name, activator, caller)
if name == "use" and caller:IsPlayer() then
activator:SendLua([[ chat.AddText(Color(255, 255, 0, 255), "Hey, That's pretty good you touched me!") ]] )
end
end
PHP File (Very Basic)
<html>
<head>
<title>PHP Bootcamp Basics</title>
</head>
<body>
<br>
This is the PHP Bootcamp first practical class
<br>
<br>
<br>
<?php // variables are displayed here. You can call a variable via the "echo" or "print"
$var1 = "This is the variable";
$var2 = 4;
$var3 = 8;
$var4 = "8";
$var5 = 5 + 9;
$var6 = "5 + 9";
// set of commas within there displays text but not operation I.E "9 + 9"; displays 9 + 9. while "9" + "9"; would siplay as answer to operation

echo $var1;

echo $var2;

echo $var3 + $var4;

echo "<p>Hello Internet</p>";

echo "9 + 9"; // set of commas within there displays text but not operation I.E "9 + 9"; displays 9 + 9. while "9" + "9"; would siplay as answer to operation

echo "<p>This is the paragraph, written inside PHP</p>";

echo "<p>This is the paragraph, written inside PHP</p>";
?>
<br>
</body>
</html>
Job Files
TEAM_SGEC = DarkRP.createJob("Elder Shadow Guard Councilor", {
color = Color(32, 32, 32, 255),
model = {"models/player/venator/tk_fluff/tk_fluff.mdl"},
description = [[1st Shadow Company]],
weapons = {"weapon_lightsaber", "none", "weapon_bactanade", "tfa_kotor_hvybp_3"},
command = "SGEC",
max = 2,
salary = 80,
admin = 0,
vote = false,
hasLicense = false,
candemote = true,
category = "1st Shadow Company",
PlayerSpawn = function(ply)
ply:SetMaxHealth(750)
ply:SetHealth(750)
ply:SetArmor(800)
return CLIENT end
})

TEAM_SCEX = DarkRP.createJob("Shadow Guard", {
color = Color(32, 32, 32, 255),
model = {"models/player/venator/tk_fluff/tk_fluff.mdl"},
description = [[1st Shadow Company]],
weapons = {"weapon_lightsaber", "none", "weapon_bactanade", "tfa_kotor_hvybp_3"},
command = "STSS",
max = 10,
salary = 80,
admin = 0,
vote = false,
hasLicense = false,
candemote = true,
category = "Royal Shadow Guard",
PlayerSpawn = function(ply)
ply:SetMaxHealth(600)
ply:SetHealth(600)
ply:SetArmor(750)
return CLIENT end
})
Are you active on Teamspeak?:
Yes, every single day for at least 5-6 hours a day.

Do you agree to be active on the Development Trello and Kik chat?:
I agree to remain active with these even if they are not used anymore. If this is referring to discord, then yes.

Do you understand that abuse of your developer powers will result in an instant blacklist, demotion, and possible Community Ban from the Revival Development Team and platforms of Revival:

I understand the circumstances of this question, I am willing and ready to reenact / confirm my Developer Contract stated from March 5, 2018 legally binding myself to Revival Servers.
 

Kraken

Lead Developer
Joined
May 19, 2018
Messages
88
Points
8
Age
26
Location
Somewhere...?
Alright well, +1 because he was the previous D.D. before me and did an excellent job. This man needs to come back. Head General shows a lot of maturity when it comes to serious things, I think it would be great to have the development team work with him again.

==============================
Overall great application as well.
==============================
 

Cadet

Is a staff forum
Forums Moderator
Halo RP
Senior Admin
TeamSpeak Administrator
Forums Advisor (Halo)
Years of Service
Joined
Feb 17, 2018
Messages
156
Points
43
Age
20
Location
Scotland
+1
This guy is the father of development of you know how experienced he is only draw back is he is kinda like an actual dad he just gets up and leaves but other than that no draw backs literally get this mans back on the dev team.
 

Whiplash

EX-Director Whiplash
Joined
May 30, 2018
Messages
55
Points
43
+1, I mean come on he's a personal friend of mine and he is ex Dev Director.
 

PrimeXudae

TheUnknown
Staff Blacklisted
Networking Blacklisted
Joined
Apr 7, 2018
Messages
14
Points
8
+1
Now as a developer I have heard amazing things about you.
Decent App.
From what I see good at developing.

Could possibly teach me a few things.
Best of luck - Prime
 

Michael Conway

Hollowed
Staff Blacklisted
Networking Blacklisted
Joined
Jul 10, 2017
Messages
22
Points
8
+1 good kid worked with him before knows what he is doing.
 
Joined
Nov 25, 2017
Messages
15
Points
28
+1 back in the day when he was D.D. He ran that shit tight, while giving structure to his entire Dev Team. He pushed out updates for the servers really quick and was a large support for the community so I’d be great to have his help once again.
 

Wave

Hmm
Joined
Mar 5, 2018
Messages
47
Points
28
Location
Missouri USA
+1
Head General Is Overly Qualified For The Position As The Ex Dev. Director
He Is Extremely Respectful
Helpful
And Insanely Friendly
 

William

President
President
Years of Service
Joined
Jan 17, 2017
Messages
439
Points
93
Name (Steam Name):
! Head General

Date of joining Revival:
3/3/18

Tell us about yourself:
Well, I had explained it before on my old application but I am a 16 year old guy who sometimes has too much freetime and where life can get hectic. I like to do development work here and there, starting back in 2015/2016 when I began to learn GLUA. I like to work on servers I am familiar with and have a general understanding of, Lore and Gameplay wise. Many of my traits include: Dedication, Hardworking Attitude, Flexible Hours, Communication, and other desirable traits

Do you have a microphone? (Please state clarity of this said microphone):
I have a XLR Microphone which is clear typically but can glitch and distort at some points, it can be resolved via a simple unplug and replug.

What role are you taking? (Programmer, Server Configurator, Mapper etc.):
Server Configurator (I wish to try for HaloRP since it's my home server)

Are you applying with prior experience or were you trained by a Development Team member, if so. Who?:
I was given partially GLUA knowledge back in 2015 by (-ICE-), then I self-taught myself but also learned from Quack.

What is your skill level with GLua 1-10 (1-4 Being the basics of GLUA. 5-7 being Programming functions and creating custom scripts or 8-10 being you know almost everything from Configuration to Programming):
I would rate myself as a 7 due to my knowledge of Server Configuration and Programming. I have much knowledge when it comes to GLUA as I worked with it for over 2-3 years.

Are you currently a staff member for Revival and if so, what rank and how long?:

No, not currently sir/madam.

Have you been a Developer before? If so where and how long?:
I've been apart of the Development here at Revival Networks for 1/2 year and I've worked on other servers, doing bite-sized jobs / helping where I am needed.

Why do you want to become a developer for Revival? (One Paragraph Min.):
Well, within recent times some of my old developer friends are returning back and I wish to work with a familiar group of people. Along with the following, I enjoy spending free-time doing development work for the server and configuration items of interest. Working with a familiar server and developers will give better motivation in the end for myself to work at my peek.

What will you bring to the development team?:

Very Simple, I will help where necessary, be dedicated to the development team, and work my hardest always.

Can you show/link us your work?(Required):
Simple Entity:

AddCSLuaFile("cl_init.lua")
AddCSLuaFile("shared.lua")
include ("shared.lua")


function ENT:Initialize()
self:SetModel ("")
self:physicsInit (SOLID_VPHYSICS)
self:SetMoveType(MOVETYPE_VPHYSICS)
self:SetSolid(SOLID_VPHYSICS)
self:SetUseType(SIMPLE_USE)
self:DrawShadow (false)
self.isTouching = false
end

function ENT:AcceptInput(name, activator, caller)
if name == "use" and caller:IsPlayer() then
activator:SendLua([[ chat.AddText(Color(255, 255, 0, 255), "Hey, That's pretty good you touched me!") ]] )
end
end
PHP File (Very Basic)
<html>
<head>
<title>PHP Bootcamp Basics</title>
</head>
<body>
<br>
This is the PHP Bootcamp first practical class
<br>
<br>
<br>
<?php // variables are displayed here. You can call a variable via the "echo" or "print"
$var1 = "This is the variable";
$var2 = 4;
$var3 = 8;
$var4 = "8";
$var5 = 5 + 9;
$var6 = "5 + 9";
// set of commas within there displays text but not operation I.E "9 + 9"; displays 9 + 9. while "9" + "9"; would siplay as answer to operation

echo $var1;

echo $var2;

echo $var3 + $var4;

echo "<p>Hello Internet</p>";

echo "9 + 9"; // set of commas within there displays text but not operation I.E "9 + 9"; displays 9 + 9. while "9" + "9"; would siplay as answer to operation

echo "<p>This is the paragraph, written inside PHP</p>";

echo "<p>This is the paragraph, written inside PHP</p>";
?>
<br>
</body>
</html>
Job Files
TEAM_SGEC = DarkRP.createJob("Elder Shadow Guard Councilor", {
color = Color(32, 32, 32, 255),
model = {"models/player/venator/tk_fluff/tk_fluff.mdl"},
description = [[1st Shadow Company]],
weapons = {"weapon_lightsaber", "none", "weapon_bactanade", "tfa_kotor_hvybp_3"},
command = "SGEC",
max = 2,
salary = 80,
admin = 0,
vote = false,
hasLicense = false,
candemote = true,
category = "1st Shadow Company",
PlayerSpawn = function(ply)
ply:SetMaxHealth(750)
ply:SetHealth(750)
ply:SetArmor(800)
return CLIENT end
})

TEAM_SCEX = DarkRP.createJob("Shadow Guard", {
color = Color(32, 32, 32, 255),
model = {"models/player/venator/tk_fluff/tk_fluff.mdl"},
description = [[1st Shadow Company]],
weapons = {"weapon_lightsaber", "none", "weapon_bactanade", "tfa_kotor_hvybp_3"},
command = "STSS",
max = 10,
salary = 80,
admin = 0,
vote = false,
hasLicense = false,
candemote = true,
category = "Royal Shadow Guard",
PlayerSpawn = function(ply)
ply:SetMaxHealth(600)
ply:SetHealth(600)
ply:SetArmor(750)
return CLIENT end
})
Are you active on Teamspeak?:
Yes, every single day for at least 5-6 hours a day.

Do you agree to be active on the Development Trello and Kik chat?:
I agree to remain active with these even if they are not used anymore. If this is referring to discord, then yes.

Do you understand that abuse of your developer powers will result in an instant blacklist, demotion, and possible Community Ban from the Revival Development Team and platforms of Revival:

I understand the circumstances of this question, I am willing and ready to reenact / confirm my Developer Contract stated from March 5, 2018 legally binding myself to Revival Servers.



Accepted
 
Status
Not open for further replies.
Top