-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Hedgefog/next
Update 1.0.0
- Loading branch information
Showing
42 changed files
with
1,697 additions
and
882 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+49.2 KB
.../snowwars/v090/weapons/p_fireworksbox.mdl → .../snowwars/v100/weapons/p_fireworksbox.mdl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
5 | ||
weapon 640 snowwars/v100/640hud2 0 90 170 45 | ||
weapon_s 640 snowwars/v100/640hud3 0 90 170 45 | ||
ammo 640 640hud7 168 232 24 24 | ||
crosshair 640 crosshairs 24 0 24 24 | ||
autoaim 640 crosshairs 0 72 24 24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
5 | ||
weapon 640 snowwars/v100/640hud2 0 45 170 45 | ||
weapon_s 640 snowwars/v100/640hud3 0 45 170 45 | ||
ammo 640 640hud7 168 232 24 24 | ||
crosshair 640 crosshairs 24 0 24 24 | ||
autoaim 640 crosshairs 0 72 24 24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
5 | ||
weapon 640 snowwars/v100/640hud2 0 0 170 45 | ||
weapon_s 640 snowwars/v100/640hud3 0 0 170 45 | ||
ammo 640 640hud7 168 232 24 24 | ||
crosshair 640 crosshairs 24 0 24 24 | ||
autoaim 640 crosshairs 0 72 24 24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
5 | ||
weapon 640 snowwars/v100/640hud2 0 135 170 45 | ||
weapon_s 640 snowwars/v100/640hud3 0 135 170 45 | ||
ammo 640 snowwars/v100/640hud1 0 0 24 24 | ||
crosshair 640 crosshairs 24 0 24 24 | ||
autoaim 640 crosshairs 0 72 24 24 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,55 @@ | ||
#define SW_TITLE "Snow Wars" | ||
#define SW_VERSION "0.9.1" | ||
#define SW_VERSION "1.0.0" | ||
|
||
stock const SW_WEAPON_SNOWBALL[] = "snowwars/v100/weapon_snowball"; | ||
stock const SW_WEAPON_SLINGSHOT[] = "snowwars/v100/weapon_slingshot"; | ||
stock const SW_WEAPON_FIREWORKSBOX[] = "snowwars/v100/weapon_fireworksbox"; | ||
stock const SW_WEAPON_SNOWMAN[] = "snowwars/v100/weapon_snowman"; | ||
|
||
stock const SW_ARTIFACT_DOWNJACKET[] = "downjacket"; | ||
stock const SW_ARTIFACT_LEMONJUICE[] = "lemonjuice"; | ||
|
||
stock const SW_WEAPON_SNOWBALL_HUD_TXT[] = "sprites/snowwars/v100/weapon_snowball.txt"; | ||
stock const SW_WEAPON_SLINGSHOT_HUD_TXT[] = "sprites/snowwars/v100/weapon_slingshot.txt"; | ||
stock const SW_WEAPON_FIREWORKSBOX_HUD_TXT[] = "sprites/snowwars/v100/weapon_fireworksbox.txt"; | ||
stock const SW_WEAPON_SNOWMAN_HUD_TXT[] = "sprites/snowwars/v100/weapon_snowman.txt"; | ||
|
||
stock const SW_MODEL_SNOWMAN[] = "models/snowwars/v100/snowman.mdl"; | ||
|
||
stock const SW_MODEL_WEAPON_SNOWBALL_V[] = "models/snowwars/v100/weapons/v_snowball.mdl"; | ||
stock const SW_MODEL_WEAPON_SNOWBALL_P[] = "models/snowwars/v090/weapons/p_snowball.mdl"; | ||
stock const SW_MODEL_WEAPON_SNOWBALL_W[] = "models/snowwars/v090/weapons/w_snowball.mdl"; | ||
stock const SW_MODEL_WEAPON_SNOWBALL_LEMON_W[] = "models/snowwars/v090/weapons/w_snowball_lemon.mdl"; | ||
|
||
stock const SW_MODEL_WEAPON_SLINGSHOT_V[] = "models/snowwars/v090/weapons/v_slingshot.mdl"; | ||
stock const SW_MODEL_WEAPON_SLINGSHOT_P[] = "models/snowwars/v090/weapons/p_slingshot.mdl"; | ||
stock const SW_MODEL_WEAPON_SLINGSHOT_W[] = "models/snowwars/v090/weapons/w_slingshot.mdl"; | ||
|
||
stock const SW_MODEL_WEAPON_FIREWORKSBOX_V[] = "models/snowwars/v090/weapons/v_fireworksbox.mdl"; | ||
stock const SW_MODEL_WEAPON_FIREWORKSBOX_P[] = "models/snowwars/v100/weapons/p_fireworksbox.mdl"; | ||
stock const SW_MODEL_WEAPON_FIREWORKSBOX_W[] = "models/snowwars/v090/weapons/w_fireworksbox.mdl"; | ||
|
||
stock const SW_MODEL_WEAPON_SNOWMAN_V[] = ""; | ||
stock const SW_MODEL_WEAPON_SNOWMAN_P[] = ""; | ||
stock const SW_MODEL_WEAPON_SNOWMAN_W[] = "models/snowwars/v100/weapons/w_snowman.mdl"; | ||
|
||
stock const SW_MODEL_ARTIFACT_DOWNJACKET_W[] = "models/snowwars/v090/artifacts/w_downjacket.mdl"; | ||
stock const SW_MODEL_ARTIFACT_DOWNJACKET_P[] = "models/snowwars/v090/artifacts/p_downjacket.mdl"; | ||
|
||
stock const SW_MODEL_ARTIFACT_LEMONJUICE_W[] = "models/snowwars/v090/artifacts/w_lemonsnow.mdl"; | ||
|
||
stock const SW_SPRITE_HUD[][] = { | ||
"sprites/snowwars/v100/640hud1.spr", | ||
"sprites/snowwars/v100/640hud2.spr", | ||
"sprites/snowwars/v100/640hud3.spr" | ||
}; | ||
|
||
stock const SW_SOUND_SNOWBALL_THROW[] = "snowwars/v090/snowthrow1.wav"; | ||
stock const SW_SOUND_SNOWBALL_HIT[] = "snowwars/v090/sbhit.wav"; | ||
stock const SW_SOUND_SNOWBALL_LEMON_HIT[] = "debris/bustflesh1.wav"; | ||
stock const SW_SOUND_JINGLE_MUSIC[] = "snowwars/v090/christmas_jingle.wav"; | ||
stock const SW_SOUND_FIREWORK_ROCKET[] = "snowwars/v090/rocket1.wav"; | ||
stock const SW_SOUND_DOWNJACKET[] = "snowwars/v090/pw_shield.wav"; | ||
stock const SW_SOUND_PLAYER_SPAWN[] = "snowwars/v090/push.wav"; | ||
stock const SW_SOUND_RETURN[] = "snowwars/v100/return.wav"; | ||
stock const SW_SOUND_PLAYER_HIT[][] = { "snowwars/v090/snowhit_human1.wav", "snowwars/v090/snowhit_human2.wav" }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.