This website works better with JavaScript.
Explore
Help
Register
Sign In
gary.tierney
/
openrs2
forked from
openrs2/openrs2
Watch
1
Star
0
Fork
You've already forked openrs2
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Open-source multiplayer game server compatible with the RuneScape client
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1034
Commits
2
Branches
0
Tags
8.3 MiB
Tag:
Branch:
Tree:
5144604f2d
feat/deob-ir
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5144604f2d'
${ noResults }
openrs2
/
etc
/
.gitignore
4 lines
35 B
Raw
Normal View
History
Unescape
Escape
Add config file parser Signed-off-by: Graham <gpe@openrs2.dev>
5 years ago
/config.yaml
Rename private.key to game.key This name is slightly more descriptive and consistent with loader.p12, which also contains a private key. I've also removed the public.key file. It isn't read by OpenRS2 and the two files could get out of sync with each other, which would be confusing. It's easy to extract the public key with OpenSSL if necessary: openssl pkey -in game.key -pubout -out public.key Signed-off-by: Graham <gpe@openrs2.dev>
5 years ago
/game.key
Sign loaders
5 years ago
/loader.p12