forked from AXDOOMER/mochadoom
-
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.
- Loading branch information
Showing
15 changed files
with
147 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
mouse_sensitivity 5 | ||
sfx_volume 8 | ||
music_volume 8 | ||
show_messages 1 | ||
key_right 77 | ||
key_left 75 | ||
key_up 17 | ||
key_down 31 | ||
key_strafeleft 30 | ||
key_straferight 32 | ||
key_fire 29 | ||
key_use 57 | ||
key_strafe 56 | ||
key_speed 54 | ||
use_mouse 1 | ||
mouseb_fire 0 | ||
mouseb_strafe 1 | ||
mouseb_forward 2 | ||
use_joystick 0 | ||
joyb_fire 0 | ||
joyb_strafe 1 | ||
joyb_use 3 | ||
joyb_speed 2 | ||
screenblocks 10 | ||
detaillevel 0 | ||
snd_channels 8 | ||
snd_musicdevice 3 | ||
snd_sfxdevice 3 | ||
snd_sbport 0 | ||
snd_sbirq 0 | ||
snd_sbdma 0 | ||
snd_mport 0 | ||
usegamma 0 | ||
chatmacro0 "No" | ||
chatmacro1 "I'm ready to kick butt!" | ||
chatmacro2 "I'm OK." | ||
chatmacro3 "I'm not looking too good!" | ||
chatmacro4 "Help!" | ||
chatmacro5 "You suck!" | ||
chatmacro6 "Next time, scumbag..." | ||
chatmacro7 "Come here!" | ||
chatmacro8 "I'll take care of it." | ||
chatmacro9 "Yes" |
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,3 +1,9 @@ | ||
**/*.c linguist-vendored | ||
**/*.h linguist-vendored | ||
src/g/g_game.c linguist-vendored | ||
src/i/i_main.c linguist-vendored | ||
src/i/i_net.c linguist-vendored | ||
src/doom/d_french.h linguist-vendored | ||
src/g/g_game.h linguist-vendored | ||
src/i/i_net.h linguist-vendored | ||
src/i/i_system.h linguist-vendored | ||
src/i/i_video.h linguist-vendored | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ dist/ | |
build.xml | ||
nbproject/ | ||
.gradle | ||
mochadoom.cfg | ||
|
||
# Intellij | ||
*.iml | ||
|
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,3 +1,3 @@ | ||
@echo off | ||
mochadoom.bat -config classic.cfg %* | ||
mochadoom.bat -config classic.cfg mochadoom.cfg %* | ||
|
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,3 +1,3 @@ | ||
#!/bin/sh | ||
mochadoom.sh -config classic.cfg "$@" | ||
mochadoom.sh -config classic.cfg mochadoom.cfg "$@" | ||
|
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,30 @@ | ||
alwaysrun false | ||
automap_plotter_style Thin | ||
color_depth Indexed | ||
enable_colormap_lump true | ||
extend_button_slots_limit true | ||
extend_plats_limit true | ||
fix_blockmap true | ||
fix_gamma_palette false | ||
fix_gamma_ramp false | ||
fix_medi_need false | ||
fix_ouch_face false | ||
fix_sky_change false | ||
fix_sky_palette false | ||
fullscreen false | ||
fullscreen_interpolation Nearest | ||
fullscreen_mode Best | ||
fullscreen_stretch Fit | ||
fuzz_mix false | ||
greyscale_filter Luminance | ||
line_of_sight Vanilla | ||
mb_used 2 | ||
parallelism_patch_columns 0 | ||
parallelism_realcolor_tint 16 | ||
reconstruct_savegame_pointers true | ||
scale_melt true | ||
scale_screen_tiles true | ||
scene_renderer_mode Serial | ||
semi_translucent_fuzz false | ||
vanilla_key_behavior true | ||
vestrobe false |
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
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