Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

[GLT] Legislator

Member
  • Content Count

    1714
  • Joined

  • Last visited

  • Medals

Everything posted by [GLT] Legislator

  1. [GLT] Legislator

    ArmA II: Operation Arrowhead discussion thread

    I wonder why people won't understand that the editor itself is a "script" if I may call it so. The only difference is that scripting commands are hidden behind buttons. If you add a button for every function and scripting command, you can forget the editor. When I started editing 5 years ago I read the whole Krawall forums editing section. There was nobody who helped me, I did everything by myself. Some people should stop complaining and start doing something instead. It's easy to blame anything inside the game but changing vital elements is a very difficult matter. However that doesn't mean I'm against improving or extending the editor. I just wouldn't expect them in Operation Arrowhead. Maybe it's the best to reintroduce the cadett and advanced mode of the editor as it as set up in Operation Flashpoint. Beginners could have "more buttons" to click on. But I think this is starting to get offtopic. I'm open for a release in April 2010 :)
  2. I did a horrible mistake in this code here: if (isserver) then {null= ["guardpost2_sla1", getdir this, getpos this] execVM "Createcomposition.sqf";}; Anyone who uses the line above to spawn custom compositions using armatechs script won't have any composition on the dedicated server! Technicly spoken the composition would be only spawned on the server, not on the clients. So now you've got two options: A) Only use null= ["guardpost2_sla1", getdir this, getpos this] execVM "Createcomposition.sqf"; to call the composition or B) Open the Createcomposition.sqf and go to line 57. Change createVehicleLocal to createVehicle Sorry about that. I didn't know armatech already "fixed" the locality issue.
  3. [GLT] Legislator

    ArmA II: Operation Arrowhead discussion thread

    @Ohara: Speaking of mods ... is it still up to date that players who own ArmA II can use every single PBO of ArmA II (campaign, units, islands) and/or community mods refererring to those files can use these files with Operation Arrowhead without changing any data inside the files? :) About a year ago it was stated this would be possible so I'm eager to know if it's still up to date :) Thanks.
  4. [GLT] Legislator

    Game Logic

    Game logics are invisible objects that can be used for editing. For example before the scripting command isServer was introduced game logics were used quite often to trigger certain scripts only on the server or on the client. I'm using game logics to place compositions in the editor, starting scripts or having a point of reference for triggering something. It is important to know that game logics are local to the server only.
  5. [GLT] Legislator

    Taliban failing to detonate mine

    I think this thread is starting to get out of control :(
  6. [GLT] Legislator

    Sahrani Civilians

    Yeahh!! Mr. Banana!! :yay: Finally some inhabitants for Sahrani!
  7. [GLT] Legislator

    Mraps

    Hiho these are some really nice vehicles! However I can confirm those RPT errors. There are some other errors too: Weird shadows I guess. You can look through the vehicle from the backside windows. This shadow looks weird too. After destroying the MRAP with a T-72 I could see the dead crew through the burning vehicle doors. The Maxx Pro has no damage textures on the turret. Are the tyres bulletproof? I wasn't able to destroy them even with a T-72 machinegun. A placeable wreckage would be nice. Besides that issues it's really great!
  8. There's an easier solution. Just put this in the init-line of a game logic: if (isserver) then {null= ["guardpost2_sla1", getdir this, getpos this] execVM "Createcomposition.sqf";}; Replace guardpost2_sla1 with the name of your composition. Be aware that this call is meant to be used with the custom made compositions. Use this for the BI compositions in the init-line of the game logic: if (isserver) then {nul = [getpos this, getdir this,"bunkerMedium03"] execvm "CA\modules\DynO\data\scripts\objectMapper.sqf"};
  9. [GLT] Legislator

    Arma II & OA User Video Thread

    Everyday I'm doing some sports on Utes :D zD206nG48Uw
  10. [GLT] Legislator

    Taliban failing to detonate mine

    The Taliban in this video are as stupid as they are shown in the movie Postal :D ... It's good they failed this time.
  11. [GLT] Legislator

    Arma II & OA User Video Thread

    Never attach an ammo crate to a cow :eek: 9VLIP63dVFU
  12. [GLT] Legislator

    co30 DominationA2! One Team

    @Sickboy: Thanks for the hints. It'll take a while until I can update the CBA for my team. We're glad having a working version that doesn't break the norrin revive script (problems with mobile respawn). But I'll keep it in mind :)
  13. [GLT] Legislator

    co30 DominationA2! One Team

    With current version you mean CBA 0.3.0? That's indeed the version I'm using. Oh my ... now what can we do about it? :(
  14. [GLT] Legislator

    co30 DominationA2! One Team

    Hi there .. using Domination 27A west revive we have encountered a serious bug in some of the side missions. The flags aren't spawned so we can't steal them in those side missions. Now they can't be finished, no new side missions are starting. We've noticed that there are no flags at the parajump flagpoles in the captured cities as well. Did anyone else have had this issue too? Is there are fix for it?
  15. True ... I would like to make mission for Kiska too :) But in ArmA II of course! :p
  16. [GLT] Legislator

    CAA1 public release

    Basicly yes ... you could remove it from the oac_core.pbo but I wouldn't recommend this. It'll break the addon for sure. It's better to do a replacement, but only if you know the exact config element that is causing the problem. Anything else would bring no benefit. Or tell the ace guys to create a fix. It's not up to the players to fix addons in general. I was mad enough to do a localization for caa1 and I hope I won't regret it after release. It's still in the testing phase.
  17. [GLT] Legislator

    CAA1 public release

    Someone should check the config class BMP2_RU: BMP2_Base { scope = 2; side = 0; faction = "RU"; accuracy = 0.300000; crew = "RU_Soldier_Crew"; typicalCargo[] = {"Ru_Soldier_Crew", "Ru_Soldier_Crew", "Ru_Soldier_Crew", "Ru_Soldier_AT", "Ru_Soldier_MG", "Ru_Soldier"}; hiddenSelectionsTextures[] = {"\ca\tracked\data\bmp2_KHK_01_co.paa", "\ca\tracked\data\bmp2_KHK_02_co.paa"}; }; I don't know how ace2 is coded but if its using a replacement config there might be problems. Inside of caa1 the bmp2 of russia is part of the extra vehicles addon. Try ace2 with the standalone extra vehicles addon and see if the problem persists.
  18. [GLT] Legislator

    German Misc Pack released

    Wow ... good work! I know there are some standalone releases. Are you planing a huge final package at the end including every of these addons?
  19. [GLT] Legislator

    Operation unknown wip

    It was a few weeks ago when I was searching for the molatian army addon. It was indicated that it was only avaible with the ace mod. However I admit that this information is possibly out of date as I've seen this addon a few days ago on armaholic. Had no time to check out if it's really the same. I apologize if I was wrong.
  20. [GLT] Legislator

    Operation unknown wip

    The question is ... will there be a standalone version when it's completed? I hate ace for assimilating every good addon. I don't want to be forced to use lots of other addons I don't need.
  21. [GLT] Legislator

    German Misc Pack released

    Hehe the pink car looks ... nice :D Barbie takes over ArmA II ... but what about the VW Polo 2009? :p
  22. [GLT] Legislator

    stringtable.csv bug / error

    I'm sorry for digging up this old thread, but my problem fits exactly to d3nn16. I've got a mission and a stringtable.csv which works so far. However during the game session the locality switches from german to english without any reason. Here's an example: This is set up in the init.sqf: "Waffenlager" setMarkerText localize "STR_marker4"; Here's the fitting part of the stringtable.csv: LANGUAGE, English, German STR_marker4, "Arsenal", "Waffenlager" I don't know what's causing this behaviour. Is is a bug in the localize command? Or is my stringtable entry broken? (the stringtable is coded with UTF-8) This issue happened on the latest 1.05 windows dedicated server. In the 2D editor everything runs as it should.
  23. [GLT] Legislator

    Codemasters Expands For Nice New Shooter

    This seems to be a good slogan for the game package ... "From the developers of the game of which people dare not to speak" .. nice :D
  24. [GLT] Legislator

    Dragon Rising has been released

    What about a countdown like on new years eve? :D Usually such things are done before the release of a game ... not after its end of lifetime ... strange ... but ... nice!?
×