You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ If these are used, they may not work properly. Change it if necessary.
50
50
51
51
**If you don't have the game assets, you can only see the title screen. The asset is not included in the repository, so you probably need to get it from another location.**
52
52
53
-
If you have game assets, place them in `/patch`
53
+
If you have game assets, place them in `/client` and `/patch`
54
54
The file structure is as follows:
55
55
56
56
```
@@ -67,6 +67,17 @@ The file structure is as follows:
67
67
├📄 2dmodel_3p_alexandra_n_dam
68
68
├📄 2dmodel_3p_alexandra_ns1
69
69
└ ...(1330 files in total)
70
+
📁 client
71
+
└📁 public
72
+
└📁 data
73
+
├📄 DMM_N.data.unityweb
74
+
├📄 DMM_N.json
75
+
├📄 DMM_N.wasm.code.unityweb
76
+
├📄 DMM_N.wasm.framework.unityweb
77
+
├📄 DMM_R.data.unityweb
78
+
├📄 DMM_R.json
79
+
├📄 DMM_R.wasm.code.unityweb
80
+
└📄 DMM_R.wasm.framework.unityweb
70
81
```
71
82
72
83
Once you have your assets ready, you can start them.
0 commit comments