Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

features request: editor modules to make "scripted stuff" easier/faster #10

Open
CommandDDOS opened this issue Jun 11, 2024 · 0 comments
Labels
feature New feature or request

Comments

@CommandDDOS
Copy link

after looking in editor enhanced in A4E systems. I think that they got some enhanced that we could add to make missions scripted stuff faster to implement in missions.
Main helpfull stuff that there is:

-Module that add Eventhandlers to connected objects(on deleted,onKilled/destroyed):
It should be faster/easier to make more complex missions with CBA events and our task framework without spending more time in task.hpp. simple adding killed event handler to VIP unit in editor that cast CBA serverevent to end killing missions with succes should be faster than adding codeSucces in task.hpp or manual adding killed eventhandler on unit/object.

-Module activated by time in game: simple activating scripted stuff on specific time.

  • Module AddAction - module should make faster adding new kind of "interaction" to mission.
    Integrating ability to launch CBA global/server/local event name should make faster and easier making task update after interaction and integrating it with "Diary Notes"/BIS_fnc_initInspectable should make fast and easy adding intel stuff to the mission.

At the same time adding it as modules make should made super visibile that we putted some kind of of event to unit/make some stuff after specific time or we have object with addedAction in editor without looking at attributes in editor or looking at init/playerinit/serverinit.sqf

@veteran29 veteran29 added the feature New feature or request label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants