Jump to content

xezon

Member
  • Content Count

    85
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About xezon

  • Rank
    Corporal
  1. Is it common practice to use the kbTell for people talking in game, talking in cinematics, etc? Why would someone not just use say or groupRadio for speech?
  2. http://community.bistudio.com/wiki/currentZeroing
  3. Looked promising with the syntax check features but the text editor in the program is very bad. And the concept of establishing a connection to a server each launch is horrible. Yep thanks. Works fine now with older notepad++.
  4. Can someone explain me please why this crashes mission load? If I remove CfgRadio class or the other the user mission loads without crash. class CfgRadio { sounds[] = {}; class testA { name = "testB"; sound[] = {"\sound\test.ogg", db+0, 1.0}; title = {$SIMO_TEST}; }; }; class CfgSounds { sounds[] = {}; class testC { name = "testD"; sound[] = {"\sound\test.ogg", 1, 1}; titles[] = {$SIMO_TEST}; }; }; ---------- Post added at 21:29 ---------- Previous post was at 21:00 ---------- I experimented a bit now and this loads. I don't understand the exact reason though. class CfgRadio { sounds[] = {}; class testB { name = ""; sound[] = {"\sound\test.ogg", db+0, 1.0}; title = $SIMO_TEST; }; }; class CfgSounds { sounds[] = {}; class testB { name = ""; sound[] = {"\sound\test.ogg", db+0, 1.0}; titles[] = {$SIMO_TEST}; }; }; When I create the following now it will just print Resistance: "$SIMO_TEST" and for say it prints nothing. Why? private ["_unit", "_text"]; _unit = _this select 0; _text = _this select 1; if(_unit distance player < 10) then { _unit say _text; } else { _unit globalRadio _text; }; Language, English MIS_FOLLOW, FOLLOW SIMO_TEST, test
  5. Can't make in-text tabs. Bad. And no comment shortcut.
  6. Thanks I will check this out. Those guys at OFPEC could have mentioned that in the release or the author himself in his package :S Thanks, but I tried that already and it looks ass :D
  7. I made missions for OFP 8 years ago but can't remember shit haha. I haven't played the ArmA missions yet. Mostly stuck in Editor trying to make my first mission. But I am very slow. I installed the latest Beta Patch and will try to run it tomorrow and check what happens with the teaming issue.
  8. That would be handy. JDK is a bit too overkill I think. Do you remember the name of your tool?
  9. you can specifiy a timeout in the trigger i think
  10. Yes it's true. But that Arma script tool promised to add SQF support but it did not.
  11. That post is labeled as Wednesday, 19 August 2009 19:08. Are you sure this is the correct package? Edit: Got it. Thanks.
  12. Do you have a link for me to that thing? I don't understand what you say because I am new to this. I bought ArmA_X 7 days ago.
  13. Hi. I installed Notepad++ and Arma Script from here: http://www.ofpec.com/ed_depot/index.php?action=details&id=596 but there is no syntax highlighting for SQF or EXT or SQM or anything else. Opening HTML shows syntax highlighting. What is wrong with the tool? Is there any good working tool for notepad++ you can recommend? Currently I use ArmA Edit and that tool is ok but not cool on the long run. I can't attach an image of my current installation because this forum allows no attachments.
×