Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

WIP: Add initial port of the cse ied modules #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

thojkooi
Copy link
Contributor

@thojkooi thojkooi commented May 5, 2016

Adds an initial port of the old CSE chain ied modules.

@jonpas
Copy link
Member

jonpas commented Jul 8, 2016

How far done is this?

_mine setDir ((getDir _iedCreated) + 90);
_mine setPos _iedCreated;
_iedCreated setvariable [QGVAR(pressurePlate), _mine];
hideObjectGlobal _mine;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This only works on the server
https://community.bistudio.com/wiki/hideObjectGlobal
But it can be called by a zeus dedicated client via the module.

@commy2
Copy link
Contributor

commy2 commented Oct 11, 2016

Should camel case all the SQF commands.

class GVAR(moduleCreateIedZeus): ace_zeus_moduleBase {
curatorCanAttach = 1;
displayName = CSTRING(Module);
function = QFUNC(moduleZeus);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^ See above. I don't know on what machine this will be executed. Every machine? The Server? The Zeus-Client?

@jonpas jonpas modified the milestones: 3.1.0, 3.2.0 Oct 18, 2016
@jonpas jonpas added the WIP label Feb 26, 2017
@jonpas jonpas modified the milestones: 3.3.0, 3.2.0 Feb 26, 2017
@BaerMitUmlaut
Copy link
Member

Whoopsie

@BaerMitUmlaut BaerMitUmlaut reopened this Oct 24, 2017
@PabstMirror PabstMirror modified the milestones: 3.3.0, Ongoing Dec 2, 2017
@stale
Copy link

stale bot commented Nov 10, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Nov 10, 2018
@thojkooi thojkooi changed the title Add initial port of the cse ied modules WIP: Add initial port of the cse ied modules Dec 1, 2018
@thojkooi thojkooi removed this from the Ongoing milestone Dec 1, 2018
@thojkooi thojkooi added this to the Backlog milestone Dec 1, 2018
@thojkooi thojkooi removed the wontfix label Dec 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants