Giter Site home page Giter Site logo

ochelper's Introduction

OC Helper

As I am shifting to 1.20+ version playing, I'll try to rewrite it to fit multiple versions, this one will be archived.

Springboot based app to collect & manage in-game oc components.

Usage

For this project the programme is designed to work with OCLua scripts executed in-game. It sends the scripts to OCLua main script periodically, and receives report from in-game OC.

The application requires JDK 17+ to work, to execute it, run java -jar OCHelper-{version}.jar in console or daemon or anything you like.

Config

Before starting the program, you need to copy the application.yml from OCHelper-{version}.jar\BOOT-INF\classes\ and edit some config lines.

server.port: --- You and OCLua access to the application through this.

spring.datasource.url: jdbc:sqlite:{filepath} --- The database path for storing past infomation.

path.icon-panel-path: --- For item_panel you dumped by NEI, used for icon display, by default you need to put all the icons in {workingfloder}\public\res\item_table\

csv-path: --- For csv you dumped by NEI, used for localization.

json-path --- Deprecated.

lua-scripts-path --- The base lua scripts path, all scripts in it will be assembled one by one with the return fun() generated by the application, it shouldn't contain any lines of return * outside the funtions.

ochelper's People

Contributors

rhyvis avatar

Watchers

 avatar

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.