-
Notifications
You must be signed in to change notification settings - Fork 7
Setting up PLGarage
To set up PLGarage you will need:
- a build of PLGarage
- MySql(or MariaDB) database
When you will all of the necessary components you can proceed with the setup process.
- Open terminal and navigate to the folder where PLGarage's executable was placed
- Run PLGarage from terminal to get an example configuration file.
- Open the
ExampleConfig.jsonfile in a text editor or an IDE - Modify
uidvariable insideMysqlConnectionStringso it will have the username of the user that PLGarage will use to connect to your MySql(MariaDB) server for exampleuid=example - Modify
pwdvariable insideMysqlConnectionStringso it will have the password of the user that PLGarage will use to connect to your MySql(MariaDB) server for examplepwd=example - (optional) if your MySql(MariaDB) server is hosted somewhere else, you will also need to modify
servervariable insideMysqlConnectionStringso it will have the ip address or a domain of your MySql(MariaDB) server for exampleserver=example.com - Save and close the editor
- Rename
ExampleConfig.jsontoconfig.json
Congradulations now you're ready to run PLGarage if you want to modify some additional variable inside config.json head over to "Configuration" page to check what the variables inside the config file mean.
If you want to play ModNation Racers(PS3) or LittleBigPlanet Karting then you will also have to set up Bombd server and connect it to your PLGarage instance, but if you want to play ModNation Racers PSP then you will need to set up and connect FLS server, if you won't set up and connect any of these types of servers the only game that will be playable on your instance is going to be ModNation Racers: Road Trip(unless you set BlockMNR to true in your config...)