Giter Club home page Giter Club logo

Comments (3)

Kjuly avatar Kjuly commented on August 16, 2024

只要补全 Config 中空缺部分就行: https://github.com/Kjuly/iPokeMon/blob/dev/Pokemon/Config.m
本地默认使用: http://localhost:8080 地址访问服务器。

还有,服务器端数据默认情况下是空白的,你需要设置一些数据。你可以通过执行 iPokeMon-Server/scripts/update_script.py 来更新数据。

# RUN QUEUE
def run_queue():
    # Region
    #re = Region()
    #re.get_new_set('CN') # get new region set from DB
    #re.add_regions()     # add modified (|code|) region data to DB, it'll overwrite original key-value pair
    #re.clean_set('CN')   # clean new region set in DB

    # Wild Pokemon
    wpm = WPM()
    #wpm.output()
    wpm.update()
    #wpm.remove()

from ipokemon.

garfieldchu avatar garfieldchu commented on August 16, 2024

已经顺利运行成功:

步骤:

  1. 用git下载项目。
  2. 把Libs目录中不存在的项目手动下载,下载KYCircleMenu时要选iPokeMon分支
    $ cd PokeMon/Libs/KYCircleMenu
    $ git checkout iPokeMon
  3. 编译时候把AFURLConnectionOperation.m改成不使用ARC编译,就可以成功编译
    4.下载服务端,安装redis,python
    5.先启动redis,然后运行初始化服务端数据脚本
    ipokemon-server-dev/scripts/update_script.py
    6.修改服务端的配置文件,config.py
    7.启动ipokemon-server-dev和iPokeMon-Resource-Server
    8.修改client配置文件,修改方法如作者上面的回复
    9.运行客户端
    10.在应用中如果需要显示精灵图片,就需要在设置中加载资源文件,如果不需要则可免

在此再次谢谢Kjuly一直不断的帮忙

from ipokemon.

Kjuly avatar Kjuly commented on August 16, 2024

@garfieldchu +1 主要还是你自己努力 :)

from ipokemon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.