Okay, I got the idea of making a door system in JK where pressing a switch sends a trigger, triggering another cog causing it to send a trigger, that trigger opening the door. Such a system has 3 cogs therefor:
cog 1. The switch activation sending the first trigger
cog 2. This cog consists only of a trigger message, receiving the trigger from cog 1 and sending out another trigger.
cog 3. The door opening with the trigger of cog 2.
Why did I do this, you ask. The idea I got was this: cog 2 can easily have its trigger values modified without causing checksum. So, for my level I made 'fake' triggers in cog 2, and externally I changed their values to the correct triggers and placed them in my cog folder. This system worked perfectly as, when testing on my own as host, my cogs replaced those in the level and the doors only opened because of them.
So, what's the problem? The issue is that, when not the host, I'm having a nightmare getting my trigger cogs used instead of those used by host. I would concider this to be a cog flag issue, but I've tried changing the flags to many different values but to no success.
Anyone have an idea what cog flags I would use or a method I could use to let the client's cog take presidence?
cog 1. The switch activation sending the first trigger
cog 2. This cog consists only of a trigger message, receiving the trigger from cog 1 and sending out another trigger.
cog 3. The door opening with the trigger of cog 2.
Why did I do this, you ask. The idea I got was this: cog 2 can easily have its trigger values modified without causing checksum. So, for my level I made 'fake' triggers in cog 2, and externally I changed their values to the correct triggers and placed them in my cog folder. This system worked perfectly as, when testing on my own as host, my cogs replaced those in the level and the doors only opened because of them.
So, what's the problem? The issue is that, when not the host, I'm having a nightmare getting my trigger cogs used instead of those used by host. I would concider this to be a cog flag issue, but I've tried changing the flags to many different values but to no success.
Anyone have an idea what cog flags I would use or a method I could use to let the client's cog take presidence?