Jump to content
Existing user? Sign In

Sign In



Sign Up
Search In
  • More options...
Find results that contain...
Find results in...

[WIP|317] RSC++ | A RuneScape Server Emulator


MatiasMunk
 Share

Recommended Posts

  • Replies 66
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
On 5/18/2020 at 7:51 PM, MatiasMunk said:

Logo to come here
RSC++ is a server project I'm working on that is written in C++ built to work with the 317 protocol, maybe loading higher cache data, perhaps up to 525 for d claws, ags and other items I liked a lot.
I plan to keep working on this server emulator, and not drop the project. I will use this for a future server of mine.

As of now, there is not much as I am still managing to get a client to communicate with the server, but updates and pictures will follow in the next coming weeks.

Project started: May 19th 2020

Lines of code: 3307

Lines of configs: 2500 (~85% comments)

Legend: (Completed - Work in progress - Not started)

General:
Client/Server communication
Walking/Running - Chatting - NPC's
Shops - Trading - Quests - Clan system
Kick System
- Ban System - Report system

Skills:

This is the hidden content, please
 Melee Combat -
This is the hidden content, please
 Ranged Combat -
This is the hidden content, please
 Magic Combat / Teleports & Utilities -
This is the hidden content, please
 Prayer
This is the hidden content, please
Runecrafting -
This is the hidden content, please
Crafting -
This is the hidden content, please
Mining -
This is the hidden content, please
Smithing
This is the hidden content, please
Fishing -
This is the hidden content, please
Firemaking -
This is the hidden content, please
Woodcutting
This is the hidden content, please
Agility -
This is the hidden content, please
Herblore -
This is the hidden content, please
Thieving
This is the hidden content, please
Fletching -
This is the hidden content, please
Slayer -
This is the hidden content, please
Farming
This is the hidden content, please
Construction -
This is the hidden content, please
Hunter

Media:
First run.

This is the hidden content, please

Server files structure, so far.

  Reveal hidden contents


RSC++
│   admin.ini
│   config.ini
│   error.log
│   install.sql
│   libmariadb.dll
│   RSC++.exe
│   RSC++.ilk
│   RSC++.pdb

├───config
│   │   console.ini
│   │   database.ini
│   │   extra.ini
│   │   files.ini
│   │   guilds.ini
│   │   limits.ini
│   │   misc.ini
│   │   npc.ini
│   │   pk.ini
│   │   rates.ini
│   │   server.ini
│   │
│   └───database
│                 mysql.ini

├───data
│       drops.ini
│       formulas.ini
│       home.ini
│       shops.ini
│       skills.ini
│       speech.ini

└───lang
        en.ini

Source files structure, so far.

  Reveal hidden contents


RSC++ Source
│   admin.ini
│   admin.local.ini
│   config.cpp
│   config.h
│   console.cpp
│   console.h
│   database.cpp
│   database.h
│   database_impl.h
│   gameserver.cpp
│   gameserver.h
│   hash.h
│   i18n.cpp
│   i18n.h
│   main.cpp
│   server_config.cpp
│   server_config.h
│   sha256.cpp
│   sha256.h
│   socket_exception.h
│   socket_impl.h
│   timer.cpp
│   timer.h
│   util.cpp
│   util.h
│   version.h
│   world.cpp
│   world.h

├───fwd
│       config.h
│       console.h
│       gameserver.h
│       timer.h
│       world.h

└───util
        variant.cpp
        variant.h

Developers:
MatiasMunk

Credits:

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

 - for the legend that I can use here :)

 

If anyone knows how to make spoilers for the media, please let me know.

j

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


Contact

ltlimes

RSPS Partners

RedemptionRSPS

What is a RSPS?

A RSPS, also known as RuneScape private server, is an online game based on RuneScape, and controlled by independent individuals.

Popular RSPS Servers

oldschoolrsps Runewild RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex, rune-server and runelocus in any way & exists solely for educational purposes.

×
×
  • Create New...