Sandbox Logo

Metadata

{
  "MaxPlayers": 4,
  "MinPlayers": 1,
  "GameNetworkType": "Multiplayer",
  "MapSelect": "Empty",
  "MapList": [],
  "RankType": "None",
  "PerMapRanking": false,
  "LeaderboardType": "None",
  "ProjectTemplate": null,
  "GameCategory": "Retro",
  "ControlModes": {
    "Keyboard": true,
    "Gamepad": true
  },
  "CsProjName": "",
  "Summary": "Monster-killing action-roguelike arena-shooter.",
  "Description": "Survive until 15:00 then kill the Boss!\n\n1-4 Players\n\n======== Controls ========\n- Movement: WASD\n- Aim: MOUSE\n- Dash: SPACE\n- Reroll Upgrades: R\n- Buy Upgrade: MOUSE CLICK or NUMKEYS\n\n======== Tips ========\n- to revive after death (in multiplayer), look for a new soul in crates\n- xp gems never disappear, but items do",
  "Public": false,
  "InputSettings": {
    "Actions": [
      {
        "Name": "Forward",
        "KeyboardCode": "W",
        "GroupName": "Movement"
      },
      {
        "Name": "Backward",
        "KeyboardCode": "S",
        "GroupName": "Movement"
      },
      {
        "Name": "Left",
        "KeyboardCode": "A",
        "GroupName": "Movement"
      },
      {
        "Name": "Right",
        "KeyboardCode": "D",
        "GroupName": "Movement"
      },
      {
        "Name": "Jump",
        "KeyboardCode": "space",
        "GamepadCode": "A",
        "GroupName": "Movement"
      },
      {
        "Name": "Run",
        "KeyboardCode": "shift",
        "GamepadCode": "LeftJoystickButton",
        "GroupName": "Movement"
      },
      {
        "Name": "Walk",
        "KeyboardCode": "alt",
        "GroupName": "Movement"
      },
      {
        "Name": "Duck",
        "KeyboardCode": "ctrl",
        "GamepadCode": "B",
        "GroupName": "Movement"
      },
      {
        "Name": "attack1",
        "KeyboardCode": "mouse1",
        "GamepadCode": "RightTrigger",
        "GroupName": "Actions"
      },
      {
        "Name": "attack2",
        "KeyboardCode": "mouse2",
        "GamepadCode": "LeftTrigger",
        "GroupName": "Actions"
      },
      {
        "Name": "reload",
        "KeyboardCode": "r",
        "GamepadCode": "X",
        "GroupName": "Actions"
      },
      {
        "Name": "use",
        "KeyboardCode": "e",
        "GamepadCode": "Y",
        "GroupName": "Actions"
      },
      {
        "Name": "Slot1",
        "KeyboardCode": "1",
        "GamepadCode": "DpadWest",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot2",
        "KeyboardCode": "2",
        "GamepadCode": "DpadEast",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot3",
        "KeyboardCode": "3",
        "GamepadCode": "DpadSouth",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot4",
        "KeyboardCode": "4",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot5",
        "KeyboardCode": "5",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot6",
        "KeyboardCode": "6",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot7",
        "KeyboardCode": "7",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot8",
        "KeyboardCode": "8",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot9",
        "KeyboardCode": "9",
        "GroupName": "Inventory"
      },
      {
        "Name": "Slot0",
        "KeyboardCode": "0",
        "GroupName": "Inventory"
      },
      {
        "Name": "SlotPrev",
        "KeyboardCode": "mouse4",
        "GamepadCode": "SwitchLeftBumper",
        "GroupName": "Inventory"
      },
      {
        "Name": "SlotNext",
        "KeyboardCode": "mouse5",
        "GamepadCode": "SwitchRightBumper",
        "GroupName": "Inventory"
      },
      {
        "Name": "View",
        "KeyboardCode": "C",
        "GamepadCode": "RightJoystickButton",
        "GroupName": "Other"
      },
      {
        "Name": "Voice",
        "KeyboardCode": "v",
        "GamepadCode": "RightJoystickButton",
        "GroupName": "Other"
      },
      {
        "Name": "Drop",
        "KeyboardCode": "g",
        "GamepadCode": "RightJoystickButton",
        "GroupName": "Other"
      },
      {
        "Name": "Flashlight",
        "KeyboardCode": "f",
        "GamepadCode": "DpadNorth",
        "GroupName": "Other"
      },
      {
        "Name": "Score",
        "KeyboardCode": "tab",
        "GamepadCode": "SwitchLeftMenu",
        "GroupName": "Other"
      },
      {
        "Name": "Menu",
        "KeyboardCode": "Q",
        "GamepadCode": "SwitchRightMenu",
        "GroupName": "Other"
      },
      {
        "Name": "Chat",
        "KeyboardCode": "enter",
        "GroupName": "Other"
      }
    ]
  },
  "HttpAllowList": null,
  "TickRate": 50,
  "Resources": "*.png\n*.html\n*.scss",
  "MenuResources": "GameMenu/*\nmenu/*.sound\nmenu/*.png\nmenu/voxel revolution.vsnd",
  "CodePackageReferences": []
}

Files

Name Size
.bin
text_snippet manifest.json 63B
text_snippet package.base.dll 707.5KB
text_snippet package.base.xml 95.4KB
text_snippet package.facepunch.sausagesurvivors.dll 315.5KB
text_snippet package.facepunch.sausagesurvivors.xml 4KB
code/gamemenu
text_snippet leaderboardpanel.razor.scss 851B
text_snippet loadingpanel.razor.scss 531B
text_snippet mainmenu.razor.scss 2KB
code/resource/styles
text_snippet hud.scss 1.5KB
text_snippet nametag.scss 376B
code/resource/templates
text_snippet hud.html 480B
code/ui/chat
text_snippet boomerchatbox.scss 1.7KB
code/ui
text_snippet enemynametag.html 238B
text_snippet enemynametag.scss 1.7KB
text_snippet hud.scss 9.3KB
text_snippet modal.html 611B
text_snippet modal.scss 1KB
text_snippet nametag.html 291B
text_snippet nametag.scss 2.5KB
text_snippet timerpanel.html 127B
text_snippet timerpanel.scss 621B
text_snippet tippy.html 304B
text_snippet tippy.scss 718B
devcam
text_snippet devcamoverlay.razor.scss 2.9KB
gamemenu
text_snippet leaderboardpanel.razor.scss 851B
text_snippet loadingpanel.razor.scss 531B
text_snippet mainmenu.razor.scss 2KB
materials/lights
insert_photo white_color_tga_cc0f8c39.generated.vtex_c 1.9KB
materials/particles
insert_photo particle_glow_05.vtex_c 27.9KB
materials/particles/powerups
insert_photo healsign.vtex_c 10.1KB
materials
collections sprite_default.vmat_c 3.6KB
collections sprite_pixelated.vmat_c 3.6KB
menu
text_snippet background.png 352.8KB
text_snippet menumusic.sound 243B
text_snippet menumusic.sound_c 592B
text_snippet voxel revolution.vsnd_c 2.5MB
models
view_in_ar quad.vmdl_c 3.4KB
obsolete
text_snippet obsolete.txt 736B
particles
text_snippet dmg_number_a_crit.vpcf_c 2.6KB
text_snippet dmg_number_a_player.vpcf_c 2.7KB
text_snippet dmg_number_a.vpcf_c 2.6KB
text_snippet dmg_number_b_crit.vpcf_c 2.7KB
text_snippet dmg_number_b_player.vpcf_c 2.7KB
text_snippet dmg_number_b.vpcf_c 2.6KB
text_snippet dmg_number_c_crit.vpcf_c 2.6KB
text_snippet dmg_number_c_player.vpcf_c 2.6KB
text_snippet dmg_number_c.vpcf_c 2.6KB
text_snippet dmg_number_crit.vpcf_c 2.8KB
text_snippet dmg_number_player.vpcf_c 2.7KB
text_snippet dmg_number.vpcf_c 2.7KB
particles/sprites/numbers
insert_photo dmg_numbers.vtex_c 33.5KB
particles
text_snippet ss_healthpickup.vpcf_c 2.2KB
resource/styles
text_snippet hud.scss 1.5KB
text_snippet nametag.scss 376B
resource/templates
text_snippet hud.html 480B
shaders
text_snippet 2dtest_sprite.shader_c 121KB
sounds
text_snippet boss.charge.sound_c 537B
text_snippet boss.charge.vsnd_c 53.4KB
text_snippet boss.die.sound_c 534B
text_snippet boss.die.vsnd_c 137.2KB
text_snippet boss.fanfare.sound_c 538B
text_snippet boss.fanfare.vsnd_c 165.1KB
text_snippet boss.prepare.sound_c 538B
text_snippet boss.prepare.vsnd_c 52.8KB
text_snippet boss.shoot.sound_c 536B
text_snippet boss.shoot.vsnd_c 29.9KB
text_snippet burn.sound_c 514B
text_snippet burn.vsnd_c 65.3KB
text_snippet click.sound_c 514B
text_snippet click.vsnd_c 5.9KB
text_snippet die.sound_c 513B
text_snippet die.vsnd_c 82.6KB
text_snippet enemy.die.sound_c 549B
text_snippet enemy.die0.vsnd_c 46.1KB
text_snippet enemy.hit.sound_c 554B
text_snippet enemy.hit.vsnd_c 16.6KB
text_snippet enemy.roar.prepare.sound_c 544B
text_snippet enemy.roar.prepare.vsnd_c 43.3KB
text_snippet enemy.roar.sound_c 536B
text_snippet enemy.roar.vsnd_c 91KB
text_snippet explode.sound_c 533B
text_snippet explode.vsnd_c 91.7KB
text_snippet fear.sound_c 503B
text_snippet fear.vsnd_c 88.3KB
text_snippet frozen.sound_c 532B
text_snippet frozen.vsnd_c 55.9KB
text_snippet heal.sound_c 514B
text_snippet heal.vsnd_c 42.4KB
text_snippet ignite.sound_c 532B
text_snippet ignite.vsnd_c 54.5KB
text_snippet levelup.sound_c 532B
text_snippet levelup.vsnd_c 63.1KB
text_snippet player.dash.recharge.sound_c 545B
text_snippet player.dash.recharge.vsnd_c 56.6KB
text_snippet player.dash.sound_c 537B
text_snippet player.dash.vsnd_c 59.6KB
text_snippet pop.vsnd_c 8.6KB
text_snippet reload.end.sound_c 535B
text_snippet reload.end.vsnd_c 22.4KB
text_snippet reload.start.sound_c 537B
text_snippet reload.start.vsnd_c 30.2KB
text_snippet reroll.sound_c 531B
text_snippet reroll.vsnd_c 50KB
text_snippet restart.sound_c 532B
text_snippet restart.vsnd_c 79.1KB
text_snippet runner.bark.sound_c 537B
text_snippet runner.bark.vsnd_c 33.4KB
text_snippet runner.bite.sound_c 537B
text_snippet runner.bite.vsnd_c 40.6KB
text_snippet runner.howl.sound_c 537B
text_snippet runner.howl.vsnd_c 64.9KB
text_snippet shield_break.sound_c 527B
text_snippet shield_break.vsnd_c 67.9KB
text_snippet shield_gain.sound_c 526B
text_snippet shield_gain.vsnd_c 68.8KB
text_snippet shoot.sound_c 521B
text_snippet shoot.vsnd_c 19.2KB
text_snippet spike.prepare.sound_c 539B
text_snippet spike.prepare.vsnd_c 19.3KB
text_snippet spike.stab.sound_c 536B
text_snippet spike.stab.vsnd_c 39.3KB
text_snippet spike.thrust.sound_c 538B
text_snippet spike.thrust.vsnd_c 52.9KB
text_snippet spitter.prepare.sound_c 541B
text_snippet spitter.prepare.vsnd_c 48.1KB
text_snippet spitter.shoot.sound_c 539B
text_snippet spitter.shoot.vsnd_c 25.1KB
text_snippet splash.sound_c 532B
text_snippet splash.vsnd_c 42KB
text_snippet tink.vsnd_c 7.4KB
text_snippet xp.sound_c 578B
text_snippet xp.vsnd_c 104.5KB
text_snippet zombie.attack.player.sound_c 553B
text_snippet zombie.attack.player.vsnd_c 40.6KB
text_snippet zombie.dirt.sound_c 537B
text_snippet zombie.dirt.vsnd_c 86.7KB
text_snippet zombie.spawn0.sound_c 565B
text_snippet zombie.spawn0.vsnd_c 69.1KB
text_snippet zombie.spawn1.vsnd_c 71.9KB
styles
text_snippet base.scss 756B
styles/base
text_snippet _navigator.scss 62B
text_snippet _popup.scss 3.6KB
text_snippet _splitcontainer.scss 411B
text_snippet _tabcontainer.scss 1.2KB
text_snippet _textentry.scss 37B
styles
text_snippet form.scss 894B
styles/form
text_snippet _checkbox.scss 732B
text_snippet _coloreditor.scss 3.7KB
text_snippet _colorproperty.scss 287B
text_snippet _dropdown.scss 463B
text_snippet _slider.scss 1.6KB
text_snippet _switch.scss 879B
styles
text_snippet rootpanel.scss 3.4KB
textures/icons
text_snippet attack_speed_still.png 231B
text_snippet attack_speed.png 445B
text_snippet bigger_bullets.png 297B
text_snippet blank_icon.png 179B
text_snippet bullet_accuracy.png 205B
text_snippet bullet_distance_damage.png 246B
text_snippet bullet_force.png 359B
text_snippet bullet_heal_teammate.png 326B
text_snippet bullet_lifetime_damage.png 366B
text_snippet bullet_lifetime.png 752B
text_snippet burning_bullets.png 353B
text_snippet crit_chance.png 311B
text_snippet crit_multiplier.png 367B
text_snippet damage_earlier_shots.png 267B
text_snippet damage_for_speed.png 246B
text_snippet damage_minus_bullets.png 301B
text_snippet dash_cooldown.png 293B
text_snippet dash_fear.png 264B
text_snippet dash_fire.png 361B
text_snippet dash_shoot.png 371B
text_snippet dash_strength.png 297B
text_snippet explosion_damage.png 351B
text_snippet explosion_dmg_reduction.png 330B
text_snippet explosion_size.png 382B
text_snippet fast_bullets.png 271B
text_snippet fear_armor.png 340B
text_snippet fear_damage.png 351B
text_snippet fear_drain.png 273B
text_snippet fear_drop_grenade.png 269B
text_snippet fear_lifetime.png 386B
text_snippet fear_pain.png 387B
text_snippet fire_damage.png 312B
text_snippet fire_lifetime.png 317B
text_snippet fire_spread.png 309B
text_snippet freeze_armor.png 401B
text_snippet freeze_burn.png 260B
text_snippet freeze_launch_bullet.png 278B
text_snippet freeze_lifetime.png 275B
text_snippet freeze_shards.png 322B
text_snippet freeze_shoot.png 379B
text_snippet freeze_strength.png 244B
text_snippet full_health_damage.png 203B
text_snippet grenade_crit.png 191B
text_snippet grenade_fear.png 328B
text_snippet grenade_shoot_reload.png 244B
text_snippet grenade_sticky.png 280B
text_snippet health_regen_still.png 234B
text_snippet health_regen.png 299B
text_snippet healthy_diet.png 386B
text_snippet hurt_shoot.png 312B
text_snippet kevlar_nanobot.png 287B
text_snippet kill_heal.png 295B
text_snippet last_ammo.png 218B
text_snippet less_choices_damage.png 232B
text_snippet level_up_max_health.png 231B
text_snippet low_health_damage.png 341B
text_snippet max_ammo.png 422B
text_snippet more_choices.png 244B
text_snippet more_crates.png 375B
text_snippet more_damage_less_health.png 341B
text_snippet more_damage_shrinking_bullets.png 262B
text_snippet more_projectiles.png 298B
text_snippet more_rerolls.png 298B
text_snippet muscles.png 287B
text_snippet no_dash_invuln_damage_status.png 229B
text_snippet num_dashes.png 228B
text_snippet piercing.png 329B
text_snippet reduce_spread.png 365B
text_snippet reload_speed.png 402B
text_snippet reroll_heal.png 313B
text_snippet shield.png 329B
text_snippet shoe.png 264B
text_snippet thorns.png 335B
text_snippet xp_damage.png 244B
text_snippet xp_heal.png 245B
text_snippet xp_range.png 301B
text_snippet xp_strength.png 259B
textures/sprites
text_snippet arrow.png 201B
text_snippet bg_square_2.png 1.3KB
text_snippet bg_square.png 545B
text_snippet blood_splatter_0.frames_c 492B
text_snippet blood_splatter_1.frames_c 586B
text_snippet blood_splatter_2.frames_c 586B
text_snippet blood_splatter_3.frames_c 586B
text_snippet blood.png 443B
text_snippet boss_attack.frames_c 698B
text_snippet boss_charge_reverse.frames_c 611B
text_snippet boss_charge.frames_c 611B
text_snippet boss_die.frames_c 499B
text_snippet boss_shoot_reverse.frames_c 507B
text_snippet boss_shoot.frames_c 491B
text_snippet boss_spawn.frames_c 491B
text_snippet boss.png 9.1KB
text_snippet bullet.png 227B
text_snippet charger_charge_loop.frames_c 515B
text_snippet charger_charge_start.frames_c 515B
text_snippet charger_elite.png 6.5KB
text_snippet charger.png 6.4KB
text_snippet citizen.png 319B
text_snippet cloud.png 168B
text_snippet coin_idle.frames_c 447B
text_snippet coin.png 455B
text_snippet crate_die.frames_c 498B
text_snippet crate_spawn.frames_c 512B
text_snippet crate_walk.frames_c 457B
text_snippet crate.png 2.4KB
text_snippet enemy_bullet.frames_c 492B
text_snippet enemy_bullet.png 1.2KB
text_snippet exploder_elite.png 5.9KB
text_snippet exploder_explode_loop.frames_c 507B
text_snippet exploder_explode_start.frames_c 514B
text_snippet exploder.png 5.8KB
text_snippet explosion.frames_c 477B
text_snippet explosion.png 2.3KB
text_snippet fear.frames_c 479B
text_snippet fear.png 696B
text_snippet fire_spritesheet.png 770B
text_snippet fire.frames_c 468B
text_snippet fire.png 329B
text_snippet frozen.frames_c 475B
text_snippet frozen.png 1008B
text_snippet grenade.png 283B
text_snippet hand.png 2.3KB
text_snippet head.png 6.1KB
text_snippet health_pack.png 261B
text_snippet helmet.png 3.3KB
text_snippet magnet.png 395B
text_snippet mummy_walk3.png 77.7KB
text_snippet player_attack_idle.frames_c 506B
text_snippet player_attack_walk.frames_c 506B
text_snippet player_ghost_idle.frames_c 508B
text_snippet player_ghost_walk.frames_c 508B
text_snippet player_hurt_attack_idle.frames_c 508B
text_snippet player_hurt_attack_walk.frames_c 508B
text_snippet player_hurt_idle.frames_c 506B
text_snippet player_hurt_walk.frames_c 508B
text_snippet player_idle.frames_c 456B
text_snippet player_spritesheet_1.png 2.7KB
text_snippet player_spritesheet_2.png 3.5KB
text_snippet player_spritesheet_3.png 3.5KB
text_snippet player_spritesheet_4.png 3.5KB
text_snippet player_spritesheet_5.png 3.9KB
text_snippet player_walk.frames_c 476B
text_snippet runner_elite.png 5.5KB
text_snippet runner.png 5KB
text_snippet shadow2.png 142B
text_snippet shadow3.png 141B
text_snippet shield.frames_c 457B
text_snippet shield.png 411B
text_snippet soul.png 364B
text_snippet spike_bottom.png 1.2KB
text_snippet spike_top.png 1.1KB
text_snippet spike_top2_elite.png 1KB
text_snippet spike_top2.png 819B
text_snippet spike.frames_c 662B
text_snippet spike.png 2KB
text_snippet spiker_attack.frames_c 698B
text_snippet spiker_die.frames_c 498B
text_snippet spiker_shoot_reverse.frames_c 516B
text_snippet spiker_shoot.frames_c 516B
text_snippet spiker_spawn.frames_c 514B
text_snippet spiker.png 5KB
text_snippet spiker2.png 4.6KB
text_snippet spiker3_elite.png 7KB
text_snippet spiker3.png 6.2KB
text_snippet spitter_attack.frames_c 698B
text_snippet spitter_die.frames_c 507B
text_snippet spitter_elite.png 5.8KB
text_snippet spitter_shoot_reverse.frames_c 515B
text_snippet spitter_shoot.frames_c 507B
text_snippet spitter_spawn.frames_c 507B
text_snippet spitter.png 5.8KB
text_snippet tile_test.frames_c 538B
text_snippet tile_test.png 4.2KB
text_snippet white_square.png 117B
text_snippet xp_1.frames_c 447B
text_snippet xp_2.frames_c 467B
text_snippet xp_3.frames_c 468B
text_snippet xp_4.frames_c 469B
text_snippet xp_5.frames_c 469B
text_snippet xp.png 616B
text_snippet xp2.png 746B
text_snippet zombie_attack.frames_c 670B
text_snippet zombie_bw.png 1.2KB
text_snippet zombie_die.frames_c 491B
text_snippet zombie_elite.png 3.4KB
text_snippet zombie_spawn.frames_c 494B
text_snippet zombie_walk.frames_c 456B
text_snippet zombie.png 4.1KB
ui/chat
text_snippet boomerchatbox.scss 1.7KB
text_snippet chatbox.scss 1.6KB
ui/components
text_snippet packagecard.razor.scss 3.2KB
text_snippet packagefilters.razor.scss 930B
text_snippet packagelist.razor.scss 160B
ui/components/serverlist
text_snippet serverlistpanel.razor.scss 1.7KB
ui/controls
text_snippet slidercontrol.razor.scss 2.1KB
text_snippet switchcontrol.razor.scss 988B
ui
text_snippet enemynametag.html 238B
text_snippet enemynametag.scss 1.7KB
ui/gamemenu/creategame
text_snippet mapbutton.razor.scss 145B
ui/gamemenu
text_snippet defaultgamemenu.razor.scss 2.9KB
text_snippet defaultloadingpanel.razor.scss 1.3KB
ui/gamemenu/front
text_snippet frontpage.razor.scss 248B
ui/gamemenu/settings
text_snippet settingspage.razor.scss 315B
ui
text_snippet hud.scss 9.3KB
text_snippet modal.html 611B
text_snippet modal.scss 1KB
text_snippet nametag.html 291B
text_snippet nametag.scss 2.5KB
ui/scoreboard
text_snippet scoreboard.scss 879B
ui
text_snippet timerpanel.html 127B
text_snippet timerpanel.scss 621B
text_snippet tippy.html 304B
text_snippet tippy.scss 718B
ui/voicechat
text_snippet voicelist.scss 814B
text_snippet voicespeaker.scss 285B