generated from NeoForgeMDKs/MDK-1.21.1-ModDevGradle
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
6fb09eb
commit 575f280
Showing
7 changed files
with
109 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
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 72 | ||
key_down 80 | ||
key_strafeleft 51 | ||
key_straferight 52 | ||
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
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 Native | ||
fullscreen_stretch Fit | ||
fuzz_mix false | ||
greyscale_filter Luminance | ||
line_of_sight Vanilla | ||
mb_used 2 | ||
multiply 3 | ||
parallelism_patch_columns 0 | ||
parallelism_realcolor_tint 12 | ||
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 |
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
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,12 @@ | ||
import mochadoom.Engine; | ||
|
||
import java.io.IOException; | ||
|
||
public class run { | ||
|
||
static String[] commandVariables = {"-iwad C:/Users/Abdel/IdeaProjects/DoomStation/src/doom/doomu.wad"}; | ||
|
||
public static void main(String[] args) throws IOException { | ||
Engine.main(commandVariables); | ||
} | ||
} |
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