@wwawing/all 0.0.0-exe-chousa.based-on.3.12.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -0
- package/dist/wwawing-dist/LICENSE +22 -0
- package/dist/wwawing-dist/WinWwamk.exe +0 -0
- package/dist/wwawing-dist/for-32bit-windows-users.txt +10 -0
- package/dist/wwawing-dist/manual.html +73 -0
- package/dist/wwawing-dist/mapdata/LICENSE +307 -0
- package/dist/wwawing-dist/mapdata/audio/1.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/10.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/11.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/12.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/13.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/14.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/15.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/16.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/17.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/18.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/19.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/2.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/20.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/3.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/4.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/70.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/71.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/72.mp3 +0 -0
- package/dist/wwawing-dist/mapdata/audio/sound-number.txt +24 -0
- package/dist/wwawing-dist/mapdata/caves01.dat +0 -0
- package/dist/wwawing-dist/mapdata/caves01.gif +0 -0
- package/dist/wwawing-dist/mapdata/caves01.html +21 -0
- package/dist/wwawing-dist/mapdata/caves02.dat +0 -0
- package/dist/wwawing-dist/mapdata/caves02.gif +0 -0
- package/dist/wwawing-dist/mapdata/caves02.html +21 -0
- package/dist/wwawing-dist/mapdata/classictitle.gif +0 -0
- package/dist/wwawing-dist/mapdata/cover.gif +0 -0
- package/dist/wwawing-dist/mapdata/island02.dat +0 -0
- package/dist/wwawing-dist/mapdata/island02.gif +0 -0
- package/dist/wwawing-dist/mapdata/island02.html +21 -0
- package/dist/wwawing-dist/mapdata/making.gif +0 -0
- package/dist/wwawing-dist/mapdata/mapcg.gif +0 -0
- package/dist/wwawing-dist/mapdata/material.gif +0 -0
- package/dist/wwawing-dist/mapdata/style.css +10 -0
- package/dist/wwawing-dist/mapdata/wwa-server.exe +0 -0
- package/dist/wwawing-dist/mapdata/wwa.css +1046 -0
- package/dist/wwawing-dist/mapdata/wwa.js +21 -0
- package/dist/wwawing-dist/mapdata/wwa_classic.css +1083 -0
- package/dist/wwawing-dist/mapdata/wwamap-vars.json +11 -0
- package/dist/wwawing-dist/mapdata/wwamap.dat +0 -0
- package/dist/wwawing-dist/mapdata/wwamap.html +23 -0
- package/dist/wwawing-dist/mapdata/wwawing-disp.png +0 -0
- package/dist/wwawing-dist/wwamk_manual.html +513 -0
- package/dist/wwawing-dist.zip +0 -0
- package/dist/wwawing-update/LICENSE +22 -0
- package/dist/wwawing-update/manual.html +73 -0
- package/dist/wwawing-update/style.css +10 -0
- package/dist/wwawing-update/wwa.css +1046 -0
- package/dist/wwawing-update/wwa.js +21 -0
- package/dist/wwawing-update/wwa_classic.css +1083 -0
- package/dist/wwawing-update.zip +0 -0
- package/package.json +53 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 1996-2025 NAO
|
|
4
|
+
Copyright (c) 2015-2025 WWA Wing Team
|
|
5
|
+
|
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
in the Software without restriction, including without limitation the rights
|
|
9
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
furnished to do so, subject to the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be included in
|
|
14
|
+
all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
22
|
+
THE SOFTWARE.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 1996-2025 NAO
|
|
4
|
+
Copyright (c) 2015-2025 WWA Wing Team
|
|
5
|
+
|
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
in the Software without restriction, including without limitation the rights
|
|
9
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
furnished to do so, subject to the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be included in
|
|
14
|
+
all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
22
|
+
THE SOFTWARE.
|
|
Binary file
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
32ビット版 Windows で、wwa-server.exe が起動しない方へ
|
|
2
|
+
|
|
3
|
+
WWA Wing v3.7.0 以降のバージョンに同梱されている、
|
|
4
|
+
WWA Wing の動作確認ツール wwa-server.exe は、 32ビット版 Windows に対応しておりません。
|
|
5
|
+
|
|
6
|
+
32ビット版 Windows で WWA Wing の動作確認をされる場合には、
|
|
7
|
+
下記の WWA Debugger など、他の動作確認ツールのご利用をお願いいたします。
|
|
8
|
+
|
|
9
|
+
WWA Debugger (by WWA FanSquare / aruneko99)
|
|
10
|
+
https://wwacontest.aruneko.net/debugger/
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<title>WWA Wing: マニュアルはオンライン化されました</title>
|
|
6
|
+
<style>
|
|
7
|
+
.fl {
|
|
8
|
+
float: left;
|
|
9
|
+
}
|
|
10
|
+
.cl {
|
|
11
|
+
clear: left;
|
|
12
|
+
|
|
13
|
+
}
|
|
14
|
+
#main {
|
|
15
|
+
padding: 5px;
|
|
16
|
+
}
|
|
17
|
+
#twtr {
|
|
18
|
+
min-width: 400px;
|
|
19
|
+
}
|
|
20
|
+
p.important {
|
|
21
|
+
background-color: #ffd4d6;
|
|
22
|
+
font-weight: bold;
|
|
23
|
+
border-width: 0 0 0 4px;
|
|
24
|
+
border-color: red;
|
|
25
|
+
border-style: solid;
|
|
26
|
+
padding: 0 0 0 4px;
|
|
27
|
+
font-size: 2em;
|
|
28
|
+
color: red;
|
|
29
|
+
}
|
|
30
|
+
p.important>a {
|
|
31
|
+
color: #880000;
|
|
32
|
+
}
|
|
33
|
+
.require {
|
|
34
|
+
font-weight: bold;
|
|
35
|
+
font-style: italic;
|
|
36
|
+
}
|
|
37
|
+
h2 {
|
|
38
|
+
border-bottom: 1px solid;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
pre,
|
|
42
|
+
code {
|
|
43
|
+
background-color: #EEEEEE;
|
|
44
|
+
}
|
|
45
|
+
</style>
|
|
46
|
+
</head>
|
|
47
|
+
<body>
|
|
48
|
+
<div id="wrapper">
|
|
49
|
+
<section>
|
|
50
|
+
<h1>WWA Wing: マニュアルはオンライン化されました</h1>
|
|
51
|
+
<p class="important require"><a
|
|
52
|
+
href="https://wwawing.notion.site/WWA-Wing-1fca5acaf51a4df38b953c478c8b9a5e">WWA Wing
|
|
53
|
+
のマニュアルは、こちらよりオンラインでご覧になれます。</a></p>
|
|
54
|
+
</section>
|
|
55
|
+
<footer>
|
|
56
|
+
<h2>ライセンス情報</h2>
|
|
57
|
+
<p>WWA Wingのソースコードの使用の制限については<a href="./LICENSE">MIT License</a>とします。</p>
|
|
58
|
+
<p>ただし、同梱されているマップデータファイル「caves01.dat」「caves02.dat」 「island02.dat」「wwamap.dat」、
|
|
59
|
+
ゲーム中で使用される画像の内「caves01.gif」「caves02.gif」「island02.gif」「making.gif」「mapcg.gif」および
|
|
60
|
+
WWA作成ツールに関しての著作権は原作者NAO氏が保持し、取り扱いについては<a href="http://wwajp.com">キャラバンサークル</a>
|
|
61
|
+
で定める通りとします。</p>
|
|
62
|
+
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/deed.ja"><img alt="クリエイティブ・コモンズ・ライセンス"
|
|
63
|
+
style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />
|
|
64
|
+
また、このマニュアルについては <a rel="license" href="http://creativecommons.org/licenses/by/4.0/deed.ja">クリエイティブ・コモンズ
|
|
65
|
+
表示 4.0 国際 ライセンスの下に提供されています。</a></p>
|
|
66
|
+
<p> Internet RPG "<a href="http://www.wwajp.com">World Wide Adventure</a>" ©1996-2025 NAO</p>
|
|
67
|
+
<p> "<a href="http://wwawing.com/">WWA Wing</a>" ©2015-2025 WWA Wing Team</p>
|
|
68
|
+
</footer>
|
|
69
|
+
</div>
|
|
70
|
+
|
|
71
|
+
</body>
|
|
72
|
+
|
|
73
|
+
</html>
|
|
@@ -0,0 +1,307 @@
|
|
|
1
|
+
// wwa-server.exe LICENSE INFORMATION
|
|
2
|
+
|
|
3
|
+
/*!
|
|
4
|
+
* Node.js
|
|
5
|
+
* Copyright Node.js contributors. All rights reserved.
|
|
6
|
+
* MIT Licensed
|
|
7
|
+
* https://raw.githubusercontent.com/nodejs/node/refs/heads/main/LICENSE
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
/*!
|
|
11
|
+
* @wwawing/debug-server
|
|
12
|
+
* Copyright (c) 2018-2025 WWA Wing Team
|
|
13
|
+
* MIT Licensed
|
|
14
|
+
* https://github.com/WWAWing/WWAWing/blob/develop/packages/debug-server/LICENSE
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
/*!
|
|
18
|
+
* Default template.
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
/*!
|
|
22
|
+
* Icon cache.
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
/*!
|
|
26
|
+
* accepts
|
|
27
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
28
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
29
|
+
* MIT Licensed
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
/*!
|
|
33
|
+
* body-parser
|
|
34
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
35
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
36
|
+
* MIT Licensed
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
/*!
|
|
40
|
+
* body-parser
|
|
41
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
42
|
+
* MIT Licensed
|
|
43
|
+
*/
|
|
44
|
+
|
|
45
|
+
/*!
|
|
46
|
+
* bytes
|
|
47
|
+
* Copyright(c) 2012-2014 TJ Holowaychuk
|
|
48
|
+
* Copyright(c) 2015 Jed Watson
|
|
49
|
+
* MIT Licensed
|
|
50
|
+
*/
|
|
51
|
+
|
|
52
|
+
/*!
|
|
53
|
+
* content-disposition
|
|
54
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
55
|
+
* MIT Licensed
|
|
56
|
+
*/
|
|
57
|
+
|
|
58
|
+
/*!
|
|
59
|
+
* content-type
|
|
60
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
61
|
+
* MIT Licensed
|
|
62
|
+
*/
|
|
63
|
+
|
|
64
|
+
/*!
|
|
65
|
+
* cookie
|
|
66
|
+
* Copyright(c) 2012-2014 Roman Shtylman
|
|
67
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
68
|
+
* MIT Licensed
|
|
69
|
+
*/
|
|
70
|
+
|
|
71
|
+
/*!
|
|
72
|
+
* depd
|
|
73
|
+
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
74
|
+
* MIT Licensed
|
|
75
|
+
*/
|
|
76
|
+
|
|
77
|
+
/*!
|
|
78
|
+
* depd
|
|
79
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
80
|
+
* MIT Licensed
|
|
81
|
+
*/
|
|
82
|
+
|
|
83
|
+
/*!
|
|
84
|
+
* depd
|
|
85
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
86
|
+
* MIT Licensed
|
|
87
|
+
*/
|
|
88
|
+
|
|
89
|
+
/*!
|
|
90
|
+
* depd
|
|
91
|
+
* Copyright(c) 2014-2018 Douglas Christopher Wilson
|
|
92
|
+
* MIT Licensed
|
|
93
|
+
*/
|
|
94
|
+
|
|
95
|
+
/*!
|
|
96
|
+
* depd
|
|
97
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
98
|
+
* MIT Licensed
|
|
99
|
+
*/
|
|
100
|
+
|
|
101
|
+
/*!
|
|
102
|
+
* destroy
|
|
103
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
104
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
105
|
+
* MIT Licensed
|
|
106
|
+
*/
|
|
107
|
+
|
|
108
|
+
/*!
|
|
109
|
+
* ee-first
|
|
110
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
111
|
+
* MIT Licensed
|
|
112
|
+
*/
|
|
113
|
+
|
|
114
|
+
/*!
|
|
115
|
+
* encodeurl
|
|
116
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
117
|
+
* MIT Licensed
|
|
118
|
+
*/
|
|
119
|
+
|
|
120
|
+
/*!
|
|
121
|
+
* escape-html
|
|
122
|
+
* Copyright(c) 2012-2013 TJ Holowaychuk
|
|
123
|
+
* Copyright(c) 2015 Andreas Lubbe
|
|
124
|
+
* Copyright(c) 2015 Tiancheng "Timothy" Gu
|
|
125
|
+
* MIT Licensed
|
|
126
|
+
*/
|
|
127
|
+
|
|
128
|
+
/*!
|
|
129
|
+
* etag
|
|
130
|
+
* Copyright(c) 2014-2016 Douglas Christopher Wilson
|
|
131
|
+
* MIT Licensed
|
|
132
|
+
*/
|
|
133
|
+
|
|
134
|
+
/*!
|
|
135
|
+
* express
|
|
136
|
+
* Copyright(c) 2009-2013 TJ Holowaychuk
|
|
137
|
+
* Copyright(c) 2013 Roman Shtylman
|
|
138
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
139
|
+
* MIT Licensed
|
|
140
|
+
*/
|
|
141
|
+
|
|
142
|
+
/*!
|
|
143
|
+
* express
|
|
144
|
+
* Copyright(c) 2009-2013 TJ Holowaychuk
|
|
145
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
146
|
+
* MIT Licensed
|
|
147
|
+
*/
|
|
148
|
+
|
|
149
|
+
/*!
|
|
150
|
+
* finalhandler
|
|
151
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
152
|
+
* MIT Licensed
|
|
153
|
+
*/
|
|
154
|
+
|
|
155
|
+
/*!
|
|
156
|
+
* forwarded
|
|
157
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
158
|
+
* MIT Licensed
|
|
159
|
+
*/
|
|
160
|
+
|
|
161
|
+
/*!
|
|
162
|
+
* fresh
|
|
163
|
+
* Copyright(c) 2012 TJ Holowaychuk
|
|
164
|
+
* Copyright(c) 2016-2017 Douglas Christopher Wilson
|
|
165
|
+
* MIT Licensed
|
|
166
|
+
*/
|
|
167
|
+
|
|
168
|
+
/*!
|
|
169
|
+
* http-errors
|
|
170
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
171
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
172
|
+
* MIT Licensed
|
|
173
|
+
*/
|
|
174
|
+
|
|
175
|
+
/*!
|
|
176
|
+
* media-typer
|
|
177
|
+
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
178
|
+
* MIT Licensed
|
|
179
|
+
*/
|
|
180
|
+
|
|
181
|
+
/*!
|
|
182
|
+
* merge-descriptors
|
|
183
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
184
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
185
|
+
* MIT Licensed
|
|
186
|
+
*/
|
|
187
|
+
|
|
188
|
+
/*!
|
|
189
|
+
* methods
|
|
190
|
+
* Copyright(c) 2013-2014 TJ Holowaychuk
|
|
191
|
+
* Copyright(c) 2015-2016 Douglas Christopher Wilson
|
|
192
|
+
* MIT Licensed
|
|
193
|
+
*/
|
|
194
|
+
|
|
195
|
+
/*!
|
|
196
|
+
* mime-db
|
|
197
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
198
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
199
|
+
* MIT Licensed
|
|
200
|
+
*/
|
|
201
|
+
|
|
202
|
+
/*!
|
|
203
|
+
* mime-types
|
|
204
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
205
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
206
|
+
* MIT Licensed
|
|
207
|
+
*/
|
|
208
|
+
|
|
209
|
+
/*!
|
|
210
|
+
* negotiator
|
|
211
|
+
* Copyright(c) 2012 Federico Romero
|
|
212
|
+
* Copyright(c) 2012-2014 Isaac Z. Schlueter
|
|
213
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
214
|
+
* MIT Licensed
|
|
215
|
+
*/
|
|
216
|
+
|
|
217
|
+
/*!
|
|
218
|
+
* on-finished
|
|
219
|
+
* Copyright(c) 2013 Jonathan Ong
|
|
220
|
+
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
221
|
+
* MIT Licensed
|
|
222
|
+
*/
|
|
223
|
+
|
|
224
|
+
/*!
|
|
225
|
+
* parseurl
|
|
226
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
227
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
228
|
+
* MIT Licensed
|
|
229
|
+
*/
|
|
230
|
+
|
|
231
|
+
/*!
|
|
232
|
+
* proxy-addr
|
|
233
|
+
* Copyright(c) 2014-2016 Douglas Christopher Wilson
|
|
234
|
+
* MIT Licensed
|
|
235
|
+
*/
|
|
236
|
+
|
|
237
|
+
/*!
|
|
238
|
+
* range-parser
|
|
239
|
+
* Copyright(c) 2012-2014 TJ Holowaychuk
|
|
240
|
+
* Copyright(c) 2015-2016 Douglas Christopher Wilson
|
|
241
|
+
* MIT Licensed
|
|
242
|
+
*/
|
|
243
|
+
|
|
244
|
+
/*!
|
|
245
|
+
* raw-body
|
|
246
|
+
* Copyright(c) 2013-2014 Jonathan Ong
|
|
247
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
248
|
+
* MIT Licensed
|
|
249
|
+
*/
|
|
250
|
+
|
|
251
|
+
/*!
|
|
252
|
+
* send
|
|
253
|
+
* Copyright(c) 2012 TJ Holowaychuk
|
|
254
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
255
|
+
* MIT Licensed
|
|
256
|
+
*/
|
|
257
|
+
|
|
258
|
+
/*!
|
|
259
|
+
* serve-index (WWA Wing Edition)
|
|
260
|
+
* Copyright(c) 2011 Sencha Inc.
|
|
261
|
+
* Copyright(c) 2011 TJ Holowaychuk
|
|
262
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
263
|
+
* Copyright(c) 2015-2025 WWA Wing Team
|
|
264
|
+
* MIT Licensed
|
|
265
|
+
*/
|
|
266
|
+
|
|
267
|
+
/*!
|
|
268
|
+
* serve-static
|
|
269
|
+
* Copyright(c) 2010 Sencha Inc.
|
|
270
|
+
* Copyright(c) 2011 TJ Holowaychuk
|
|
271
|
+
* Copyright(c) 2014-2016 Douglas Christopher Wilson
|
|
272
|
+
* MIT Licensed
|
|
273
|
+
*/
|
|
274
|
+
|
|
275
|
+
/*!
|
|
276
|
+
* statuses
|
|
277
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
278
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
279
|
+
* MIT Licensed
|
|
280
|
+
*/
|
|
281
|
+
|
|
282
|
+
/*!
|
|
283
|
+
* toidentifier
|
|
284
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
285
|
+
* MIT Licensed
|
|
286
|
+
*/
|
|
287
|
+
|
|
288
|
+
/*!
|
|
289
|
+
* type-is
|
|
290
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
291
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
292
|
+
* MIT Licensed
|
|
293
|
+
*/
|
|
294
|
+
|
|
295
|
+
/*!
|
|
296
|
+
* unpipe
|
|
297
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
298
|
+
* MIT Licensed
|
|
299
|
+
*/
|
|
300
|
+
|
|
301
|
+
/*!
|
|
302
|
+
* vary
|
|
303
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
304
|
+
* MIT Licensed
|
|
305
|
+
*/
|
|
306
|
+
|
|
307
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
サウンドの番号だけでは中身がわかりにくいので
|
|
2
|
+
以下のような対応表を作っておくと便利です。
|
|
3
|
+
|
|
4
|
+
>システム予約
|
|
5
|
+
1:ボタンクリック音
|
|
6
|
+
3:攻撃時
|
|
7
|
+
|
|
8
|
+
>ユーザー定義
|
|
9
|
+
10:ハロー
|
|
10
|
+
11:敵消滅
|
|
11
|
+
12:歩行音
|
|
12
|
+
13:扉
|
|
13
|
+
14:レジ打ち
|
|
14
|
+
15:回復
|
|
15
|
+
16:クリック1
|
|
16
|
+
17:クリック2
|
|
17
|
+
18:打撃音
|
|
18
|
+
19:摩擦音
|
|
19
|
+
20:クリック1(16)の低音バージョン
|
|
20
|
+
|
|
21
|
+
>背景音楽
|
|
22
|
+
70:草原
|
|
23
|
+
71:洞窟
|
|
24
|
+
72:ボスキャラ
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="ja">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<title>World Wide Adventure Wing</title>
|
|
6
|
+
<link rel="stylesheet" href="style.css">
|
|
7
|
+
<!-- wwa requirements-->
|
|
8
|
+
<link rel="stylesheet" href="wwa.css">
|
|
9
|
+
<script src="wwa.js"></script>
|
|
10
|
+
<!-- wwa requirements-->
|
|
11
|
+
</head>
|
|
12
|
+
<body>
|
|
13
|
+
<div id="wrapper">
|
|
14
|
+
<div class="wwa-size-box" id="wwa-wrapper" data-wwa-mapdata="caves01.dat" data-wwa-urlgate-enable="true" data-wwa-title-img="cover.gif" data-wwa-autosave="200" data-wwa-virtualpad-enable="false"></div>
|
|
15
|
+
</div>
|
|
16
|
+
<footer id="copyright">
|
|
17
|
+
<p>Internet RPG "<a class="wwa-copyright" href="https://wwajp.com/">World Wide Adventure</a>" 1996-2025 © NAO</p>
|
|
18
|
+
<p> "<a class="wwa-copyright" href="https://wwawing.com/">WWA Wing</a>" 2013-2025 © WWA Wing Team</p>
|
|
19
|
+
</footer>
|
|
20
|
+
</body>
|
|
21
|
+
</html>
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="ja">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<title>World Wide Adventure Wing</title>
|
|
6
|
+
<link rel="stylesheet" href="style.css">
|
|
7
|
+
<!-- wwa requirements-->
|
|
8
|
+
<link rel="stylesheet" href="wwa.css">
|
|
9
|
+
<script src="wwa.js"></script>
|
|
10
|
+
<!-- wwa requirements-->
|
|
11
|
+
</head>
|
|
12
|
+
<body>
|
|
13
|
+
<div id="wrapper">
|
|
14
|
+
<div class="wwa-size-box" id="wwa-wrapper" data-wwa-mapdata="caves02.dat" data-wwa-urlgate-enable="true" data-wwa-title-img="cover.gif" data-wwa-autosave="200" data-wwa-virtualpad-enable="false"></div>
|
|
15
|
+
</div>
|
|
16
|
+
<footer id="copyright">
|
|
17
|
+
<p>Internet RPG "<a class="wwa-copyright" href="https://wwajp.com/">World Wide Adventure</a>" 1996-2025 © NAO</p>
|
|
18
|
+
<p> "<a class="wwa-copyright" href="https://wwawing.com/">WWA Wing</a>" 2013-2025 © WWA Wing Team</p>
|
|
19
|
+
</footer>
|
|
20
|
+
</body>
|
|
21
|
+
</html>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="ja">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<title>World Wide Adventure Wing</title>
|
|
6
|
+
<link rel="stylesheet" href="style.css">
|
|
7
|
+
<!-- wwa requirements-->
|
|
8
|
+
<link rel="stylesheet" href="wwa.css">
|
|
9
|
+
<script src="wwa.js"></script>
|
|
10
|
+
<!-- wwa requirements-->
|
|
11
|
+
</head>
|
|
12
|
+
<body>
|
|
13
|
+
<div id="wrapper">
|
|
14
|
+
<div class="wwa-size-box" id="wwa-wrapper" data-wwa-mapdata="island02.dat" data-wwa-urlgate-enable="true" data-wwa-title-img="cover.gif" data-wwa-autosave="200" data-wwa-virtualpad-enable="false"></div>
|
|
15
|
+
</div>
|
|
16
|
+
<footer id="copyright">
|
|
17
|
+
<p>Internet RPG "<a class="wwa-copyright" href="https://wwajp.com/">World Wide Adventure</a>" 1996-2025 © NAO</p>
|
|
18
|
+
<p> "<a class="wwa-copyright" href="https://wwawing.com/">WWA Wing</a>" 2013-2025 © WWA Wing Team</p>
|
|
19
|
+
</footer>
|
|
20
|
+
</body>
|
|
21
|
+
</html>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|