Jump to content

simon1279

Member
  • Content Count

    410
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by simon1279

  1. simon1279

    Arma Reforger - Mission Editor

    I'm afraid you did not understand the point of my post, not really, current ME it's not the game master but the world editor within the workshop tools, which is complex to use as hell, but not really a casual ME definitely not
  2. simon1279

    Arma Reforger - Mission Editor

    Implementing ME is a complex task because making it console friendly it's almost impossible, at least if you're looking for something with the 3den quality level. I'm on the same train as the ones which are afraid for the cross platform thing, it will just not work for a game like the ArmA we're all used to since decades, let's face it. At least i hope reforger will become more SP friendly and not just a casual indie MP game ala Squad or stuff like that which personally i don't particularly like too much, i mean at least the possibility to be the leader of a group of AI, i mean coming at home late from job, tired and willing to get some relax and fun playing ArmA by putting a squad on the field and lead it to the task and then get to bed and restart your daily hardwork routine. Also because in the first time i was super duper excited to play the dear old OFP on a new latest tech game engine (and i'm sure i'm not the only one around here), now i feel a little bit frustrated with my finger crossed to see in the (near) future more love for SP on ArmA Reforger and then i can even learn how to use the workshop tools which i find not quite actractive at the moment due to the lack of AI team mates.
  3. Hello, it's over a week i'm searching through the internet to find a solution for my problem with no luck at all. I'm trying to make a Seize mission using the seize module, which is the favourite gamemode we play with friends, but even if i sync GM units to zeus addon module, the infantry units aren't working at all, when i access the Zeus interface as a debug i can only place vehicles but not infantry. Please help, attached to the post the editor version for the mission. Download sample mission
  4. simon1279

    Mission editing Seize module

    Ok NVM i've just figured out the fact that if i place costs modules synced to Curator module synced to the Seize module, the curator will not work as intended (no units shown) and i'm pretty sure this is BIS fault and not CDLC devs fault. If i clear out all of the costs modules the curator just works perfectly, but the Seize module will not work because it needs costs to be set. With the curator module only and a bunch of GM units synced to Manage addons module, everything works perfect and i can have a perfectly working GM only Zeus mission without any other addon involved, included Vanilla A3 ones Too bad BIS before selling things you really be sure every single thing must perfectly work whithin the platform, i mean all of your modules, all of your game stuff and be sure it will be perfectly integrated with CDLC which are payware and not just common mods. What makes me bothered is should i buy future CDLC that i'm very afraid they will not work 100% whithin A3 platform? Nice question here.
  5. @M1ke_SK BIN_fnc stands for Bohemia Interactive Netherlands the creators and developers of the contact DLC, while BIS_fnc stands for Bohemia Interactive Stutios and all of the new functions added for the contact DLC do have BIN as main prefix and they are only available for those who own the paid contact DLC
  6. @JD Wang as far as i know Arma 3 contact doesn't have a multiplayer option in its menu, and the radio stuff it's not available for contact platform
  7. A sample mission in editor format it's attached at the end of the post. Well let's start about the module itself, i've been using it just to have a reference antenna, by placing it not synced to anything at the right altitude for matching map antenna object altitude. ID: i set it to: radio1 checked transmission and static signal: EM_RadioStation_Song_01 Antenna settings: NATO network it will start playing the music on the antenna as seen in the contact campaign. for making LDF patrols (works just on LDF units for what i've tested so far) to be "hacked" and moved to a determined position do what follows. 1. Place an LDF group (for this example i'll be using a fireteam) 2. Click on the group's attributes (click on the green square upon the team leader) 3. In the init field put this short line of code: this call BIN_fnc_initAISquad; 4. in the field named composition contact: 4a. we'll set Company ID to C01 in this example (IDs are unique so bear this in mind) 4b. we'll set Squad ID to Alpha in this example (IDs are unique so bear this in mind) 4c. Check the ping square 4d. Check Automatic Callback 4e. Set cheat to temporary or permanent as you wish. 5. add a patrol waypoint to the group (they'll be starting to randomly patrol around) but if you want them to hold the position add a game logic named: Patrol Waypoint, which you can find under: Game Logic -> Objects. Sync this game logic to EVERY member of the group, double click on the logic, scroll the menu and choose fireteam (this last is mandatory but it gives to the group a set of nice animations). The Patrol waypoint must be added for making the system to work, otherwise you'll get negative answers from the enemy group, once you "hack" them to move south or north or whatever. [Just remember that you need a Military Antenna DSE (78-89 Mhz)]. you're done with the patrols thing. JAMMING A UAV Place a flying UAV in the editor and in its init field put this short line of code: this call BIN_fnc_initUAV; the system is up an running and you're done for the UAV jamming thing [Just remember that you need a Jammer antenna DSE (433 Mhz)]. Once the UAV have landed if you reach its position you'll get the action for deactivate it, making it in a !alive driver condition (usefull for tasks). JAMMING A UGV Place a UGV in the editor and in its init field put this short line of code: this call BIN_fnc_initUGV; the system is up an running and you're done for the UGV jamming thing [Just remember that you need a Jammer antenna DSE (433 Mhz)]. Once you've jammed the UGV approach it keeping the jamming on and slowly walk to its position and you'll get the action for deactivate it, making it in a !alive driver condition (usefull for tasks). If the UGV it's armed and you don't approach it keeping the jam on and not by slowly walking, you're simply dead. You have to place not empty UAVs or UGVs for making the system to work properly. This is the same as the common ARMA 3 method, by placing the task modules, keeping in mind that the task ID and the Main task ID must be different and unique to make everything to work properly, this is the only one thing that differs from the vanilla game. The name of the functions is not wrong, it is not BIS_fnc but BIN_fnc, i believe it stands for Bohemia Interactive Netherlands SAMPLE MISSION DOWNLOAD Hope this post helps Cheers guys.
  8. I really love this DLC and its setting, really love it, my only one disappointment about this DLC is the fact that there are not tank interiors which should be in line with main game and its tanks DLC, we're not talking about a mod after all, but about a paid DLC. BTW it's great.
  9. Here it is for the italian traslation issues about the Jets DLC https://feedback.bistudio.com/T124859 Regards Simon
  10. the carrier itself yes and that's right but for those which have bought the DLC i believe that a deck crew animations module would be something to have, at least for sure another good incentive for selling the DLC
  11. I'd prefer a module like the one included in the Nimitz mod, instead of writing tons of lines and variables, after all it's a paid DLC that can easily do what a free mod can do i suppose, at least for the crew. there's something that could be interesting in the showcase mission, but i can' find it on ArmA 3 samples library nor i can unpack the missions pbo inside the DLC folder for obvious reasons
  12. @Ma77h3hac83r yes i do have the 64 bit .dll downloaded from github. The fact that everyone should run the same version sucks, because we do have many players without a single issue in our community with 64 bit, while we have many other players that do have lot of issues with 64 bit version of the game, mainly on laptops. And those that are running @64 bits don't want to run the game @32 and vice versa wow such a huge chaos........
  13. Hello everyone, i've got the following problem with the mod: I'm currently running my server in 64 bit, i have the 64bit + the usual radio_pipe.dll in the mod's main folfer. Everything works fine if someone runnign the 64 bit version joins the server, but the mod is not gonna work i someone running the 32 bit version joins the server, he will have the pipe error 6 any clue on how to fix this?
  14. Laywiin my rig is: I7-4770K occked @ 4.2 Ghz Mobo ASUS P6Q3 Deluxe 16 Giga RAM @2600 Mhz (useless right now until the 64 bit version of the game is released) MSI GTX1080 Armor OC and i keep ArmA and DCS running on an SSD My average FPS on Altis without mods are 52-60 FPS same goes for Tanoa more or less. everything set on ultra but i suggest you right now, to lowering your view distance to 2500 or max to 3200 BTW 2500 is way better and just wait for the 64 bit version of the game to be released to move back the view distance to 3600 hope this helps, have a nice day
  15. This was just sarcasm......, but yeah history repeats, it is happening the same as seen in ArmA2 with DayZ mod, now it's time of: Life Game Mode, and topics and discussions are looking pretty much the same, with people asking to close, lock, secure, encrypt their stuff made in a game's editor which has a single main purpose: create and sharing, isn't it? BTW there should be an EULA to prevent these kind of topics to come out every 3, 4 months and from what i can see these kind of topics for the most are written and supported by users registered on the forums after the release of ArmA 3, which leads me thinking that this game ain't for them according to their mindset (no this is not sarcasm at all)
  16. I've got a better idea.... ban the whole life community from the game and its community, for bringing absolute toxicity to these last, or, life community and creators MUST understand that the base game is ArmA 3 and ArmA 3's main community traditions rules in this case, otherwise make your life game mode a standalone game and do whatever you want!
  17. Someone "stole" my textures, someone else asked me to give him my textures, in any case my textures and retextured objects (2 months of work) has been used for better usage than the one from myself, in some cases i've received some credits in their projects in other cases my nick is not appearing at all, BTW i'm happy to play some addons which are using my stuff and which are better made than mine. This is the real beauty of ArmA community since a long time, much more time before ArmA 3 release......
  18. Hello everyone. I've made a video in OGV format as an intro for my mission, it runs smooth and clear on my dedi too, but the main problem is that the mission file is around 63Mb which is a little bit too much. Now i would like my video to be located on the server and the mission to call it from the server to be streamed to all clients as a titlecard, is this possible to do? Or should i make an addon for all of the clients to be downloaded? in this case i need an help with the config Thanks in advance
  19. i'm not projecting my prospective, the only one allowed to make money from ArmA and its engine is Bohemia Intercative which is the developer/publisher of such game, same goes for encrypting files of any kind generated from and for ArmA engine by "3rd party developers", only the publisher/developer (Bohemia Interactive) can do it, just because it is their property and that's all, isn't it? answering your question just ask around the forums and you'll find your answers. communications out!
  20. Thank you very much for your answer, yep i know about conversion exc. lowering the quality, but at this point, i believe i've found a solution, which is forcing my community to download the mission file from Meega Due to server security i don't like the idea to stream the video from outside the server itself such as youtube
  21. Work is work if it is work indeed, talking about ArmA content creation, we're talking about entertainment, if you do it, you're doing it for entertainment, it is not work, nobody pays you for that and it is not expected that somebody may pay you for ArmA content creation, asking for moneys or protecting "your work" it is something related to the devolution of society and community valor which is something that i see pretty common around this world nowadays, here we're a great and cool community so we're looking for continuous evolution starting from core engine of the game to game content creation by users, evolution is the future of human kind while devolution is getting back to medieval age, of course we do have high tech stuff nowadays, but as i can see mindset is getting back to medieval age in every field from politics to entertainment.
  22. In one word the short answer is NOPE The game series ArmA and its community never worked like that, someone has the right to protect his hard work on a rented engine and/or making one by themselves, investing time and moneys for a commercial purpose product, not for modding a sandbox. This mindset will lead in something UBI and EA policies like, and it is something i would never see in ArmA series, which is great since the dear old times of ArmA 1 because of its community focused content creation, a great game with a great open source community and community content creation and knowledge sharing behind it. I can understand your point of view, but if you believe that your point of view is right, then i suggest you to use: UE4 or Unity or Cryengine, making your own game and sell it on Steam and good luck with that. I created some mods myself and missions as well, both for ArmA 2 and ArmA 3 and i've worked with many great guys on other modding projects and scripting creations for this game and i never ever thought to protect my hardwork making someone else to not being able to grab my work, improve it or using it to make a starting base for something better than my job for the community to use. And look most of the guys behind the front of the NO in all of the posts like this one, are long date scripters and content creators since the times of ArmA 1, myself included.
  23. A modder which don't want other people to use their stuff must make its own game with its own DLCs, locking stuff is totally against arma community, ArmA 3 Life it's Arma 3 using engine, editor, units and scripting from Arma 3 base game, As far as i can see reading here and there, Life game mode is bringing some players that are trying to make this awesome community a little bit toxic under my point of view.........
×