ACTOR Player1 : DoomPlayer
{	
	player.startitem "Glock21"
	player.startitem "45acpreload" 15
	player.startitem "45acpclip" 30
	player.startitem "BareFists"
	player.startitem "ssgreload" 2
	player.startitem "tmgreload" 50
	player.startitem "karreload" 5
	player.startitem "fltreload" 200
	player.startitem "bowreload" 6
	player.startitem "Panreload" 1
	player.startitem "Dynamite" 1
	player.startitem "TNTammo" 1
	player.startitem "Action_Kick" 1
	player.startitem "Action_KickCancel" 1
	player.startitem "Action_TNT" 1
	player.startitem "Action_TNTCancel" 1
	
	Player.Weaponslot 1, Barefists, IdChopper
	Player.Weaponslot 2, Glock21
	Player.Weaponslot 3, Sawnoff, Karabiner98
	Player.Weaponslot 4, Tommygun
	Player.Weaponslot 5, Arbalest
	Player.Weaponslot 6, Flamer
	Player.Weaponslot 7, Dynamite, Panzerfaust 
}

//Pickups & Effects

#include "Actors/Pickups/Keys.txt"
#include "Actors/Pickups/GameItems.txt"
#include "Actors/Pickups/Ammunitions.txt"
#include "Actors/Effects/Explosions.txt"
#include "Actors/Effects/SpecialEffects.txt"

//Weapons

#Include "Actors/Weapons/Weaponbase.txt"
#Include "Actors/Weapons/WeaponCasings.txt"
#Include "Actors/Weapons/Barefists.txt"
#Include "Actors/Weapons/EagerBeaver.txt"
#Include "Actors/Weapons/Glock21.txt"
#Include "Actors/Weapons/Sawnoff.txt"
#Include "Actors/Weapons/Kar98K.txt"
#Include "Actors/Weapons/Tommygun.txt"
#Include "Actors/Weapons/Crossbow.txt"
#Include "Actors/Weapons/Flamethrower.txt"
#Include "Actors/Weapons/Panzerfaust.txt"
#Include "Actors/Weapons/TNTs.txt"

//Shared game actors

//Heretic
#include "Actors/Shared/HereticAmmunitions.txt"
#include "Actors/Shared/HereticWeapons.txt"
#include "Actors/Shared/HereticItems.txt"

//Chex Quest
#include "Actors/Shared/ChexSpawners.txt"

//HACX
//#include "Actors/Shared/HacxPatch.txt"
