Giter VIP home page Giter VIP logo

growserver's Introduction

GrowServer

A Growtopia private server using Node.js

Requirements

  • Node.js v16+

Setup

To setup the server, first install necessary packages & settings by

$ npm install

And congrats setup are done, simple as that! Now you just need to run the server by

$ npm run dev

Enviroment file

Example for default .env file (Generated automatically)

ENCRYPT_SECRET=SUPERSECRET # Default encrypt secret
WEB_ADDRESS=127.0.0.1
WEB_ENV=development

Database

Database that we currently use is SQLite3, since its easier & light. And for the SQL query builder we use Knex.js

Starting server

To run the development server by

$ npm run dev

Growtopia assets cache

Where the heck is assets/cache.zip come from? Its basically a growtopia assets file cache that required by items.dat to load the game.

Example

Location:

  • Windows: %LOCALAPPDATA%/Growtopia

Then zip the cache folder into zip & put it to assets/cache.zip.

Issue

If you encountered Updating items... then disconnected from the server randomly. Update the cache by login to Growtopia's original server & do this step again.

Contributing

Any contributions are welcome.

There's few rules of contributing:

  • Code must match the existing code style. Please make sure to run npm run lint before submiting a PR.
  • The commit must take review first before merging into main branch.

Links

Credits

Give a thumbs to these cool people:

growserver's People

Contributors

jadlionhd avatar ritshu avatar irestartz avatar justpandaever 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.