Alde. (04-16-2013),DarktrooperX (04-16-2013),HoffHorn (08-19-2014),NiknameGER (04-20-2013),PQNGamer (06-15-2013)
You can change the IP where the client connects by recompiling it with RABCDASm.
Then open this file with Notepad ++ preferrably:Code:abcexport client.swf rabcdasm client-1.abc
Search for: 127.0.0.1 and replace with your Ipv4 address. You can get your IPv4 address by writing this to Command Promt:Code:C:\RABCDAsm\client-1\com\company\assembleegameclient\parameters\Parameters.class.asasm
Now close Notepad ++ and recompile the client.Code:ipconfig
Now it connects to your IPv4 address which is used to host private server. If you want to host server with hamachi then you just put your hamachi IPv4 address instead.Code:rabcasm client-1/client-1.main.asasm abcreplace client.swf 1 client-1/client-1.main.abc
Alde. (04-16-2013),DarktrooperX (04-16-2013),HoffHorn (08-19-2014),NiknameGER (04-20-2013),PQNGamer (06-15-2013)

166
What about yogda?
Alde is Alde is
NiknameGER (04-21-2013)
NiknameGER (04-21-2013)
Im so confused with Yodga... Owlupus could you help? I just dont know where to go and what to change...

170I didn't even think about it. Haha stupid me...
So if I change the ip to my public ip, port forward 80 and 2050 to my server, and put the client on another computer, can i have multiple people playing on my server?
Every time I change it with yogda, it doesn't save it =/

170Did you press save button? That flop disk icon up there?
can you make a vidio :O i'm a newbie :/ also for KrazyServer Client if possible (it works :O)
thanks for your time
You can just use a simple SSL proxy to change the game config on the fly and replace server hosts in the XML ... at least that is what I have been doing for years .... but I guess that is just too straight forward? ;-)
p.s.: hint hint hint ...
Code:mitmproxy --replace ":~u crossdomain\.xml:master-only:all" --replace ":~u \/char\/list:<DNS>.*?</DNS>:<DNS>127.0.0.1</DNS>"
eth0nic (04-24-2013),mountainman (04-26-2013)