Giter Club home page Giter Club logo

alttp_vt_randomizer's Introduction

This is a fork of the zelda randomizer for the purpose of dumping data to a postgres
database for statistical analysis. It's more convenient to do this directly inside the randomizer
code.

How to set it up:

step 1: install and run postgresql somewhere. i do it in a linux vm.

step 2: create a user and database in postgres. (i suggest naming them both rando)

step 3: run the sql in stats_db_schema.sql to get the db schema and item/location IDs

step 4: Uncomment the following line in php.ini, located inside your php install folder:

;extension=pdo_pgsql

(remove the leading semicolon)

step 5: rename the file in this repository named .env.example to just .env

then edit it to point to your postgres

mine looks like this:

DB_CONNECTION=pgsql
DB_HOST=192.168.xxx.xxx
DB_PORT=5432
DB_DATABASE=rando
DB_USERNAME=rando
DB_PASSWORD=rando

step 6: generate a bunch of seeds with the --write-db-seed-data option enabled.

it will populate your db with delicious juicy data.

alttp_vt_randomizer's People

Contributors

sporchia avatar tcprescott avatar walkingeyerobot avatar puzzlesecretary avatar compiling avatar doctorblue avatar dependabot[bot] avatar cassidoxa avatar michaelk-underscoreunderscore avatar jon8rfc avatar kevincathcart avatar miketrethewey avatar baliame avatar sosuke3 avatar hyphen-ated avatar spannerisms avatar fouton avatar simn avatar aerinon avatar fryjay avatar krelbel avatar bonimy avatar qwertymodo avatar christosowen avatar chrisforrence avatar algmyr avatar caitsith2 avatar krisdavie avatar roxas232 avatar robhanlon22 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.