Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Development
[EMU] Arcturus Morningstar : A Community Arcturus Fork.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Laynester" data-source="post: 448370" data-attributes="member: 83341"><p style="text-align: center"><img src="https://i.imgur.com/T2jxcll.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p><strong>What is Arcturus Morningstar?</strong></p><p>Arcturus Morningstar is the community project for Arcturus Emulator by TheGeneral.</p><p>The community project was made because the Arcturus Emulator has been abandoned by TheGeneral with lack of updates, an intent to monetize the project, and make the project private.</p><p></p><p>TheGeneral's own words were "<strong>dont like it then dont use it</strong>". We did not like what he was doing, with the project, so in accordance with the GPLv3 License, we have made our own version and made the sourcecode publically visible for all.</p><p></p><p><strong>Why should I use Arcturus Morningstar?</strong></p><p>This version of Arcturus is how the project should have been from the start, open source, backed by a team of developers - not just one person, and kept up to date with the latest features and bug fixes.</p><p>Anyone may contribute to the project by downloading the source, and creating pull requests through git.</p><p>We are still keeping the core values of Arcturus the same - it should be an exact Habbo replication, with a powerful Plugin API for customization.</p><p>We have already removed all exploits/potential exploits, and fixed bugs that crash the entire emulator.</p><p>All reported bugs will be replicated and prioritized and fixed according to how the ability should function on Habbo.</p><p>Because we have a team of contributors, there's plenty of people to help you if you experience problems.</p><p></p><p><strong>Why did we start Arcturus Morningstar?</strong></p><p>The main creators of this project run their own hotels, that need important bug fixes and the latest features to keep their hotels running smoothly.</p><p>The Arcturus source code was found on github, leaked by the person "capheus". This gave us an opportunity to easily fix major bugs ourselves without waiting months for Arcturus to update.</p><p>We understand that a lot of people depend on Arcturus to operate their hotel, so instead of just fixing bugs for ourselves we have started a public project, for anyone to use.</p><p></p><p>Changelog so far:</p><p></p><p></p><p>This thread will be updated with fixes as and when they are found, and as we delve deeper into the code we'll keep you updated with things that we are overhauling including wired. </p><p></p><p>Credits to Capheus for decompiling arcturus and updating 1.9.0 to 1.16.0! Couldn't have done this without you! Shame TheGeneral DMCA'd your repo, won't happen with mine though!</p><p></p><p>Visit here to see downloads and the link to the git: <a href="https://git.krews.org/morningstar/Arcturus-Community" target="_blank">https://git.krews.org/morningstar/Arcturus-Community</a></p><p>Make sure to download Arcturus Extended if you want a more custom experience: <a href="https://git.krews.org/morningstar/arcturus-extended/" target="_blank">https://git.krews.org/morningstar/arcturus-extended/</a></p><p></p><p></p><p>Snippet:</p><p>[SPOILER]</p><p>[CODE] if (ridingUnit != null)</p><p> {</p><p> this.setZ(zHeight - 1.0);</p><p> ridingUnit.setRotation(RoomUserRotation.values()[Rotation.Calculate(this.getX(), this.getY(), next.x, next.y)]);</p><p> ridingUnit.setPreviousLocation(this.getCurrentLocation());</p><p> ridingUnit.setGoalLocation(this.getGoal());</p><p> ridingUnit.setStatus(RoomUnitStatus.MOVE, next.x + "," + next.y + "," + (zHeight - 1.0));</p><p> ridingUnit.setZ(zHeight - 1.0);</p><p> room.sendComposer(new RoomUserStatusComposer(ridingUnit).compose());</p><p></p><p> }</p><p> }</p><p> }</p><p></p><p>[/CODE]</p><p>[/SPOILER]</p><p></p><p>Screenshots & Gifs:</p><p>[SPOILER]</p><p>Group Forums:</p><p><img src="https://cdn.discordapp.com/attachments/572859018742071326/574419997166665730/Screen_Shot_2019-05-04_at_10.19.48_PM.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Horses:</p><p><img src="https://gyazo.com/61fee44cfa28e87c403a9b4aeaf03247.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Bots on chairs in the fork:</p><p><img src="https://gyazo.com/aae4c49143ec0f6647d8188eb0c616fb.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Bots on chairs in Arcturus:</p><p><img src="https://gyazo.com/ba466d12d3e794ff81b49c999861553b.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>WiredEffectTeleport returns your original effect after teleporting (Like habbo)</p><p><img src="https://gyazo.com/470f99b93dab8cf74fb6b0545c98aa1d.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>[/SPOILER]</p></blockquote><p></p>
[QUOTE="Laynester, post: 448370, member: 83341"] [CENTER][IMG]https://i.imgur.com/T2jxcll.png[/IMG][/CENTER] [B]What is Arcturus Morningstar?[/B] Arcturus Morningstar is the community project for Arcturus Emulator by TheGeneral. The community project was made because the Arcturus Emulator has been abandoned by TheGeneral with lack of updates, an intent to monetize the project, and make the project private. TheGeneral's own words were "[B]dont like it then dont use it[/B]". We did not like what he was doing, with the project, so in accordance with the GPLv3 License, we have made our own version and made the sourcecode publically visible for all. [B]Why should I use Arcturus Morningstar?[/B] This version of Arcturus is how the project should have been from the start, open source, backed by a team of developers - not just one person, and kept up to date with the latest features and bug fixes. Anyone may contribute to the project by downloading the source, and creating pull requests through git. We are still keeping the core values of Arcturus the same - it should be an exact Habbo replication, with a powerful Plugin API for customization. We have already removed all exploits/potential exploits, and fixed bugs that crash the entire emulator. All reported bugs will be replicated and prioritized and fixed according to how the ability should function on Habbo. Because we have a team of contributors, there's plenty of people to help you if you experience problems. [B]Why did we start Arcturus Morningstar?[/B] The main creators of this project run their own hotels, that need important bug fixes and the latest features to keep their hotels running smoothly. The Arcturus source code was found on github, leaked by the person "capheus". This gave us an opportunity to easily fix major bugs ourselves without waiting months for Arcturus to update. We understand that a lot of people depend on Arcturus to operate their hotel, so instead of just fixing bugs for ourselves we have started a public project, for anyone to use. Changelog so far: This thread will be updated with fixes as and when they are found, and as we delve deeper into the code we'll keep you updated with things that we are overhauling including wired. Credits to Capheus for decompiling arcturus and updating 1.9.0 to 1.16.0! Couldn't have done this without you! Shame TheGeneral DMCA'd your repo, won't happen with mine though! Visit here to see downloads and the link to the git: [URL]https://git.krews.org/morningstar/Arcturus-Community[/URL] Make sure to download Arcturus Extended if you want a more custom experience: [URL]https://git.krews.org/morningstar/arcturus-extended/[/URL] Snippet: [SPOILER] [CODE] if (ridingUnit != null) { this.setZ(zHeight - 1.0); ridingUnit.setRotation(RoomUserRotation.values()[Rotation.Calculate(this.getX(), this.getY(), next.x, next.y)]); ridingUnit.setPreviousLocation(this.getCurrentLocation()); ridingUnit.setGoalLocation(this.getGoal()); ridingUnit.setStatus(RoomUnitStatus.MOVE, next.x + "," + next.y + "," + (zHeight - 1.0)); ridingUnit.setZ(zHeight - 1.0); room.sendComposer(new RoomUserStatusComposer(ridingUnit).compose()); } } } [/CODE] [/SPOILER] Screenshots & Gifs: [SPOILER] Group Forums: [IMG]https://cdn.discordapp.com/attachments/572859018742071326/574419997166665730/Screen_Shot_2019-05-04_at_10.19.48_PM.png[/IMG] Horses: [IMG]https://gyazo.com/61fee44cfa28e87c403a9b4aeaf03247.gif[/IMG] Bots on chairs in the fork: [IMG]https://gyazo.com/aae4c49143ec0f6647d8188eb0c616fb.gif[/IMG] Bots on chairs in Arcturus: [IMG]https://gyazo.com/ba466d12d3e794ff81b49c999861553b.gif[/IMG] WiredEffectTeleport returns your original effect after teleporting (Like habbo) [IMG]https://gyazo.com/470f99b93dab8cf74fb6b0545c98aa1d.gif[/IMG] [/SPOILER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Development
[EMU] Arcturus Morningstar : A Community Arcturus Fork.
Top