Skip to content
This repository was archived by the owner on Dec 25, 2020. It is now read-only.

CalebWhiting/rsps-scale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

RSPSScale

A cross-server scalable client

Usage

java -jar <jar> [option=value]...

Options

path: [required] The path to the servers client.jar (External-URL or Local-File)
Example "path=http://<server>.com/client.jar"

client: [required] The main class of the client
Example "client=com.server.Client"

scale: [optional] The scale of the client as a floating point number
Example "scale=1.5"
Default 2.0

width: [optional] The non-scaled width of the client
Example "width=765"
Default 765

height: [optional] The non-scaled height of the client
Example "width=503"
Default 503

properties: [optional] The applet-stub parameters (External-URL or Local-File)
Example "properties=http://<server>.com/server-config.properties"

Properties File

The properties file is a simple text document with key=value pairs (one pair per line), these properties are server specific.

Example:
codebase=http://<server>.com/
lang=0
worldid=1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published