Page MenuHomeFeedback Tracker

SolEden
User

Projects

User does not belong to any projects.

User Details

User Since
May 9 2014, 2:51 PM (519 w, 6 d)

Recent Activity

Jul 14 2016

SolEden removed a watcher for Arma 3: SolEden.
Jul 14 2016, 12:31 AM
SolEden added a comment to T119364: Arma 3 ApexMain menu not working with modded content.

I also play with many mods and it still works fine. Maybe it is becouse of one special mod. Try to find any errors in you log files which you can find in your appdata/loca/ArmA 3 folder or try to find out, which of the mods causes these problem. Maybe you just have to wait until the mods are updated for the new Apex Update. If you find out which mod causes the problem try to contact the mod creator. For example at http://www.armaholic.com/ where most mods are uploaded or in the workshop.

Jul 14 2016, 12:29 AM · Arma 3
SolEden added a comment to T119305: Arma 3 Crash.

The server you are trying to connect to, is the one with the mods right? If you try to connect to a server witch isn't using any mods, of course it will kick you. If you try to connect to the right server, maybe there is something wrong with the mods. I would wait a few days for updates about these mods, because of the new Apex update.

Jul 14 2016, 12:23 AM · Arma 3
SolEden added a watcher for Arma 3: SolEden.
Jul 14 2016, 12:14 AM

May 10 2016

SolEden added a comment to T81695: Implement redirectClient script command.

Well I have requested something like that nearly one year ago: http://feedback.arma3.com/view.php?id=18810

May 10 2016, 10:39 AM · Arma 3
SolEden added a comment to T77168: [Request] Server switch Function or Scripting Command.

Ok, well this isn't something I searched for. I want a command you can connect to an other server with, not only send an message. For example:
The command could be "ClientConnectTo" with parameters ip and port and can only executed if not is Server, like this:

_ip = anyIP;
_port = 2302;
if(!isServer)then
{

ClientConnectTo [_ip,_port];

};

And if you execute this you will be automaticly connected to this Server. There could also be an Command for "isServerFull" (returns true or false also returns false if Server is not reachable)

_ip = anyIP;
_port = 2302;
if((!isServer) AND (!isServerFull[_ip,_port]))then
{

ClientConnectTo [_ip,_port];

};

May 10 2016, 8:20 AM · Arma 3
SolEden edited Steps To Reproduce on T77168: [Request] Server switch Function or Scripting Command.
May 10 2016, 8:20 AM · Arma 3