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
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

I'll use this for bug tracking and try to fix it until the I'll be able to fork the git.

Did you build with country PARAM Preprocessor?like KR_PARAM or else?
If not..i think that is the problem..because i still didn't set country PARAM..

BTW there is another one who ask to join the project..you can PM me so i can grant you access..if i think you are qualified..
 
Joined
Dec 7, 2011
Messages
499
Reaction score
176
Did you build with country PARAM Preprocessor?like KR_PARAM or else?
If not..i think that is the problem..because i still didn't set country PARAM..

BTW there is another one who ask to join the project..you can PM me so i can grant you access..if i think you are qualified..

Yeah builded it with global release, that's why I got the error. Now I'm after character selection the game loads but automatically close. :3 Unable to debug since it seems not a bugtrap issue.

BTW Sent a merge request
 
Last edited:
Skilled Illusionist
Joined
Dec 16, 2012
Messages
341
Reaction score
126
Whoa! It's been a while, didn't know this thread was still going on. Somehow I will try to keep up with this open source development and share some ideas whenever I got a free time.

Good job guys!
 
Joined
Sep 16, 2007
Messages
1,206
Reaction score
541
Welcome back bro @geger009!
* Requested for access to the group
Looking forward for developers to support this project

For those who wanted to onboard and support this project,
Please learn how to use git

Here's how you can initially join the development:

A.install the IDE (Visual Studio 2019)
B. Learn Git
1. Register to gitlab.com
2. Install git
3. clone the repository of the source code
Code:
git clone https://gitlab.com/ragezone/ran-online/game-sources.git
4. add and program your modifications
5. branch out and commit your changes
Code:
git checkout -b seiferxiii-032920
git add .
git commit -m "My fully detailed logs here"
git push origin seiferxiii-032920

let's make this project fruitful!
 
Last edited:
Joined
Mar 12, 2011
Messages
962
Reaction score
589
I'm happy too..i can back developing ran again..
Quiirex oke..i will take a look at your code first before i merge it..

For all developer:
Please create branch for only 1 feature or 1 bug fix..so we can easily tracking the changes..

And sorry for slow respond..i'm currently working on bot for discord..

Thank you..

 
Joined
Mar 12, 2011
Messages
962
Reaction score
589
Thank you for all your support..currently we still working to build our first stable code..

The current master branch can't be played..hope we can solve it fast..

 
Initiate Mage
Joined
Apr 9, 2020
Messages
5
Reaction score
0
Can someone send me a Link of EP7 SQL Data Base because some of those links are not working anymore

 
Initiate Mage
Joined
Apr 7, 2020
Messages
8
Reaction score
0
@ geger009

looks like the source code has issue entering the game, it closes abnormally without any error.
 
Back
Top