Jump to content

DirtySanchez

Member
  • Content Count

    86
  • Joined

  • Last visited

  • Medals

Community Reputation

128 Excellent

4 Followers

About DirtySanchez

  • Rank
    Corporal

Contact Methods

  • Website URL
    http://DonkeyPunch.INFO
  • Biography
    Website: http://DonkeyPunch.INFO | Discord: https://discord.me/eXpoch | TeamSpeak: ts3.eXpoch.info

Profile Information

  • Gender
    Not Telling
  • Location
    Chicago, IL

Recent Profile Visitors

2214 profile views
  1. After some thought yesterday, the idea would be very similar to how you have your current setup. On the list to the left, instead of a folder name, we can use the description.ext and then instead of the filenames it would be the individual classes. The configs associated with the description.ext are very useful for mission creators and mod creators that are expecting their users to modify the setup. class CfgEpochClient{ AnyInfo = "whatever_is_needed"; Loadout[] = { "uniform","vest","etc","etc"}; }; These can be called from the functions using for example: _config = getArray(missionConfigFile >> "CfgEpochClient" >> "Loadout"); Having this special description.ext on the left list with each class listed below it would be nice. We also have to take in consideration that many people use the description.ext to #include other .cpp and .hpp files. These at times will also have class Cfg's in them that arma will see as being in the missionConfigFile. Honestly thank you for approaching this request bud EDIT: Also the reasons behind this would be for ease. Ease in editing, accessing the information and creating new classes without the need for anything else. This would need the description.ext compiled so the includes can be identified by your program and placed appropriately. When we click onto any of the defined classes in the left list(child of desciption.ext) we should get the class itself in the editor OR place the cursor on the appropriate line. I know this can seem confusing and maybe might not be the approach you take, but I do look forward to more. THANKS AGAIN MAN GREAT WORK!
  2. @engima Hey bud, I am really liking your creation so far and would like to make a request. Can you create a way that your program will recognize the "description.ext" file in the mission. I dont think we need to include anything special for the settings but the important part here are the includes and the classes defined. I think the added feature would allow an easy way to include all of that information that might be very important to some mission creators that use specialized RscTitles, CfgRemoteExec additions and much, much more. The reasoning behind my request is to be able to use just TypeSQF during my project and not have to also have notepad++ with the description.ext and any #included files. Thanks in advance for any consideration you give this request
  3. Hey @basstard I did reply to you in the Steam Workshop and press the same response here. I do work on a lot of projects and keep busy, when I learn something new and can apply it to OCP I have and in fact did that not a few months ago adding in more arma 3 compatibility for the models. If you know how to do that modelling work to add those positions, lets get em done and updated
  4. Wow, read through this entire thread. First Enigma, great work all the way! I am going to start transitioning over to this typeSqf tool today. I have used notepad++ for 3 years now and am very interested to see how fast this can make my development Thanks again DirtySanchez
  5. DirtySanchez

    say3D - maxDistance broken ?

    well the copy and paste error was my issue. Should have read this: _obj say ["sound_name",1]; Nice community attitude there KK. Good job on seeing that I resolved his issue already. And great job on noticing my real issue if you read the entire post. I never ask much if anything at all in these forums and this is what one gets for making the leap to asking a valid Q.
  6. DirtySanchez

    say3D - maxDistance broken ?

    Just a week ago I helped out @donnovan correct an issue with his say3d. His syntax he used was broken and using a different one worked. He used this syntax: _obj say3D ["sound in CfgSounds",volume]; EDITED - _obj say ["sound in CfgSounds",volume]; Which did not work for him I directed him to use _obj say3d "sound in cfgSounds"; Which did work for him. Now I am seeing more mods have issues with say3d This tinme its being sent from FSM but is using the tested working syntax.... Not sure what's up with mp servers and say3d Any other input on this one @killzone_kid
  7. no problem, sometimes some 1 on 1 troubleshooting either solves the issue with the script or helps the user learn a bit about it. several of the versions have evolved since its initial release and a few kinks worked out. not sure if any of those were an answer to yours.... Have a great weekend :)
  8. Oh boy, im so sorry I have not replied to you @M3gz Please jump into our discord for better service from DPCG: https://discord.me/eXpoch Did you ever figure out the couple of issues you encountered?
  9. @jerminhu Hey bud thats for the inquiry. 1. If your map has original non-enterable buildings from Arma 2 ports, these buildings are removed and replaced with OCP's enterable exact match versions 2. CUP Added some JBAD buildings and it is suggested to use plain ole OCP 3. DonkeyPunch Build Everything Arma, it converts all arma 3 map objects as useable inventory to build them yourself in game. - This has become a series of DPBEA addons with the addition of not only Expansions, but also JBAD, OCP and PLP for almost 4000 different objects to use if running them all together. - Core has the main system in place allowing you to build by double clicking the buildable item in your inventory and voila it pops up in front of you to place it how you want. - My vector building system was added to this addon so that you guys can have a sweet way to build with precision. - Development is not over, there are plenty of ideas left to tackle and plenty of ideas not thought of yet. Have a great week!
  10. Update: I could not let this oldie but goodie go away cause of Massi's being AFK. On Friday, we contacted Dwarden and asked about NATO Vehicles status and it was reversed after some thought on their end. Thank you @dwarden for your help in resolving this mods status on the Workshop and keep up the great work!
  11. DP Build Everything Arma OCP [FINISHED] OCP buildings were added to DPBEA series of addons [NEW] DPBEA OCP is now baked into OCP for those that use DPBEA Core [NEW] DPBEA OCP and DPBEA JBAD are now baked into OCPwJBAD for those that use DPBEA Core [INFO] These baked in addons have been signed with the OCP or OCPwJBAD key for ease of install/update(NO NEW KEYS) [INFO] If using OCPwJBAD you do not need to download DPBEA OCP nor DPBEA JBAD as the above notes mention they are baked into the addons now. [NEW] OCP and OCPwJBAD were updated today BIG UPDATES
  12. Big update with many improvements More Arma 3 compatibility [CHANGED] OCP Houses will inherit House_F for DestructionEffects instead of House (Altis Life Housing Support) [ADDED] config entry for "numberOfDoors" [ADDED] OCP Doors will follow "BIS_disabled_door" variables [ADDED] Inheritances for Open and Close Doors to remove Duplicate entries [REMOVED] Extra actionstart and end entries [REMOVED] Empty data areas and extra lines [FIXED] CfgModels Angles were incorrect causing Open and Close to be switched. [NEW] CfgModels Animation Sources cleaned up for a3 compatibility [ADDED] Replace HouseV_1L1 with OCP HouseV_1L2 in search N replace script _countBldgs : 97 replaced [ADDED] Replace HouseV_1I1 with OCP HouseV_3I1 in search N replace script _countBldgs : 103 replaced [INFO] 200 more buildings are now enterable on Chernarus! [NEW] Land_d_dom02_pinsk is now error free for use and up to date with above changes [WIP] Land_d_dom01 is working as intended with 1 pesky popup I can't get rid of... [UPDATE] This evening, no key change required if already up to date [NEW] Each version has its own Search N Replace in respects to its contents. OCP replaces for OCP. OCPwJBAD replaces for OCP and JBAD. [NEW] DPBEA OCP is now baked into OCP for those that use DPBEA Core [NEW] DPBEA OCP and DPBEA JBAD are now baked into OCPwJBAD for those that use DPBEA Core [INFO] These baked in addons have been signed with the OCP or OCPwJBAD key for ease of install/update(NO NEW KEYS)
  13. I have a newer set of releases called DP Build Everything Arma I have added a new version in this series for JBAD with an OCP version right behind it. OCP will have the DPBEA OCP Baked in for use with the DPBEA Core OCPw/JBAD will have both DPBEA OCP and JBAD baked in for use with the DPBEA Core. These two updates will come later this week with a few config additons and changes for better Arma 3 compatibility These are buildable objects for SP / Campaign / Co-Op / MP / Editor Preview ++ They are also fully compatible with Epoch / Exile / Altis Life / Wasteland / R3F ENJOY!!!
  14. DP Build Everything Arma JBAD [Released] Adds 300 more objects to the DPBEA series [INFO] Trees, buildings and more [INFO] Will be added directly to OCPw/JBAD soon [REQUIRES] DPBEA Core but it is up to you to have JBAD or OCPw/JBAD on your server or loaded on your client A few more DPBEA series of addons to go and I will start doing the objects that look like containers to hold storage If anyone would like to start making crafting recipes for Epoch and Exile, be my guest help is always welcome. Steam Workshop Link http://steamcommunity.com/sharedfiles/filedetails/?edit=true&id=897730436
  15. Full Dynamic Simulation Compatibility [INFO] more servers are compatible with Dynamic Simulation now [ADDED] Checks for server DynamicSimulationSystemEnabled. [CHANGED] If new Dynamic Simulation is on, replacement buildings will be given Dynamic Simulation for performance [ADDED] Check for OCP_sNr_OFF variable. To turn off the search N replace feature of OCP use this code in your init or initServer OCP_sNr_OFF = true; [KEY CHANGE] With the addition of this new Arma 3 feature to OCP, future support requests need to be filtered for this change. Each version has its own separate key now. OCP.bikey and OCPwJBAD.bikey respectively. ENJOY! NOW UPLOADED
×