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!

[JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 20, 2010
Messages
41
Reaction score
2
@Jakup, how can i play random music, i always get crash game when play with Random option. Pls help me.
Client alway show this dialog.
 
Last edited:
Newbie Spellweaver
Joined
Jul 25, 2016
Messages
23
Reaction score
2
@Jakup, how can i play random music, i always get crash game when play with Random option. Pls help me.
Client alway show this dialog.

It's because you need to manually ADD all the songs from the thd file inside the server source code !



good day

can i ask something ? willing to help to develop the server but their's any way to get the client side audition.exe source code?

Thanks
No, you can't beside having to decompile the game but good luck honestly.
 
Newbie Spellweaver
Joined
Feb 20, 2010
Messages
41
Reaction score
2
It's because you need to manually ADD all the songs from the thd file inside the server source code !




No, you can't beside having to decompile the game but good luck honestly.

I did, i have add all song in thd file to src code, but all random mode make client crash, even Random All, Random 100~120, 120~140 etc.
This is my added file, can you checking it for me pls.
 
Newbie Spellweaver
Joined
Jul 25, 2016
Messages
23
Reaction score
2
that can be nice if someone could fix beat up animations / CC4-CC8 game mode
 
Newbie Spellweaver
Joined
Feb 20, 2010
Messages
41
Reaction score
2
uh its bugging

How about this Jakup, is this an eror?
I had added all song in thd file to src code, but all random mode make client crash, even Random All, Random 100~120, 120~140 etc.
This is my added file, can you checking it for me pls.
 
Newbie Spellweaver
Joined
Dec 28, 2015
Messages
59
Reaction score
30
Yeah random is bugging in that src, normal songs should work.
 
Initiate Mage
Joined
Apr 5, 2010
Messages
2
Reaction score
0
error trying to login
2018-06-06 17:21:30 [pool-2-thread-1] INFO LoginServer:64 - Client joined from /127.0.0.1:53227
UNHANDLED PACKET CHECK BELOW FOR INFO - Packet Decrypted Hex: 2200010000000101057465737465067465737465310B30322E33302E30302E757301
Decrypted Contents: " testeteste102.30.00.us
2018-06-06 17:21:39 [pool-4-thread-4] ERROR Client:144 - Client packet not created
agx.net.packet.UnknownPacketTypeException: Unknown packet type. Type: PacketId(LOGIN - LOGIN)
at agx.net.packet.PacketCreator.getPacketClasses(PacketCreator.java:89) ~[rsrc:./:?]
at agx.net.packet.PacketCreator.getRequestPacketClass(PacketCreator.java:78) ~[rsrc:./:?]
at agx.net.packet.PacketCreator.fromRequestPayload(PacketCreator.java:65) ~[rsrc:./:?]
at agx.net.Client.receive(Client.java:133) [rsrc:./:?]
at agx.server.NetworkServer$ClientHandler.run(NetworkServer.java:102) [rsrc:./:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_172]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_172]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_172]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_172]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
5zjleHU - [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL] - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 28, 2015
Messages
59
Reaction score
30
Make sure that you follow the tutorial.
 
Newbie Spellweaver
Joined
Feb 16, 2017
Messages
74
Reaction score
45
help me for fix this error : no go back to the lobby after the song runs out and the character is silent in the beat up mode

 
Last edited:
Newbie Spellweaver
Joined
Dec 28, 2015
Messages
59
Reaction score
30
Its because the moves are not handled in beatup mode.~
 
Newbie Spellweaver
Joined
Feb 16, 2017
Messages
74
Reaction score
45
Its because the moves are not handled in beatup mode.~
Can you fix it and fix all mode the stuck when the song is finished (do not go back to the lobby)? Please.Thanks for before
 
Last edited:
Newbie Spellweaver
Joined
Jul 25, 2016
Messages
23
Reaction score
2
Can you fix it and fix all mode the stuck when the song is finished (do not go back to the lobby)? Please.Thanks for before
The result screen isn't working on this source, and to fix these modes you have to actually sniff the game and handle the packets i guess i don't know.
 
Newbie Spellweaver
Joined
Jun 15, 2018
Messages
8
Reaction score
0
Well, in case you guys need to see what is being sent after a game ends and go back to room, you guys can refer to my video
 
Status
Not open for further replies.
Back
Top