1.0.31 • Published 8 years ago

arkdata v1.0.31

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
8 years ago

NodeJS ARK Server Data Reader

This is a port of AuthiQ's ARK Server Data Reader into NodeJS. There might still be a few quirks, but I'm sure it will work fine.

If you wish to see how it's used, please see my NodeJS Web service https://github.com/knightzac19/NodeJS-ArkService.

You can help me test the library by running the following with npm

npm install git+https://github.com/knightzac19/NodeJS-ArkData.git

How-To

Go to your node_modules/arkdata folder and copy the settings.json-example to your project root ./settings.json and make sure the ark path is correct. Then you should be able to just have the following require.

var arkdata = require('arkdata');
var player = arkdata.player;
var tribe = arkdata.tribe;

This project is filled with promises and thus you just have to do this now,

player.setupPlayers()
	.then( () => tribe.setupTribes())
	.then( ()=> {
		 //Put all your code in here.
		});

Issues

Please report any issues you have with it in the repo and hopefully we'll be able to fix them!

1.0.31

8 years ago

1.0.30

8 years ago

1.0.29

9 years ago

1.0.28

9 years ago

1.0.27

9 years ago

1.0.26

9 years ago

1.0.25

9 years ago

1.0.23

9 years ago

1.0.22

9 years ago

1.0.21

9 years ago

1.0.20

9 years ago

1.0.19

9 years ago

1.0.18

9 years ago

1.0.17

9 years ago

1.0.16

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago