-
Content Count
509 -
Joined
-
Last visited
-
Medals
Community Reputation
11 GoodAbout Przemek_kondor
-
Rank
Gunnery Sergeant
core_pfieldgroups_3
-
Interests
programming, fishing, photographic, graphic3d, winemaking
Contact Methods
-
Steam url id
Przemek_kondor
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
ArmA:CWA Battle Royale-Need help with crate placement!
Przemek_kondor replied to Sulon480's topic in OFP : MISSION EDITING & SCRIPTING
I've edited code above (I forgot to delete the problematic 'floor') -
ArmA:CWA Battle Royale-Need help with crate placement!
Przemek_kondor replied to Sulon480's topic in OFP : MISSION EDITING & SCRIPTING
based on https://community.bistudio.com/wiki/a_%_b: rand = 1 + (random 40); nr = rand - (rand % 1); [this] exec format["crate%1.sqs", nr] maybe this will work -
ArmA:CWA Battle Royale-Need help with crate placement!
Przemek_kondor replied to Sulon480's topic in OFP : MISSION EDITING & SCRIPTING
floor is available from Arma1https://community.bistudio.com/wiki/floor (round and ceil too), hmmm we need some way to get integer from float -
ArmA:CWA Battle Royale-Need help with crate placement!
Przemek_kondor replied to Sulon480's topic in OFP : MISSION EDITING & SCRIPTING
ah, stupid me - it should be floor instead of abs (absolute just changes negative to positive) nr = 1 + floor (random 40); [this] exec format["crate%1.sqs", nr] -
ArmA:CWA Battle Royale-Need help with crate placement!
Przemek_kondor replied to Sulon480's topic in OFP : MISSION EDITING & SCRIPTING
You could move them to random position inside some area (https://community.bistudio.com/wiki/setPos) and/or randomize their setup e.g. (sorry I haven't coded in sqs for many years, hence pseudocode): nr = 1 + abs (random 40); [this] exec format["crate%1.sqs", nr] -
PowerServer & OFPMonitor: Multiplayer without Gamespy
Przemek_kondor replied to poweruser's topic in MULTIPLAYER
Is master.ofpisnotdead.com down? (OFPMonitor works but I guess it uses its servers list cache for now) [edit] confirmed - after OFPMonitor reinstall it's empty Connection refused 111 (http://kondor.armagame.pl/php/get_ofp_servers.php?masterUrl=master.ofpisnotdead.com:28900) -
Another repository: https://drive.google.com/open?id=1CaCTGwl4XMijn5sNd6KeEKw4NGPMNkO5
-
You can just install fresh game 1.99 from https://community.bistudio.com/wiki/Arma:_Cold_War_Assault#Download_Mirrors one link is still working
-
PowerServer & OFPMonitor: Multiplayer without Gamespy
Przemek_kondor replied to poweruser's topic in MULTIPLAYER
Nice, but not sure if the name should be modified and the OFPMonitor is missing an explicit license meaning this applies https://help.github.com/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository -
PowerServer & OFPMonitor: Multiplayer without Gamespy
Przemek_kondor replied to poweruser's topic in MULTIPLAYER
That's the list (master.ofpisnotdead.com) master server provides: http://kondor.armagame.pl/php/get_ofp_servers.php?masterUrl=master.ofpisnotdead.com:28900 @krzychuzokecia There's no 80** IP there, meaning your OFPMonitor probably has cached it -
Isn't this working: https://store.steampowered.com/app/594550/Arma_Cold_War_Assault_MacLinux/ (with -server option)?
-
haretuerk started following Przemek_kondor
-
trying to install operation flashpoint 1 goty
Przemek_kondor replied to quickQuestion's topic in TROUBLESHOOTING
1. Either http://kamran.cc/ARMA2/CWA.zip or http://tom4897.info/depot/ofp/game/CWA.zip is the link to the full "CWA" (Cold War Assault) installer 2. Red Hammer (or even its community sequel) you can find under: http://steamcommunity.com/app/65790/discussions/search/?q=red+hammer&gidforum=882959697728857370&include_deleted=1 3. You can make custom scenarios and addons. As I said it's just rebranded OFP: Resistance with upgraded version, hence all the things works the same -
trying to install operation flashpoint 1 goty
Przemek_kondor replied to quickQuestion's topic in TROUBLESHOOTING
You can download Arma: Cold War Assault installer (which is just rebranded OFP: Resistance v1.99) and use your OFP:GOTY key there. Works with Windows 10 too. -
Maybe there's a verbose option (-v or --verbose) which would give you some hint.
-
Do you have problem with running the server (for this you might need native executable http://store.steampowered.com/app/594550/Arma_Cold_War_Assault_MacLinux/, I guess) or configuring it (https://community.bistudio.com/wiki/Linux_Server the instruction are for outdated 1.96 version)?