Skip to content

Commit c1791fc

Browse files
authored
Update README.md
add client side file stracture
1 parent 78a4bae commit c1791fc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If these are used, they may not work properly. Change it if necessary.
5050

5151
**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.**
5252

53-
If you have game assets, place them in `/patch`
53+
If you have game assets, place them in `/client` and `/patch`
5454
The file structure is as follows:
5555

5656
```
@@ -67,6 +67,17 @@ The file structure is as follows:
6767
  ├📄 2dmodel_3p_alexandra_n_dam
6868
  ├📄 2dmodel_3p_alexandra_ns1
6969
  └ ...(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
7081
```
7182

7283
Once you have your assets ready, you can start them.

0 commit comments

Comments
 (0)