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.

Apollo's Development Team Application

Status
Not open for further replies.

⟠RS⟠ Caliber

Lone Wolf
Trial Developer
Halo RP
Admin
Joined
Jun 22, 2018
Messages
27
Points
3
Age
21
Location
California, United States of America
Apollo's Development Team Application
Trent - 08.10.2019


Name (Steam Name):

[RS] Taken Thrall

Tell us about yourself:

I myself live in California, I am seventeen, and am currently a junior in highschool. I started playing Garry's mod when I got my pc for the first time considering it didn't take too much space and it didn't need too much pc power to run. When I started the game, I only really played DarkRP and such until one of my friends had me join a StarWarsRP. This introduced me to a whole new world of roleplay servers, whether I play as a Jedi, Clone trooper, or play on other servers like SCP. I really started to like these ideas and got more and more involved in the GMod community. Well, along the line I got so into the game I wanted to learn how to make things and dev, so I join unpopular servers and I just asked if they needed any help with making things. I watched tutorials online and just learned myself how all of the code in DarkRP and Nutscript worked. Fastforwarding to now I really understand the lua language that Garry himself has made and I want to further that knowledge.


What role are you taking? (Programmer, Server Configurator, Mapper etc.):

Server Configurator

Please describe your experience in the field relevant to the role you're applying for:

I have developed for many servers in the past ranging from DarkRP, StarWarsRP, MilitaryRP, and even Nutscript run servers. I really like making servers work and allowing them to function the correct way, because if they aren't it can turn up to be a disaster.

Why do you want to become a developer for Revival? (One Paragraph Min.):

The reason why I would like to be a developer for Revival, is because I just really like to help out any server I can. It's just the type of person I am. Another reason why I want to be on the staff team is because I saw that the SCP server just re-opened and is currently in development, I would love to help out with that as well. This community has a really good staff team and I would love to work with them as a developer and learn further how the ins and outs work.

What can you bring to the development team?:

Trust
As a long time member of the GMod community and the Revival community itself, I can bring my trust to the team along with my integrity. This server has provided me with alot of trust and I want to give some back.

Dedication
As a past developer for other servers and a person with a lot of time on my hands, I can provide my dedication and work to the server to further the progress of the server.

Work Ethic
I can bring a very good work ethic to the development team, I really like helping with anything I can and I am able to be speedy with what I need to work on with the server. Whether it be a simple bug fix or a whole new patch!

Any extra information please add it here:

Code:
These jobs are all random, I just made them on the fly just to show some work.


TEAM_URF = DarkRP.createJob("Insurrectionist Spy", {
    color = Color(191, 28, 28, 255),
    model = {"models/callyinnienpcs/innie_soldier05.mdl"},
    description = [[Innie spy, so don't let him get into your ranks!]],
    weapons = {"h3_odst_socom", "weapon_bactainjector", "tfa_rebirth_m7ds"},
    command = "urfspy",
    max = 0,
    salary = 50,
    admin = 0,
    vote = false,
    hasLicense = false,
    candemote = false,
    category = "Event Characters",
    PlayerSpawn = function(ply)
        ply:SetMaxHealth(200)
        ply:SetHealth(200)
        ply:SetArmor(0)
    end
})

TEAM_URF = DarkRP.createJob("Insurrectionist Militia", {
    color = Color(191, 28, 28, 255),
    model = {"models/callyinnienpcs/innie_soldier02.mdl"},
    description = [[URF infantry, just a basic soldier.]],
    weapons = {"tfa_rebirth_br55", "tfa_rebirth_ma37", "tfa_rebirth_m6c", "weapon_frag"},
    command = "urfinfantry",
    max = 0,
    salary = 50,
    admin = 0,
    vote = false,
    hasLicense = false,
    candemote = false,
    category = "Event Characters",
    PlayerSpawn = function(ply)
        ply:SetMaxHealth(150)
        ply:SetHealth(150)
        ply:SetArmor(0)
    end
})

Code:
DarkRP.createCategory{
    name = "Event Characters",
    categorises = "jobs",
    startExpanded = false,
    color = Color(179, 40, 40, 255),
    canSee = function(ply) return true end,
    sortOrder = 100
}

DarkRP.createCategory{
    name = "Ammunition",
    categorises = "entities",
    startExpanded = false,
    color = Color(16, 59, 140, 255),
    canSee = function(ply) return true end,
    sortOrder = 1
}

Code:
DarkRP.createEntity("Caseless Ammunition", {
    ent = "tfa_ammo_smg",
    model = "models/items/boxmrounds.mdl",
    price = 100,
    max = 2,
    cmd = "buycaseless",
    category = "Ammunition"
})

DarkRP.createEntity("Anti Material Rounds", {
    ent = "tfa_ammo_sniper_rounds",
    model = "models/items/sniper_round_box.mdl",
    price = 200,
    max = 2,
    cmd = "buymaterial",
    category = "Ammunition"
})

Code:
// Base Configuration
hostname "Insert Community Name Here"
sv_password "password"
rcon_password "consolepassword"

// Network Configuration
sv_loadingurl ""
sv_downloadurl ""
sv_allowdownload 1
sv_allowupload 0
net_maxfilesize 64

// Logging Configuration
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0

// Sandbox Configuration
sbox_noclip 0
sbox_godmode 0
sbox_playershurtplayers 1
sbox_maxprops 300
sbox_maxragdolls 6
sbox_maxnpcs 30
sbox_maxballoons 0
sbox_maxeffects 0
sbox_maxdynamite 0
sbox_maxlamps 3
sbox_maxthrusters 0
sbox_maxwheels 0
sbox_maxhoverballs 0
sbox_maxvehicles 2
sbox_maxbuttons 0
sbox_maxemitters 0

// Exec Bans
exec banned_user.cfg
exec banned_ip.cfg





If you need any past work or new work shown to prove myself, just hit me with a DM on Discord or Teamspeak!

Discord: Deus Vult#1551
Teamspeak: Gregory/ Caliber/ Apollo
 
Last edited:

PhoonBone

Hollowed
Joined
Nov 21, 2018
Messages
7
Points
1
+1, I have seen a lot of activity from Apollo and a lot of proof of him actually doing great dev work, I would recommend him for the dev team.
 

Sneak

Alone
Halo RP
Senior Admin
Joined
Jul 8, 2019
Messages
48
Points
8
+1, I have played of a few servers he has created and I believe he would be a good addition to the Dev team.
 

GrayM00N

Hollowed
Joined
Aug 23, 2019
Messages
4
Points
3
Age
22
+1 I have noticed Apollo around frequently, he seems to do very well under pressure and always seems to know what he's doing. I wouldn't be surprised if he did well in the Development team.
 

Jarl

Hollowed
Joined
Dec 4, 2018
Messages
54
Points
8
Age
28
Hello Caliber, Please post your projects in the post before we continue!
 
Status
Not open for further replies.
Top