Captain_Sparrow
Member-
Content Count
6 -
Joined
-
Last visited
-
Medals
Everything posted by Captain_Sparrow
-
I ve forwarded the needed ports for OFP and since that each time I wanted to set up my own server (by clicking "NEW" in the Multiplayer menu) it was loading ("Creating Server...") for 2 seconds and then just went back to the previous screen which is Multiplayer menu. After that I turned off the port forward settings and it worked...after few minutes of checking if the server setup works with diffrent ports forwarded combination I found out that port 6073, Both UDP and TCP or separated causes the problem. Is that port really necessary to have a game fully working as a server? And why this even happen?
-
My problem is: I want the Soviet officer SwitchMove "FXStandSur" when anyone from players group (multiplayer) has distance to the officer < 10. Unfortunetly, when i try using condition in the trigger : (Alpha Group) distance officer1 < 10, message that Only OBJECT is expected not GROUP shows up... I ve tryed with SIDES (Resistance) and many other tricks...but It doesnt work. I also need to say that the soviet officer is in moving from place to place, so It cant be trigger which activates when Group enters it. Please help
-
Trigger Activation by Group
Captain_Sparrow replied to Captain_Sparrow's topic in OFP : MISSION EDITING & SCRIPTING
I ve done excatly what you have said. Advanced mode is on of course The problem is that when I try to accept trigger settings message "Invalid number in expression" appears... Does it work for OFP CWC? Maybe you are talking about Resistance... -
Trigger Activation by Group
Captain_Sparrow replied to Captain_Sparrow's topic in OFP : MISSION EDITING & SCRIPTING
Hm, No It doesnt work I get mass problems beacuse of that condition, It just simply doesnt allow me to put it. Thank you for help. -
I have Polish version of Operation Flashpoint: Cold War Crisis, however I d like to change the language to English. The problem is that the only language to choose from is Polish... Is there some kind of patch which I may use for language changing? I also tryed editing Stringtable.CSV in BIN folder but any changes done to this file makes the game showing no texts on Title Screen for example. Is this possible to do?
-
Hello, I want to make an link for another .html file which is placed in mission folder. In briefing there is link for IMAGE.html, so when you click on the link another page appears with the image, just like on standart websites. I ve tryed using <a href (...)> but this seems not to work. Is this even possible? If yes, how to get it work?