Question:
>When we enter the login menu ( we write the login and pass from account )
Have it possible to insert the music when u logged in game?
Much thx xxx
Question:
>When we enter the login menu ( we write the login and pass from account )
Have it possible to insert the music when u logged in game?
Much thx xxx
What do you want men a disco cabal? the juke box music can be modified in its folder from cabal folder..get a converter
I dont think you can do that O.O Maybe with the new dll injector that will come but you must knowc++ verry well.... .. and its useles
Yeah! Thx!
Annd for about jukebox.
The only way to insert music is to convert to ogg and put it into /Sound and change the file name to source ?
Or mb it possible to make like a playlist of tracks?
just wait for the DLL injector and we will have this such customization.
The DLL I'll be releasing will only allow you to load custom ENC data. Anyways, I'm a bit confused as to what exactly you want. Do you want sound to play on each key press, or do you want a sound to play after you click the login button? Or maybe you just want music on the login screen? Either way, you'll need to debug cabalmain in IDA or ollydbg (I hope you know asm...), locate the code that handles the login screen, then work from there.
I want to play the music just on the login screen ...
It is possible or no? ( if u release your stuff )
It isn't possible even with the injector. There is no music there in the original that you can replace so you would have to do some pretty heavy hexing to load and play the track.
To replace the default playlist you have to replace the original ogg files with your own ones. You can also have a custom playlist by putting whatever ogg files you want in the Jukebox folder which should be next to cabalmain.Click the Jukebox button in the game and then click the BGM button to switch play modes.
He wants a song to be played when the login screen appears...... I think it could upset some players but...
It's very possible, but it will require you to rewrite the entire login screen-handling function. If you're familiar with assembly, you can just copy the existing code and insert what you need, then redirect the call to the login screen function to your injected function.
You would need a disassembler like olly or ida pro and probably a hex editor too. The fact you even asked that tells me you probably don't have the knowledge to do it though.