Skip to content

koneko/gdps-autosetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gdps-autosetup

cool little tool i made for automating replacing url endpoints in GD
makes it super simple and works out of the box with gd-anime-ps

setup

setup is very simple

  1. clone the repo
  2. open endpoints.txt and change your endpoints in this format (you can but dont have to put new lines)
// format goes like this
<robtop's url>,<your url>,<true/false (base64 encoded yes or no)>;
// explanation: you must end all the cases with ; and seperate with , (no space in between), your url must be the same length as robtops
  1. open extra.txt and change the extra configuration like so
// format goes like this
<game location>:|:<base url>
// explanation: no new lines, seperated by :|: and base url refers to the database url without anything extra (already filled out in example)
  1. have NodeJS installed on your system
  2. node index.js and wait for it to finish
  3. profit

Releases

No releases published