Second commit

This commit is contained in:
bouletmarc 2014-03-10 23:51:47 -04:00
parent f9a8d89c0f
commit 92f061ea51
77 changed files with 593 additions and 0 deletions

22
.gitattributes vendored Normal file
View File

@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain

215
.gitignore vendored Normal file
View File

@ -0,0 +1,215 @@
#################
## Eclipse
#################
*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
#################
## Visual Studio
#################
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.sln.docstates
# Build results
[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.scc
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
# Visual Studio profiler
*.psess
*.vsp
*.vspx
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
*.ncrunch*
.*crunch*.local.xml
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.Publish.xml
*.pubxml
# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/
# Windows Azure Build Output
csx
*.build.csdef
# Windows Store app package directory
AppPackages/
# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# SQL Server files
App_Data/*.mdf
App_Data/*.ldf
#############
## Windows detritus
#############
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Mac crap
.DS_Store
#############
## Python
#############
*.py[co]
# Packages
*.egg
*.egg-info
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
#Translations
*.mo
#Mr Developer
.mr.developer.cfg

11
addon.txt Normal file
View File

@ -0,0 +1,11 @@
"AddonInfo"
{
"name" "Counter-Strike : Source Maps addon (Dec2013)"
"version" "3.0"
"up_date" "03. December 2013"
"author_name" "Kajar9"
"author_email" "kajar8@gmail.com"
"author_url" "http://cscheater.era.ee"
"info" "Counter Strike : Source Maps for those who don't have it"
"override" "0"
}

BIN
maps/cs_assault.bsp Normal file

Binary file not shown.

BIN
maps/cs_assault.nav Normal file

Binary file not shown.

23
maps/cs_assault.txt Normal file
View File

@ -0,0 +1,23 @@
Laundery Assault - Hostage Rescue
The Marr Freight Company has fallen
victim to a band of Terrorists hell bent
on using their operation to launder money.
The Harper Appliance Company is
unwittingly shipping out more than they
bargained for.
Counter-Terrorists: Enter the Terrorist
stronghold and rescue the hostages.
Take out the Terrorists without
jeopardizing the hostages.
Terrorists: Prevent Counter-Terrorist
force from rescuing the hostages.
Other Notes: There are 4 hostages in
this mission.
Credits:
Source Version by Valve
Original Version by CryptR

BIN
maps/cs_compound.bsp Normal file

Binary file not shown.

BIN
maps/cs_compound.nav Normal file

Binary file not shown.

14
maps/cs_compound.txt Normal file
View File

@ -0,0 +1,14 @@
Compound - Hostage Rescue
Counter-Terrorists: Inside this remote
industrial compound, terrorists hold
three captives: scientists with critical
information on America's secret weapons
program. They must not be harmed!
Terrorists: Your cell of liberation
fighters are interrogating three top
scientists abducted from America's secret
weapons program, when word comes that
your location has been compromised.
Special Forces are at the gates!

BIN
maps/cs_havana.bsp Normal file

Binary file not shown.

BIN
maps/cs_havana.nav Normal file

Binary file not shown.

10
maps/cs_havana.txt Normal file
View File

@ -0,0 +1,10 @@
Havana- Hostage Rescue
Terrorists: You are holding political hostages
in Habana Vieja, awaiting a chopper lift which
will arrive to evacuate you immediately after the
round ends.
Counter-Terrorists: You have control of the perimeter
and must now rescue all of the surviving hostages before
the terrorists manage to escape.

BIN
maps/cs_italy.bsp Normal file

Binary file not shown.

BIN
maps/cs_italy.nav Normal file

Binary file not shown.

9
maps/cs_italy.txt Normal file
View File

@ -0,0 +1,9 @@
Italy - Hostage Rescue
Counter-Terrorists: Navigate your way
around the Italian city and get those
Hostages from the foreign Terrorists.
Terrorists: Prevent the Counter-Terrorists
from rescuing the Hostages or eliminate
the Counter-Terrorists.

BIN
maps/cs_militia.bsp Normal file

Binary file not shown.

BIN
maps/cs_militia.nav Normal file

Binary file not shown.

22
maps/cs_militia.txt Normal file
View File

@ -0,0 +1,22 @@
Militia - Hostage Rescue
Counter-Terrorists: The whereabouts
of a militia group that kidnapped four
individuals last week has been disclosed
by one of our informants. Enter the
militia hideout and rescue the
hostages or eliminate the terrorist
threat entirely.
Terrorists: One of our lookouts has
spotted several APC's making their way
towards our base. Protect our hostages
and eliminate the intruders!
Other Notes: There are 4 hostages in
the mission and one floater.
Credits:
Source Version by Turtle Rock Studios
Original version by Andrew Aumann

BIN
maps/cs_office.bsp Normal file

Binary file not shown.

BIN
maps/cs_office.nav Normal file

Binary file not shown.

21
maps/cs_office.txt Normal file
View File

@ -0,0 +1,21 @@
The Office Complex - Hostage Rescue
Counter-Terrorists: Enter the office
building and rescue the hostages.
Take out the Terrorists without
jeopardizing the hostages.
Terrorists: Prevent Counter-Terrorist
force from rescuing the hostages.
Other Notes: There are 4 hostages in
this mission.
Credits:
Source Version by Turtle Rock Studios
Original Version by Hobbit

BIN
maps/de_aztec.bsp Normal file

Binary file not shown.

BIN
maps/de_aztec.nav Normal file

Binary file not shown.

9
maps/de_aztec.txt Normal file
View File

@ -0,0 +1,9 @@
Aztec - Bomb-Defuse
Counter-Terrorists: Prevent the Terrorists
bombing the archeological site.
Terrorists: Destroy the valuable Aztec ruins.
Other Notes: There are 2 bomb sites in this
mission.

BIN
maps/de_cbble.bsp Normal file

Binary file not shown.

BIN
maps/de_cbble.nav Normal file

Binary file not shown.

13
maps/de_cbble.txt Normal file
View File

@ -0,0 +1,13 @@
Cobble - Bomb-Defuse
Counter-Terrorists: Prevent Terrorists
from bombing Lord William's country
farmhouse. He has been the target of
assassination in light of recent government
proposals.
Terrorists: The Terrorist carrying the
C4 must place the bomb at one of the two
bomb sites around the map, thereby
killing Lord William and severely
damaging his home.

BIN
maps/de_chateau.bsp Normal file

Binary file not shown.

BIN
maps/de_chateau.nav Normal file

Binary file not shown.

11
maps/de_chateau.txt Normal file
View File

@ -0,0 +1,11 @@
Chateau - Bomb-Defuse
Terrorists: After the loss of
Cobble, Lord Williams is rebuilding
his summer chateau. You must prevent
his remodeling. Plant the C4 at
either the front, or the rear courtyard.
Counter-Terrorists: Protect Lord
Williams' investment and prevent the
Terrorists from destroying his new home.

BIN
maps/de_dust.bsp Normal file

Binary file not shown.

BIN
maps/de_dust.nav Normal file

Binary file not shown.

13
maps/de_dust.txt Normal file
View File

@ -0,0 +1,13 @@
Dust - Bomb-Defuse
Counter-Terrorists: Prevent Terrorists
from bombing chemical weapon crates.
Team members must defuse any bombs
that threaten targeted areas.
Terrorists: The Terrorist carrying the
C4 must destroy one of the chemical
weapon stashes.
Other Notes: There are 2 chemical
weapon stashes in the mission.

BIN
maps/de_dust2.bsp Normal file

Binary file not shown.

BIN
maps/de_dust2.nav Normal file

Binary file not shown.

13
maps/de_dust2.txt Normal file
View File

@ -0,0 +1,13 @@
Dust II - Bomb-Defuse
Counter-Terrorists: Prevent Terrorists
from bombing chemical weapon crates.
Team members must defuse any bombs
that threaten targeted areas.
Terrorists: The Terrorist carrying the
C4 must destroy one of the chemical
weapon stashes.
Other Notes: There are 2 chemical
weapon stashes in the mission.

BIN
maps/de_inferno.bsp Normal file

Binary file not shown.

BIN
maps/de_inferno.nav Normal file

Binary file not shown.

16
maps/de_inferno.txt Normal file
View File

@ -0,0 +1,16 @@
Inferno - Bomb/Defuse
Counter-Terrorists: Prevent the terrorists
from destroying either one of the bomb targets.
Terrorists: The Terrorist carrying the
C4 must destroy one of the bomb targets.
Other Notes: There are 2 bomb sites in this
mission.
Credits:
Source Version by Turtle Rock Studios
Original version by Chris Auty (Barney)

BIN
maps/de_nuke.bsp Normal file

Binary file not shown.

BIN
maps/de_nuke.nav Normal file

Binary file not shown.

27
maps/de_nuke.txt Normal file
View File

@ -0,0 +1,27 @@
Nuke - Bomb/Defuse
Counter-Terrorists: A silent alarm has
been tripped by the guard shack at the
MAC Nuclear Power Plant. We will enter
from the back side of the plant and
secure the area.
Terrorists: Our target is a recently
decomissioned nuclear power plant that
still contains spent fuel rods. Security
is at an all time low since the plant's
closure and the fuel rods are scheduled
for removal next week. Plant the C4 in
the fuel rod room, or the room directly
above it to destroy the cooling pools
and melt down the reactor.
Other Notes: There are 2 bomb targets
in the mission.
Credits:
Source Version by Turtle Rock Studios
Original Version by Jo Bieg

BIN
maps/de_piranesi.bsp Normal file

Binary file not shown.

BIN
maps/de_piranesi.nav Normal file

Binary file not shown.

16
maps/de_piranesi.txt Normal file
View File

@ -0,0 +1,16 @@
Piranesi - Bomb-Defuse
Background: a sprawling neo-romanesque
palace known as Villa Piranesi is to be
opened to the public as a museum.
Restored furniture and works of art are
being shipped into the compound.
Terrorists: Prevent the museum from
opening by destroying one of its two
main attractions; the antique sundial
in the front courtyard or the grand
celestial orrery in the back garden.
Counter-Terrorists: Protect the
historical site against the terrorists.

BIN
maps/de_port.bsp Normal file

Binary file not shown.

BIN
maps/de_port.nav Normal file

Binary file not shown.

14
maps/de_port.txt Normal file
View File

@ -0,0 +1,14 @@
Port - Bomb/Defuse
Counter-Terrorists: Rebel separatists
seek to disrupt economically-vital
shipping operations along the northern
coast. They must not succeed!
Terrorists: Your squad of independence
fighters has been tasked with destroying
economically-significant shipping
targets at vulnerable coastal ports.
Other Notes: There are 2 targets
in this mission.

BIN
maps/de_prodigy.bsp Normal file

Binary file not shown.

BIN
maps/de_prodigy.nav Normal file

Binary file not shown.

21
maps/de_prodigy.txt Normal file
View File

@ -0,0 +1,21 @@
Prodigy - Bomb/Defuse
Counter-Terrorists: Prevent Terrorists
from bombing the computer lab or the fuel
pipeline control room. Team members must
defuse any bombs that threaten targeted
areas.
Terrorists: The Terrorist carrying the
C4 must destroy one of the targets.
Other Notes: There are 2 targets
in this mission.
Credits:
Source Version by Turtle Rock Studios
Original Version by Hobbit

BIN
maps/de_tides.bsp Normal file

Binary file not shown.

BIN
maps/de_tides.nav Normal file

Binary file not shown.

15
maps/de_tides.txt Normal file
View File

@ -0,0 +1,15 @@
Tides - Bomb/Defuse
Counter-Terrorists: Prevent the Terrorists
from detonating their bomb.
Terrorists: Plant and detonate the bomb.
Other Notes: There are 2 bomb sites in this
mission.
Credits:
Source Version by Turtle Rock Studios

BIN
maps/de_train.bsp Normal file

Binary file not shown.

BIN
maps/de_train.nav Normal file

Binary file not shown.

21
maps/de_train.txt Normal file
View File

@ -0,0 +1,21 @@
Trainyard - Bomb/Defuse
Counter-Terrorists: Prevent Terrorists
from bombing the chemical payloads on two
trains. Team members must defuse any
bombs that threaten the payloads.
Terrorists: The Terrorist carrying the
C4 must destroy one of the payloads.
Other Notes: There are 2 payloads on the
trains in the mission.
Credits:
Source Version by Turtle Rock Studios
Original Version by Barking Dog

View File

@ -0,0 +1,3 @@
Version 27
NumNodes: 0
TotalNumLinks 0

View File

@ -0,0 +1,3 @@
Version 27
NumNodes: 0
TotalNumLinks 0

File diff suppressed because one or more lines are too long

4
maps/graphs/cs_italy.ain Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
Version 27
NumNodes: 0
TotalNumLinks 0

3
maps/graphs/de_aztec.ain Normal file
View File

@ -0,0 +1,3 @@
Version 27
NumNodes: 0
TotalNumLinks 0

3
maps/graphs/de_cbble.ain Normal file
View File

@ -0,0 +1,3 @@
Version 27
NumNodes: 0
TotalNumLinks 0

View File

@ -0,0 +1,3 @@
Version 27
NumNodes: 0
TotalNumLinks 0

3
maps/graphs/de_dust.ain Normal file
View File

@ -0,0 +1,3 @@
Version 27
NumNodes: 0
TotalNumLinks 0

3
maps/graphs/de_dust2.ain Normal file
View File

@ -0,0 +1,3 @@
Version 27
NumNodes: 0
TotalNumLinks 0

View File

@ -0,0 +1,3 @@
Version 27
NumNodes: 0
TotalNumLinks 0

3
maps/graphs/de_nuke.ain Normal file
View File

@ -0,0 +1,3 @@
Version 28
NumNodes: 0
TotalNumLinks 0

View File

@ -0,0 +1,3 @@
Version 27
NumNodes: 0
TotalNumLinks 0

3
maps/graphs/de_port.ain Normal file
View File

@ -0,0 +1,3 @@
Version 27
NumNodes: 0
TotalNumLinks 0

View File

@ -0,0 +1,3 @@
Version 27
NumNodes: 0
TotalNumLinks 0

3
maps/graphs/de_tides.ain Normal file
View File

@ -0,0 +1,3 @@
Version 27
NumNodes: 0
TotalNumLinks 0

3
maps/graphs/de_train.ain Normal file
View File

@ -0,0 +1,3 @@
Version 27
NumNodes: 0
TotalNumLinks 0

View File

@ -0,0 +1,4 @@
Version 27
NumNodes: 1
-3339.22,-153.18,-1815.00 0.000000 -8.87 11.13 -8.87 -8.87 0.10 -8.87 -4.87 0.10 38.10 2 0 1 0 TotalNumLinks 0
1

BIN
maps/test_hardware.bsp Normal file

Binary file not shown.

BIN
maps/test_speakers.bsp Normal file

Binary file not shown.