Jump to content

i0n0s

Member
  • Content Count

    496
  • Joined

  • Last visited

  • Medals

Everything posted by i0n0s

  1. _roPassMVAR = _this select 0; { _roMarkerDATA = call compile format["%1_data",_x]; //First_data hint format["Your have selected %1 \n and value has index of %2",_x,_roMarkerDATA]; _line1 = _roMarkerDATA select 1; hint format["Line one is %1",_line1]; ctrlSetText [13201, _line1]; } forEach _this; Are you sure that First_data is set as a global variable?
  2. Ok, stop: Can you simple copy the content of _this to the clipboard, then parse it here and describe which things you want to get. Because your way looks way to complicated for what you're describing.
  3. In the debug console' date=' there is a monitor button. Write the variable name in the line above and click on monitor or use Shift + Enter. The play-button ;)
  4. Replace _roMarkerDATA = format["%1_data",_roPassMVAR]; with _roMarkerDATA = call compile format["%1_data",_roPassMVAR]; so that _roMarkerDATA is an array instead of a string.
  5. Ah! First: _line1 is text, you need to compile it if it should get a return value of that script. Second: Why don't you use: _line1 = _roMarkerData select 1; to get the data?
  6. Please can you be more precise about that error message?
  7. \ |-arma2oa.exe |-dsound.dll |-... \@JayArma2Lib\JayArmA2Lib.dll Is the required structure for JayArmA2Lib. If it is installed correctly, RTE will throw an exception that it can't connect to the pipe and won't open, if RTE Capture is not opened too. If RTE opens and complains about not being connected to RTE Capture, JayArmA2Lib is not active.
  8. http://rte.jonasscholz.de/blog/2009/06/19/download Use the offline installer or the 7z folder. Btw: Currently most problems with the RTE occur due to miss installed JayArmA2Lib. Sadly there is no easy way for non scripter to find out if it is launched/installed correctly.
  9. Run RTE Capture once as admin and do an update. OA is installed in the program folder and you're using Vista or Seven? Then the above is the way. Next version will allow to place the addon folder to "my folder\ArmA 2" which won't require admin rights for updates. Edit: About UI size: Set the UI size within OA to big. About rte capture still reads launch: Do you read my posts? This is normal...
  10. The empty executable in the picture when using the beta is a failure of my screen capture program. It's not empty. But I haven't changed it since there ain't a reason to use a beta currently. Your profile should work. Have you tried to start OA with those parameters outside the RTE Capture and then tried to use RTE will RTE Capture is running in the back?
  11. Would you please simple follow this post: http://forums.bistudio.com/showpost.php?p=1799060&postcount=171 and report if this way is not working and at which point you are stuck?
  12. That's the build in hidden 3d editor, not my addon.
  13. How do you create a center within the RTE? :confused_o:
  14. The question is why you write a gatekeeper: It only can work if the server uses signatures. In that case, the server admin simply creates it own key and signs your addon with it. Then only he has the right signature and other people with the lost keys aren't able to join onto the server. This is the solution so far. And I won't care about people not using the signature check
  15. It's only you ;) Only one problem: -I join the server, get the mission. -Read the script -Get the admin names -Rename myself -:P
  16. Install JayArmA2Lib Configure the profiles within RTE Capture: Settings within RTE Capture: Settings within RTE Capture using the beta: Run the profile by clicking on the icon for the profile. If you have only one profile, simple click on the "Launch ArmA (II)" button. Within ArmA, open the RTE Q: Do I need to do something else within RTE Capture? A: No, nothing need to be done. Q: RTE Capture doesn't detect Operation Arrowhead. A: The current version only looks for arma.exe and arma2.exe, not for arma2oa.exe. So it can't detect Operation Arrowhead. But you don't nead to inject when using JayArmA2Lib. Q: ArmA is open but RTE Capture doesn't connect. A: Due to JayArmA2Lib a design change was required. RTE Capture now only connects if RTE is opened within ArmA. Q: RTE failed to connect when reopening. A: Restart ArmA and RTE Capture. Due to a design issue some times the pipe doesn't get closed and can't be used any more. Q: Opening the RTE does take some time. A: Yes, it does take some time... Q: Which version do I require? A: RTE Capture: 1.56, ION_RTE: 533, ION_RTE_Dta: 532 Q: How to find out if the pbos are up to date A: :x
  17. Simple guide how to use RTE with OA: Required: JayArmA2Lib Start RTE Capture Start OA with mods CBA, JayArmA2Lib, RTE using you're favorite way to do it Open the RTE (this will take some time...) Don't use the "monitor" stuff, no action inside RTE Capture require. Just keep it open. About the MP editor: The StartRTE_MP is broken due a design change. It currently only checks if CBA is used. Use this code to start the RTE: [] spawn ION_RTE_pStartRTE
  18. i0n0s

    RealTimeEditor 5

    Use "add existing objects" to add preplaced objects/units.
  19. i0n0s

    RealTimeEditor 5

    This error message is really impressive :( The error message you receive is probably because of the same error. I can't find that string inside my code :( "Local folder" means that all files are stored within that folder which works if you install it outside the program folder. Within the program folder it should use the the appfolder to save it data instead. The parameters look right aside of the mod order. But you can start A2 OA as you like, then have RTE Capture running in the background when using JayArmA2Lib.
  20. i0n0s

    RealTimeEditor 5

    That's a little more precise but still not precise enough :( Are you using "Use local folder"? Then you can't install into the program folder since windows doesn't allow to write into that folder. If you're in local mode, a empty doLocal file will exists in the RTE Capture folder. Which path can't be found?
  21. i0n0s

    RealTimeEditor 5

    Can you be a little more precise? Which version are you using, RTE, RTE Capture, OA. Are you using JayArmA2Lib? How do you launch OA? What mean "stopped exporting to monitor".
×