Pocket Warriors Client Editing Tools - 9miao/Pocket-Warriors GitHub Wiki
Editing tools include scene editor and monster editor.
-
Scene editor contains mission bonus setting, instance type, monster appearance way in instance, and on screen number etc. here we need to obtain current monster list from database to check monster type.
-
Monster editor contains two parts, one is monster dynamic attributes, and the other is monster static attributes.
Monster dynamic attributes can be added by player themselves, which is to add a new type monster. But monster static attributes only have one package. Player can alter monster difficulty level by fine adjust its static attributes.
Setting up:
1. Server
Editing tools server web
"web":{"webport":11008,"name":"web","db":true,"mem":true,"app":"app.webServer","log":"app/log/web.log"},
This is the interface server that opens to http access which 11008 is the port number that web service opens to outside
2. Client
This client can only run in mac on account of it was written in oc. The default client http address is local 127.0.0.1.