sean-niemann / RSC-Single-Player

RSC Single Player is a one player RSC reproduction and sandbox. The client handles itself entirely and does not rely on a local server.
GNU General Public License v3.0
23 stars 13 forks source link

Commands #1

Open rclayton689 opened 4 years ago

rclayton689 commented 4 years ago

Im not a coder or anything. Just a 30 year old who enjoys the game. I'm trying to find a list of commands. I found some like ::items and a few others. Also wondering If i can change the modifier on the game. I play games maybe 5 hours a week and don't want to take 25 years to max. lol

v317 commented 4 years ago

You can change the modifier by downloading the source and changing public static int EXPERIENCE_MULTIPLIER = 8; from 8 to what ever you want and compiling it. This file is located in RSC-Single-Player/tree/master/src/org/nemotech/rsc

Commands are found from RSC-Single-Player/src/org/nemotech/rsc/plugins/commands/

rclayton689 commented 4 years ago

how do I download the source? sorry, this is all new to me

v317 commented 4 years ago

Use Git or SVN with this URL https://github.com/sean-niemann/RSC-Single-Player.git

Or download zip.

You will also need JDK and IDE to work on with the source. I myself use Adopt OpenJDK 14 & IntelliJ IDEA. Setting that up is another thing though. :)