Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add client side file stracture
  • Loading branch information
eai04191 authored Jun 16, 2022
1 parent 78a4bae commit c1791fc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If these are used, they may not work properly. Change it if necessary.

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

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

```
Expand All @@ -67,6 +67,17 @@ The file structure is as follows:
  ├📄 2dmodel_3p_alexandra_n_dam
  ├📄 2dmodel_3p_alexandra_ns1
  └ ...(1330 files in total)
📁 client
└📁 public
 └📁 data
  ├📄 DMM_N.data.unityweb
  ├📄 DMM_N.json
  ├📄 DMM_N.wasm.code.unityweb
  ├📄 DMM_N.wasm.framework.unityweb
  ├📄 DMM_R.data.unityweb
  ├📄 DMM_R.json
  ├📄 DMM_R.wasm.code.unityweb
  └📄 DMM_R.wasm.framework.unityweb
```

Once you have your assets ready, you can start them.
Expand Down

0 comments on commit c1791fc

Please sign in to comment.