Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[SHARE] FULL GS SOURCE - No More Selling

Joined
Aug 15, 2011
Messages
582
Reaction score
69
Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums

u missing lib
what lib folder bro?
 
Skilled Illusionist
Joined
Dec 16, 2012
Messages
341
Reaction score
126
Probably most of you would hate it, mostly those who sell it and bought it.
There's a lot of reason for me to release this now, first I wasn't the one who gave a copy of this source to Bubu (Shutelo), I gave the void main clients for themselves not for myself. I did sold the source twice after the issue that you blame me for giving Bubu (Shutelo) the source. I did earn some but not many as you guys. Don't worry there would be no more Quiirex/YeXiuPH in RAN industry as this is my farewell in this community aswell. ;)

If you want changes in RAN Development and improve it more as if you like the game, build it as one.
Anyways here's the links for everyone to enjoy.

GS Source Link :
RanThirdParty :
Database :

You might want to install VC9 ( Visual Studio 2008 and the SP1 Update ) to be able to compile it.
Here's the link for the update.


Goodluck on your developments and stay salty. :D

Credits :
Mars for selling the source outside Min Communication
Klung Lee for the source
Void Main for getting the source and finding suitable third-party
Eugene Saya for getting the GFX for third-party

Update fix for ToolkitPro1502vc90DS.lib


So the tools wont require the ToolkitPro1930vc90.DLL
 
Junior Spellweaver
Joined
Aug 31, 2017
Messages
105
Reaction score
2
why im getting this error i already follow the directories include and lib
Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Banned
Banned
Joined
Nov 6, 2020
Messages
113
Reaction score
21
This is a way that uses a regular expression to put all compiled exe into the Release folder.
If you think it's useful, just give me a Like so that I will keep going sharing.
find:
Code:
(_bin/)(?!.*ConfigurationName.*)(.*exe)
replace to:
Code:
$1$(ConfigurationName)/$2

Just like that.
Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 
Junior Spellweaver
Joined
Apr 30, 2015
Messages
152
Reaction score
2
This is a way that uses a regular expression to put all compiled exe into the Release folder.If you think it's useful, just give me a Like so that I will keep going sharing.find:
Code:
(_bin/)(?!.*ConfigurationName.*)(.*exe)
replace to:
Code:
$1$(ConfigurationName)/$2
Just like that.
Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
Where I can find that window or search window?
 
Junior Spellweaver
Joined
Oct 15, 2019
Messages
148
Reaction score
0
Anyone can help how to compile? Still getting lots of errors.
 
Junior Spellweaver
Joined
Mar 10, 2011
Messages
179
Reaction score
11
you can compile them and still having error . just wait to finish and it build the tools .

Yeah, some tools are working even with compiling errors but some does not. Like LevelEditor for example that keeps crashing. And most of the tools aren't being completeperhaps due to the incorrect or unset directories for Library & Includes.
 
Experienced Elementalist
Joined
May 28, 2020
Messages
237
Reaction score
91
Still getting an error in directories


don't put lib folder from your source folder just put vc lib and ranthirdparty lib
 
Junior Spellweaver
Joined
Mar 10, 2011
Messages
179
Reaction score
11
Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums

It works fine it can load Lev files

I see, i think im using an incompatible client lol. Thanks bro!
Edit: Quick question tho, could you try all the settings on the leveleditor if it would crash. I mean like, switching to the effects settings and the other ones.
 
Last edited:
Back
Top