Coder Social home page Coder Social logo

vaulttool_drop_in's Introduction

Vaulttool Drop-In Version

A SkotOS game, like most DGD-based apps, has a lot of in-memory data objects. Shentino wrote a useful tool to dump SkotOS's particular flavour of them.

See Exploring SkotOS for full documentation on the Vault Tool.

Installing the Vault Tool

SkotOS games have a DGD root directory, often called "skoot". The vault tool should be copied into usr/System/sys/vault.c. And you'll need a directory for the objects. Something like this:

cp vault.c skoot/usr/System/sys/
mkdir -p skoot/data/vault

Then you'll need to log in via the wiztool port and compile it:

cd /usr/System/sys/
compile vault.c

After that it should be possible to dump objects from memory into skoot/data/vault normally:

code "/usr/System/sys/vault"->save_subdir("")

This should write out a lot of XML files to skoot/data/vault and possibly show various errors on your network connection and/or the DGD console.

It can take awhile for the whole object dump to finish. You can check if it's still adding files in many ways. Here's my favourite to use from the Unix command prompt:

find skoot/data/vault -print | wc -l

If the number keeps going up, it's still writing files.

vaulttool_drop_in's People

Contributors

noahgibbs avatar

Watchers

 avatar James Cloos 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.