Page 1 of 3

[Release] iRose arcturus *cleaned up build*

PostPosted: Tue Jun 05, 2018 10:07 pm
by lazypenguin
It occurred to me that not everyone hangs out on the gitter so I thought I would post it here as well. I recently made the effort to clean up the arcturus irose sources to make them easier to build. I am not currently working on these sources and have no plans to continue work on them but it did take some effort to clean up so maybe someone else can benefit.

Special thanks to Neanne for grinding through the ODBC issues with me and thanks to Elyntra for giving me the reason at the time to do this.

Thanks to Raven123 for the first pull request :lol: and whoever collected these thirdparty deps in the past.

iROSE source code
This is the original source code used to run the international rose server. It's been around and what not so who knows what has been added to it over the years. I only fixed up the build system and some things in the client.

https://github.com/rminderhoud/irose

[*] Client source
[*] Server sources
[*] Database files
[*] Game assets
[*] 3rd party dependenices

Re: [Release] iRose arcturus *cleaned up build*

PostPosted: Wed Jun 06, 2018 12:01 am
by XxXshidoXxX
A safe base for anyone who wants to work on Artcurus.
Great work, have a sticky.

Re: [Release] iRose arcturus *cleaned up build*

PostPosted: Thu Jun 07, 2018 10:09 am
by FreelanceMaTT
Though if you use these sources you'll have at least 3 dupe exploits on your server and a million ways to crash the server.

Re: [Release] iRose arcturus *cleaned up build*

PostPosted: Thu Sep 06, 2018 11:05 pm
by lazypenguin
Though if you use these sources you'll have at least 3 dupe exploits on your server and a million ways to crash the server.


Only a million? :)

6/9/2018: Played around with this source again. Made some small improvements and began a new "cleanup" branch. This code is so dirty that it'll probably take 10 years to get it a usable state but it's fun to go through and chop out things. Still don't have any plans for the code, I just get spurts of energy to tinker with it from time to time. Main changes in master:

[*] Remove nvtristrip dependency
[*] Upgrade to vs2017 (v141 build tools)
[*] [Cleanup branch] Something like 11,000 loc removed and counting...


https://github.com/rminderhoud/irose

Re: [Release] iRose arcturus *cleaned up build*

PostPosted: Wed Jan 09, 2019 8:36 pm
by deivares
Which version of SQL Server is required to build the databases ??

Re: [Release] iRose arcturus *cleaned up build*

PostPosted: Thu Jan 10, 2019 12:04 pm
by Vetyst
I believe 2008 should work but you should know that this was written for software used in 2006-2009ish
So it could be that 2003 will work more optimal.

Re: [Release] iRose arcturus *cleaned up build*

PostPosted: Fri Jan 11, 2019 4:05 pm
by deivares
I've never heard about SQL Server 2003 lolz .. Just 2000, 2005, 2008 and 2008 R2 until 2017 .. But never about 2003 lolz .. Are you sure about SQL Server 2003 ??

Re: [Release] iRose arcturus *cleaned up build*

PostPosted: Fri Jan 11, 2019 5:30 pm
by deivares
Anyway, I'm using SQL Server 2005 and it's working fine. Thanks for the answer !!

Re: [Release] iRose arcturus *cleaned up build*

PostPosted: Fri Jan 18, 2019 4:27 pm
by deivares
Using this source is possible to edit/create the UI/GUI ?? Add 2nd skill bar or change the skill bar's hotkey to F1 - F12 ?? I'd like to know it before starting work deeply and strongly with this source.

Re: [Release] iRose arcturus *cleaned up build*

PostPosted: Sat Jan 19, 2019 4:51 pm
by PurpleYouko
Using this source it is possible to do anything the original creators did.
This is a full source
You will obviously need editors for all the files such as TSI, XML and whatever to make and implement new GUI elements but everything is possible