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!

[Development] Open Source Ran Online Episode 7

Joined
Mar 12, 2011
Messages
962
Reaction score
589
Hello RaGEZONE members. How do you do?

I've been working on RAN Online EP7 Source for a while. And following my post here, finally i can convert all project to newer visual studio.

So without further ado, here is the link to the



What i've done:
- Upgrade all project to Visual Studio 2019.
- Add almost all tools for editing.

Disclaimer:

- Use Visual Studio 2019 Community Edition.
- If you want to contribute please read the Readme files.
- I will not help or teach you how to code, so if you can't code c++, please learn by your self first.
- Don't rush me.

This source can compile fine but, for now, you can only play it with emulator because this source still not complete, mostly on Net Client and Server projects.

If you have any question fell free to join this
 
Last edited:
Joined
Mar 12, 2011
Messages
962
Reaction score
589
Im Glad you pushed it bro

good luck with this dev

Hope you will not stop helping ran community

Thanks for your support
I hope so..because i don't have much free time like the old days..

BTW i create discord for this source development progress and discussion besides this thread..
Thanks
 
Newbie Spellweaver
Joined
Feb 9, 2020
Messages
12
Reaction score
1
i want to participate with these. tell me how
* Add Official ABL
* Add Official Editor ABL
* Add Official VCF
* Add Official Editor VCF
 
Newbie Spellweaver
Joined
Aug 2, 2019
Messages
56
Reaction score
0
Hello! Friend! I'm downloading the source code. Can you share the compatible database?
 
Skilled Illusionist
Joined
Dec 9, 2013
Messages
347
Reaction score
46
Hello RaGEZONE members. How do you do?

I've been working on RAN Online EP7 Source for a while. And following my post here, finally i can convert all project to newer visual studio.

So without further ado, here is the link to the



What i've done:
- Upgrade all project to Visual Studio 2019.
- Add almost all tools for editing.

Disclaimer:

- Use Visual Studio 2019 Community Edition.
- If you want to contribute please read the Readme files.
- I will not help or teach you how to code, so if you can't code c++, please learn by your self first.
- Don't rush me.

This source can compile fine but, for now, you can only play it with emulator because this source still not complete, mostly on Net Client and Server projects.

If you have any question fell free to join this
Thank you sir its good to see you again btw discord link is invalid TIA
 
Joined
May 2, 2012
Messages
475
Reaction score
244
Hello RaGEZONE members. How do you do?

I've been working on RAN Online EP7 Source for a while. And following my post here, finally i can convert all project to newer visual studio.

So without further ado, here is the link to the



What i've done:
- Upgrade all project to Visual Studio 2019.
- Add almost all tools for editing.

Disclaimer:

- Use Visual Studio 2019 Community Edition.
- If you want to contribute please read the Readme files.
- I will not help or teach you how to code, so if you can't code c++, please learn by your self first.
- Don't rush me.

This source can compile fine but, for now, you can only play it with emulator because this source still not complete, mostly on Net Client and Server projects.

If you have any question fell free to join this

maybe i can help ^_^.. i cannot join to your linked invitation can you update it.
 
Skilled Illusionist
Joined
Mar 17, 2018
Messages
323
Reaction score
30
Thanks for initiative, will share my shader and materials progress to the git group once it is ready to use.
 
Joined
Dec 7, 2011
Messages
499
Reaction score
176
I'm currently checking some bugs on the source, there's a bug when you go 1080p 16bit you'll encounter bugtrap. *Correction everytime you change something on the options menu you'll encounter bugtrap, don't know if this is occuring on live server but the emulator is having an error like that.

*Bugtrap in Agent Server
Errors in
CRanFilter::GetInstance().SetCodePage( CD3DFontPar::nCodePage[dwLangSet] );
if( !CRanFilter::GetInstance().Init(GLOGIC::bGLOGIC_ZIPFILE,
GLOGIC::bGLOGIC_PACKFILE,
GLOGIC::strGLOGIC_ZIPFILE.c_str(),
GLOGIC::GetPath() ) )
{
GASSERT( 0 && "[ERROR] : Ran Filter Initialize." );
return E_FAIL;
}

I'll use this for bug tracking and try to fix it until the I'll be able to fork the git.
 
Last edited:
Joined
Mar 12, 2011
Messages
962
Reaction score
589
Wow..i didn't think this project will got nice responds..

Thank you all for your support..

BTW i got join request at gitlab..please pm me if that is you..

For discord link..i will add it to readme latter..

 
Back
Top