fedator
Member-
Content Count
20 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout fedator
-
Rank
Private First Class
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Chessmaster's Wounding System
fedator replied to chessmaster42's topic in ARMA 3 - ADDONS & MODS: COMPLETE
not working for me at all in singleplayer. nor for player, either for AI. All done like said in readme and here.... Simple test mission, only 2 units. UPD. Started from a trigger with 5 sec. timeout 0=[player] spawn CWS_load. timeout made the thing Actually great system. finally I can drop the unreal armor of the bots. 4-6 shots sometimes to kill. now 2 is enough, like always. Is it possible to setup a reveive chance in percentage? Or is it random, when cws_ais_revive_guaranty is set to false? Maybe it would be nice to be able to set up this chance manually in the future. Moreover I would switch off the heal actions on enemy corpses, it causes bugs after first aid and I dont think somebody will want to heal enemies. At least this feature should be disablable UPD2: Not playable with teamswitch , key "U" in SP. All injured effects (tunnel view, shaking) remain after changing player/applying help (it means a healthy soldier has these effects and is not playable). Some script errors pop up also. It seems that there is no checking wether player unit has changed.. I wanted to use this system in my missions, but unfortunately it is still too raw and needs a lot of fixes. -
Yes! In DAYZ there must be some farmer slots, who are obtaining and selling food, they are 100% friendly and not to kill by survivors!
-
Lip file not working, Lip animation not implemented yet?
fedator replied to fedator's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Ok. I made small and simple example mission to show new functionality of KBTell and working lip movement. So "say" command is now really obsolete. Call the small dialog with radio Alpha 0-0-1. All files have some comments, to understand the architecture. kbtell_tutorial.Stratis.rar -
I decided to pack my mission as Addon, because it has stringtable and must be preloaded. I created a folder "MyAddon" then put in it my mission "MyMission.Stratis" and put into "MYAddon" following config.cpp: class CfgMissions { class Missions { class MyMissionName { directory = "MyAddon\MyMission.Stratis"; }; }; }; then packed with BinPBO and put the addon in my Addons folder, but Arma 3 isnt reading this addon/config. I have no mission in scenarios and no entry in cfgmissions >> missions in the config. I have read a lot about it and I am doing 100% correct. where is the problem?
- 80 replies
-
- debriefing
- loading
-
(and 4 more)
Tagged with:
-
Ok. I made small and simple example mission to show new functionality of KBTell and working lip movement. So "say" command is now really obsolete. Call the small dialog with radio Alpha 0-0-1. All files have some comments, to understand the architecture. kbtell_tutorial.Stratis.rar
-
me too, lipsync working on player only! this crap ist fixed since alpha. Try using this: unit setRandomLip bool But imho it looks ugly. I want to hope BIS will answer hoe to make lipsync work properly in Arma3...
-
Lip file not working, Lip animation not implemented yet?
fedator replied to fedator's topic in ARMA 3 - MISSION EDITING & SCRIPTING
up. maybe some1 of dev team will read this. -
Lip file not working, Lip animation not implemented yet?
fedator replied to fedator's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I found the new command, which only lets the character open the mouth randomly - not a best solution, but enough for now.. seems not to work on civilians. unit setRandomLip true; -
Easiest Way to get the Arma2 weapons into the Game
fedator replied to deus_drone's topic in ARMA 3 - MISSION EDITING & SCRIPTING
It is not so easy to do a port. You must edit and rewrite the config file, adding all new A3 parameters to the addon. So if you never seen a config file, you probably wont be able to port the gun by yourself. I would suggest you ask some modders in the addon editing section to do it for you :rolleyes:. Cuz it is here mission editiong section. -
Lip file not working, Lip animation not implemented yet?
fedator posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Did anyone tried to do a cutscene with any unit talking? I did everything like always, and everything works fine, but the model does not open his mouth. I have the .lip file made with wavetolip from the mono .ogg sound file. But its not working. Not for any unit. Any idea? UPd. I tried the mission on A2. Lip sync worked fine. If anyone will have time to test lip sync on A3, please post here if it worked for you or not. -
GET/SET Loadout (saves and loads pretty much everything)
fedator replied to aeroson's topic in ARMA 3 - MISSION EDITING & SCRIPTING
very helpful, thanks -
AI animations changed or not working?
fedator replied to bjwimer's topic in ARMA 3 - MISSION EDITING & SCRIPTING
same for me - I couldnt get most of the anims to work in A3. Only sitting and smoking or sitting playing with weapon run fine. Seems that not all sims are ported yet. Or there are new commands. -
Has anyone gotten custom sounds/music to work?
fedator replied to Kevin's topic in ARMA 3 - MISSION EDITING & SCRIPTING
works fine for me with trigegr and command -
Arma 3 Alpha Comref, Classnames, Tutorials, Tools. When?
fedator replied to fedator's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Comref released, yay! https://community.bistudio.com/wiki/Category:Arma_3:_New_Scripting_Commands_List -
Arma 3 Alpha Comref, Classnames, Tutorials, Tools. When?
fedator posted a topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Dear BIS didnt find any similar thread regarding this. So posting a new one. Just for the information to the modding community pls comment if you are planning (if yes, then WHEN) to release Arma 3 Alpha ComRef, Classnames list, any tutorials of new features, tools ? This would be very helpful for a good start whith addons/mods and mission editiong. Many thanks in advance for reply. And looking forward for your reply.