Giter Site home page Giter Site logo

axi92 / dumpit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kozenomenon/dumpit

0.0 1.0 0.0 952 KB

Ark Mod that will dump all craft items as json to a url you provide. Also includes a simple nodejs web service that can dump the post to file.

License: Creative Commons Zero v1.0 Universal

JavaScript 100.00%

dumpit's Introduction

Dump It!

Dump It!

Ark Mod that will dump all craft items as json to a url you provide.

Also includes a simple nodejs web service that can dump the post to file.

Web Svc

Located under /WebSvc.

It is a barebones nodejs web service that will run on http://localhost:5555.

You will need to have NodeJS installed of course!

Run the web svc like any node: adjust path to fit where you have it

C:\> cd Path\To\Repo\DumpIt\WebSvc
C:\Path\To\Repo\DumpIt\WebSvc> node .\dumper.js

Then run the mod in an Ark process on same machine and it will post the dump to the svc.

The web svc will write the dump.json into the WebSvc folder.

Ark Mod

Steam Workshop Link

Located under /ArkMod.

Copy the /ArkMod/DumpIt folder to your /Mods folder in Ark DevKit.

You should open /DumpIt/_1Macros/DumpIt_JsonStructArrayMacros first & save it.

Then you can open /DumpIt/DumpItActor BP. So your kit does not freak over the macro node...

Actor is assigned to PGD singletons array. Once running in game or PIE you can dump data using command below.

Console Command

admincheat scriptcommand dumpit

INI Settings

[DumpIt]
DumpOnStart=False
Minify=False
DumpUrl="http://localhost:5555"
DumpItTimeout=10.0

Example Usage

Using VS Code + DevKit

Using Cmd.exe + DevKit

dumpit's People

Contributors

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