[Development] Open Source Ran Online Episode 7

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..
 
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:
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!
 
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:
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..

 
Finally, I hope with this project , Ran Online community will be active back like they used to.

Btw guys, good to see you're back! :laugh:
 
Can someone send me a Link of EP7 SQL Data Base because some of those links are not working anymore

 
@ geger009

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