Jump to content

God of Monkeys

Member
  • Content Count

    82
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by God of Monkeys

  1. God of Monkeys

    Where is the Original ArmA2 Medical Tent?

    Thanks, looks like I just search "tent" and missed this thing. Thanks you again.
  2. I'm looking for this classic tent. Photo I want to use this tent to build medical spot in my mission. But in CUP object, I can only find this tent without medical skin version. Can anyone know where I can find this medical tent? Thx
  3. Hi, I am curious about this, can we add Model(.p3d) or Animation (etc..) into MP mission? I know we can pack texture into mission and change like car's texture. If we sometimes just want to use a cool stuff into mission, but seems like this object will only use once on mission. So I don't want to let every in my squad download this mod just play this mission. So if we can pack model or animation (etc...) into mission, although file's size will bigger, but we can have more free idea to make a mission. Have any information about this? Thx
  4. Hi, I am my Unit's mission maker, we always play coop mission with ACE3. We basically use "Basic Medical System" and "Turn off Medical Specialized" and "Wound can be Full Heal". So everyone can heal each other with no limit, the only difference between our medical soldiers and the non-medic soldier is Medic will have more medical supplies than others. I want to set more challenge like ACE 2 old time, but don't want to use advance Medical System.(It's too complex more than I want) Here is my condition: 1.Basic Medical System 2.Everyone can use Morphine & Epinephrine 3.Everyone can blood transfusion for others. 4.Wound can't be full heal unless medic use personal medickit(or something) to heal you. So I just want to turn off about "Full Heal System", let some have badly wounded person heal after Bandage and Morphine, he will still hurt and shake his hand let him difficult to aim, and let medic have ability to full heal wounded. I try to set ACE3's medical modul, I "Turn On Medical Specialized" & "Wound can't be Full Heal", and add some personal medickit to medic, and here is my problem. 1.Because I "Turn On Medical Specialized", so blood transfusion can't be use by normal soldier, only medic can blood transfusion, but I don't want this. 2.I set "Wound can't be Full Heal" and it work, and I try hit some person(my friend who test with me) very hard, and save him and revive him, after normal ACE medical procedures, he will maintain very hurt because my setting, and I take a personal medickit from cache(ps: I set my Character to level max Medic), and here is problem, I use interactive button to him can't see anything about use this personal medickit button.(I set we can use personal medickit or surgical package anywhere we like) So is me done wrong with step? Please help me fix it, thanks
  5. Hi, I very curious about Miller's Captain Rank. Because Captain in army, navy or air force have different rank, and when I translate this into Chinese, this will be a problem, because we call Captain in army or navy in Chinese is totally different word. Anybody know this? Thx
  6. God of Monkeys

    Can I set mod load priority?

    I got "654wak654" answer me on ARMAHOLIC. He recommend me to write requiredAddons[] = {}; in my config.cpp. It might be a solution to ensure my mod load after the required one, and let my stringtable.xml to overwrite original one.
  7. Hi, I am my team's mod translator.I'm curious question, like when I translate ACE3, I extract stringtable.xml out and translate.When done, I pack these stringtable.xml into pbo and make a New Mod(Have @ folder), just like a patch and try don't change original pbo. This work fairly well, but some time there will some loss word don't translate.I guess might the original one and my translate one conflict, and my mod don't high priority than original one.Can I set or write in config.cpp to adjust my stringtable.xml high than original one?Thanks
  8. God of Monkeys

    Can I set mod load priority?

    Understood, I will check.
  9. How to reduce Vehicle Sound when music play? I make a intro to my MP mission, when intro start, music will play. But my vehicle (helicopter)'s sound too loud, so, when everybody is in the heli, they will hardly to hear music. I try to use fadeSound, but it not work. Can you guys help me? Thanks^^
  10. God of Monkeys

    How to reduce Vehicle Sound when music play?

    I got reply with ACE Team:https://github.com/acemod/ACE3/issues/3830 you can try this. ace_hearing_disableVolumeUpdate = true; This can disable ACE's volume control and let your fadeSound script work.
  11. God of Monkeys

    GCam (Let's fix this great mod)

    That's very strange................Got it!
  12. God of Monkeys

    GCam (Let's fix this great mod)

    Try load gcam alone. If it work, then add mod one by one to test what mod have problem.
  13. God of Monkeys

    Werthles' Headless Module

    Hi Werthles, I find this bug. And seem like all AI's waypoint is gone. They move randomly.
  14. God of Monkeys

    GCam (Let's fix this great mod)

    Can you told me how you use? Install position, official launcher? Any other mod?
  15. God of Monkeys

    GCam (Let's fix this great mod)

    Hi guys, I resolved all errors and pack it into pbo(error include missing font & map's paa define etc...), and now you can place this mod anywhere you like and it will not error.(Previous versions will have gcam_component.hpp not find error message if you not put mod under root game folder.) Gcam fix Downloadlink I fix with rebelvg's version.(Armaholic) And rebelvg if you like, you can take this version and update to armaholic, let armaholic can have a good one GCam :) Try my fix version :)
  16. Hi mash6, Iver like this tutorial, I have a qustion want to ask you. Can we set the font size? Like config.cpp ( spaceWidth = 0.7;spacing = 0.13; ) there add size=24. Because my custom font look too small in-game. Can we modifier this?
  17. Hello guys, I am translator that translate Arma 3 into Chinese author. I usually use WinMerge to compare new update file and my localization file. But here is the question, almost every time when BI update language file, it content will have some translocation problem. It's translocation content as same as my old file, but just change it's position. So when I compare two file will be very trouble to fix these content one by one.(ctrl+c & ctrl+v LOL) Have anyone knows how to quickly fix like this problem? Thx^^
  18. Hello guys, I am translator that translate Arma 3 into Chinese author. I usually use WinMerge to compare new update file and my localization file. But here is the question, almost every time when BI update language file, it content will have some translocation problem. It's translocation content as same as my old file, but just change it's position. So when I compare two file will be very trouble to fix these content one by one.(ctrl+c & ctrl+v LOL) Have anyone knows how to quickly fix like this problem? Thx^^
  19. God of Monkeys

    How to reduce Vehicle Sound when music play?

    I find problem. It's ACE3 cause problem. When ACE3 not load, the script will be fine. I already feedback this problem to ACE dev team.
  20. God of Monkeys

    How to reduce Vehicle Sound when music play?

    I meet a problem, I write the script in trigger to test. 0 fadeSound 0.1; playMusic "track_name"; But sound still as loud as same. No sign to reduce.Are you have same problem?
  21. God of Monkeys

    How to reduce Vehicle Sound when music play?

    Ok , I got it. Thanks^^
  22. God of Monkeys

    How to reduce Vehicle Sound when music play?

    Very thx^^ So when I want to reduce Sound,use this. defaultVolume = soundVolume; 0 fadeSound 0.3; playmusic "some_track"; _ehID = addMusicEventHandler ["SoundStop", {0 fadeSound defaultVolume; defaultVolume = nil}];When I want to let Sound back,use this. 0 fadeSound 1; _ehID = addMusicEventHandler ["SoundStart", {0 fadeSound defaultVolume; defaultVolume = nil}];Is that correct?
  23. Hello guys, I am a translator for arma 3 into chinese. In main game, I already make whole game into chinese. And now, I want to know if is possible to translate official launcher to other language? If anyone knows please tell me, I will very grateful. :)
×