Jump to content

Disable Battleye for M3Editor?


READTHESCROLL

Recommended Posts

How do I activate the function in Win7 x64? I have tried disabling BE like Maca says to do on his page but I just tried placing a couple buildings and hit save and it crashed again.

 

EDIT: I deleted the version I downloaded with A3 launcher and downloaded the version here on the forums. I right clicked on the .zip and I got the option to unblock the files, clicked it, then installed. BE is off as well. It still doesn't work.

Link to comment
Share on other sites

Ok.. so save absolutely does not work. I can copy epoch cfg to clipbooard and export to SQF though.. I placed one object and and got this

 

private ["_objs"];

_objs = [
["Land_TentHangar_V1_dam_F",[23196.6,18425.6,0],0,[[0,1,0],[0,0,1]],false]
];
 
{
private ["_obj"];
_obj = createVehicle [_x select 0, [0,0,0], [], 0, "CAN_COLLIDE"];
if (_x select 4) then {
_obj setDir (_x select 2);
_obj setPos (_x select 1);
} else {
_obj setPosATL (_x select 1);
_obj setVectorDirAndUp (_x select 3);
};
} foreach _objs;

Link to comment
Share on other sites

Also the only way I can move things around is using the numpad and I noticed that it does not save the location when I do it this way. If I try to use the mouse it only moves the building up off the ground or down into the ground. For example - I place building, move it to roughly where I want it using numpad then rotate it. After I rotate it the building moves back to where I originally placed it. I can verify it doesn't save adjusted coordinates. When I move the building with numpad the coordinates shown on the right of the screen do not change. I cant believe how long I've been trying to get this to work....

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...