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

oscarmolinadev

Member
  • Content Count

    28
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by oscarmolinadev

  1. oscarmolinadev

    [WIP] Urban Patrol Modification

    Hi guys! I'm still working hard in UPM and looking for UI programmer :) See the progress in GitHub repository Mini-update: Updated - New roadmap 2015/2016 oscarmolinadev
  2. UPM Team is looking for a UI programmer. PM for more info. Task: Program all UI for UPM tools (Debug/Spectator) Hey guys, I would like to announce the creation of a new mod, Urban Patrol Modification. UPM is a mod for Arma 3 to Improve the control, behaviour and realism of AI. GitHub Repo: https://github.com/upmod/UPM Slack (Chatroom): https://upmod.slack.com/ || Slack Invitations HERE! Roadmap: More info: UPM allows easy creation of randomly patrolling units using the principles of UPS created by Kronzky, only needs three basic steps: Put in your player's unit/group. Create a marker that covers the active area (this is where the AI will patrol). Place one or more enemy units (or groups) on the map that call the patrol script. And that's it... Partly based scripts: UPSMON Script UPS Scricpt Tools: Coming soon... UPM: Coming soon... Plan versions at present: 0.1 - Alpha Release Coming soon... FAQ: MP or SP? UPM is oriented for Multiplayer COOP Is it modular? For development? Yes. Most of code are separately in functions/pbo themes, it is a structure that allows you to program quickly and effectively to future changes including a new Arma 4 if applicable. Team: oscarmolinadev (Lead developer) Cool=Azroul13 (Developer, UPSMON developer)
  3. oscarmolinadev

    [WIP] Urban Patrol Modification

    Hi Guys! We still looking for UI programmer. New info: Added Slack (ChatRoom) Updated Repository GitHub oscarmolinadev
  4. oscarmolinadev

    CBA - Community Base Addons - ARMA 3

    Issue: Spam No owner few times only with CBA. Reproduce: Load Arma 3 only with CBA 1.1.20.150416 Editor -> Stratis Put soldier Preview When loading mission appears No owner few times in .rpt
  5. http://www.rt-immersive.com/ CryEngine has the possibility of infinite worlds like Unreal Engine only available for the studies to be licensed $$€€.
  6. oscarmolinadev

    [WIP] Urban Patrol Modification

    Updated info! UPM Team is looking for a UI programmer. PM for more info. oscarmolinadev
  7. oscarmolinadev

    [WIP] Urban Patrol Modification

    Added Roadmap oscarmolinadev
  8. oscarmolinadev

    [WIP] Urban Patrol Modification

    Hi guys! after a few months with little activity again here! Sorry guys but combining real job, college and Arma 3 is complicated :annoy: Back to work on this mod :) status of UPM coming soon! oscarmolinadev
  9. oscarmolinadev

    [WIP] Urban Patrol Modification

    Hi guys. Update news: After a month of hard work i would like to announce that i think i have a pretty solid base code. I had to rework the entire core (main loop) of UPSMON to make it easier to maintain and also for better performance. Now you can add new functions without fear that detonates all code. :) Plan versions at present: 0.1 - Alpha Release All features of UPSMON 6.0.9 Improve and update with new functions Arma 3 0.5 - Beta release Improve client / server performance Correct errors in version 0.1 Headless Client and spawns. 1.0 - Release Candidate Correct errors in version 0.5 Add new features, for example patrolling groups mixed (infantry + vehicle linked to same group) fighting and staying together. At the moment i haven't date for any version. I still have much work to do. oscarmolinadev
  10. oscarmolinadev

    [WIP] Urban Patrol Modification

    Currently UPM and UPSMON running on the server side. HC is partially included and i am looking at how to transfer each group of UPM automatically with setOwner if HC is activated depending on how many HC are active. :)
  11. oscarmolinadev

    [WIP] Urban Patrol Modification

    yes :) I have scheduled a task to improve the performance and I plan to add support for headless client. UPM is oriented MP Coop. I confess i'm a little lost on this topic but I am looking information to implement of the best way possible. If anyone understands headless client in Arma 3 I would appreciate your help with information or a sample mission :)
  12. oscarmolinadev

    [WIP] Urban Patrol Modification

    The main difference is that it is not necessary put all files in the mission every time and the structure of the code is different. I'm mainly basing on UPSMON 6.0.9. We're helping each other. UPM will have most of the characteristics of UPSMON and some are improved, others will replace them. Normally if i improve or change something i mention to Azroul13 and if he likes, he implements in UPSMON or vice versa. He has already answered it will continue working on it. I've looked USPS and currently UPSMON also used most of the parameters used USPS. The parameters that don't use if it does internally. Also once I finish the UPM base can study the feature :) oscarmolinadev
  13. oscarmolinadev

    [WIP] Urban Patrol Modification

    Make spawn like murkspan isn't complicated, but the problem is performance. Why? Because all groups initialized at the beginning of mission and if there are many AI the performance slows down. Correct spawn is generating units by code but I understand your requests, simplifies work if you link the trigger and you include a parameter. In UPM I thought make 2 solutions: Possibility of linking a trigger to the unit that has the INIT function of UPM also adding the parameter - "SPAWNED" Possibility to create units by code and send group to the INIT function of UPM located in the trigger also adding the parameter - "SPAWNED"
  14. oscarmolinadev

    [WIP] Urban Patrol Modification

    If I remember correctly UPSMON currently do spawn. You can put this in a trigger: Use the parameter SPAWNED and others if you need.
  15. oscarmolinadev

    [WIP] Urban Patrol Modification

    Spawn is partially done. Appears Units and disappear dependent on the player being in a certain area is one of the things that i have thought to implement. When core of UPM is finished and alpha is released, I have scheduled a phase optimization for this feature.
  16. oscarmolinadev

    [WIP] Urban Patrol Modification

    Hi froggyluv, at the moment I'm trying to implement a good code base to make an AI as realistic as possible. I'm basing UPS and UPSMON and hope to implement all its features. If you want to help adding a feature, create issuse in github or post here and so i will consider. Thanks for comment. oscarmolinadev ---------- Post added at 15:14 ---------- Previous post was at 15:04 ---------- The idea is that it can operate in both small and large communities. UPM will have the same principles of UPS / UPSMON using parameters. I'm working function by function to adapt and improve for Arma 3.
  17. oscarmolinadev

    [WIP] Urban Patrol Modification

    Hi Monsada, I didn't know you were here :D I think it's the best way to control the AI with UPS and your modifications. I sent you my skype for mp nd thank you very much for the support. oscarmolinadev
  18. Can you make a video with the steps? many people will appreciate it. i am the first! Thanks :)
  19. Hi guys. In Arma 3 when zoom in, 1 square is 100m, however size marker is x-axis = 50 and y-axis = 50 to be equal to the square :( in wiki getMarkerSize return array size in meters and it doesn't correspond to the map, 50m marker == 100m in map instead of 100m marker == 100m in map. I have to do the conversion, right? Thanks.
  20. oscarmolinadev

    Size of square map and markers?

    :eek: Thanks Jona33 i didn't know it was radius. :d:
  21. oscarmolinadev

    Problems with dead unit and script in init

    Thanks L3TUC3. Before posting here I didn't know that the leader lost the group. I've been testing and doing debug when die was losing everything, so I've been watching the event handler and it has worked well. Thanks for answering.
  22. Hi. I want know what group is dead unit and i have problems :( I created a group, the group leader is dead "this setDamage 1;" and executes a script in the init of the unit pass the object unit "this" to script. Also other members have "this setDamage 1;". In script recibe object unit (leader) sometimes return B Alpha 1-1:1 and i can get the group and its members or return 21802040 #10: b_soldier_03.p3d for example and i can't get the group or its members. Thanks for help
  23. oscarmolinadev

    [WIP] Urban Patrol Modification

    I have just completed the description :)
  24. oscarmolinadev

    The Username Change/Merge Thread

    Please change my name to oscarmolinadev
×