summarylogtreecommitdiffstats
path: root/simple-net-config.patch
blob: c5d47ae6626af34cced29f8202fa1f6bf135c4cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
diff --git a/app/dosboxdk_client.conf b/app/dosboxdk_client.conf
--- a/app/dosboxdk_client.conf
+++ b/app/dosboxdk_client.conf
@@ -3,47 +3,5 @@ ipx=true
 
 [autoexec]
 # Lines in this section will be run at startup.
-echo off
-cls
-IPXNET CONNECT 127.0.0.1
-cls
-@ECHO 
-@ECHO  ----------------------------
-@ECHO  Dungeon Keeper GOLD
-@ECHO  ----------------------------
-@ECHO     *MULTIPLAYER - CLIENT*  
-@ECHO on
-@ECHO off
-@ECHO  1) Dungeon Keeper
-@ECHO  2) Deeper Dungeons
-@ECHO on
-@ECHO off
-@ECHO  ----------------------------
-@ECHO  3) exit program             
-@ECHO  ----------------------------
-@ECHO 
-@ECHO on 
-@ECHO off
-@choice /c123 /s Which game do you want to run? [1-3]: /n 
-if errorlevel 3 goto exit
-if errorlevel 2 goto deeper
-if errorlevel 1 goto keeper
-
-:keeper
-mount C ".."
-imgmount d "..\game.inst" -t iso -fs iso
-c:
-cls
-keeper.exe
-exit
-
-:deeper
-mount C ".."
-imgmount d "..\game.inst" -t iso -fs iso
-c:
-cls
-deeper.exe
-exit
-
-:exit
-exit
+@echo off
+IPXNET CONNECT 127.0.0.1 19900
\ No newline at end of file
diff --git a/app/dosboxdk_server.conf b/app/dosboxdk_server.conf
--- a/app/dosboxdk_server.conf
+++ b/app/dosboxdk_server.conf
@@ -4,48 +4,4 @@ ipx=true
 [autoexec]
 # Lines in this section will be run at startup.
 @echo off
-cls
-IPXNET STARTSERVER
-cls
-@ECHO 
-@ECHO  ----------------------------
-@ECHO  Dungeon Keeper GOLD
-@ECHO  ----------------------------
-@ECHO     *MULTIPLAYER - HOST*  
-@ECHO on
-@ECHO off
-@ECHO  1) Dungeon Keeper
-@ECHO  2) Deeper Dungeons
-@ECHO on
-@ECHO off
-@ECHO  ----------------------------
-@ECHO  3) exit program             
-@ECHO  ----------------------------
-@ECHO 
-@ECHO on 
-@ECHO off
-@choice /c123 /s Which game do you want to run? [1-3]: /n 
-if errorlevel 3 goto exit
-if errorlevel 2 goto deeper
-if errorlevel 1 goto keeper
-
-:keeper
-cls
-mount C ".."
-imgmount d "..\game.inst" -t iso -fs iso
-c:
-cls
-keeper.exe
-exit
-
-:deeper
-cls
-mount C ".."
-imgmount d "..\game.inst" -t iso -fs iso
-c:
-cls
-deeper.exe
-exit
-
-:exit
-exit
+IPXNET STARTSERVER 19900
\ No newline at end of file