Dec 6, 2014 at 7:03 PM
beep boop
Bobomb says: "I need a hug!"
Join Date: Aug 16, 2014
Location: no
Posts: 845
Age: 23
Maybe just have a detection were if the entity touches a detector entity, it deletes that entity and places a bunch of smoke particle effects from various entities being placed and dying instantly, dropping nothing though... You could make the detector entity work like a mix of the <ECJ command and the horizontal vertical trigger code. Instead of directly activating a command, it checks if that entity matches the one specified in it's code, then it runs the specified command. It seems easy, but it probably isn't.
 
Dec 6, 2014 at 7:09 PM
hi hi
"What're YOU lookin' at?"
Join Date: Oct 17, 2011
Location: probably somewhere else
Posts: 1099
Age: 27
Bionicobot said:
Maybe just have a detection were if the entity touches a detector entity
BLink said:
entities can't interact with entities.
Either way, it's your idea, do it as you want
 
Dec 6, 2014 at 7:13 PM
beep boop
Bobomb says: "I need a hug!"
Join Date: Aug 16, 2014
Location: no
Posts: 845
Age: 23
It would actually work like the horizontal and vertical trigger, only detecting a certain entity like the <ECJ command.
 
Dec 6, 2014 at 7:29 PM
hi hi
"What're YOU lookin' at?"
Join Date: Oct 17, 2011
Location: probably somewhere else
Posts: 1099
Age: 27
Do you know H/V triggers destroy invisiblity in vanilla CS? I'm pretty sure invisiblity would be good on the boss
Either I don't understand something or your way of thinking is weird
I guess it's the first option
 
Dec 6, 2014 at 7:40 PM
beep boop
Bobomb says: "I need a hug!"
Join Date: Aug 16, 2014
Location: no
Posts: 845
Age: 23

So, we know that the horizontal/vertical trigger can detect a player, right? And the <ECJ command detects entities with a specific flag id, then continues the script. So, we merge them. If an entity with the flag id of x comes within range of the triggers sensors, then the trigger associated with script # x will execute it's script. It'll probably be pretty hard, though. Hope that clarified!
 
Dec 6, 2014 at 8:14 PM
beep boop
Bobomb says: "I need a hug!"
Join Date: Aug 16, 2014
Location: no
Posts: 845
Age: 23
It's like smash brothers. The goal is to push it off the edge. It falls of, it gets sensed, then the boss battle ends.
 
Dec 7, 2014 at 12:59 AM
beep boop
Bobomb says: "I need a hug!"
Join Date: Aug 16, 2014
Location: no
Posts: 845
Age: 23
Oh, that makes makes it easier...
 
Dec 7, 2014 at 2:55 PM
Forever 12
"Big Joe Tire and Battery Restaurant! Opening Soon! Eat at Big Joes!"
Join Date: May 24, 2013
Location:
Posts: 539
Hey, I'm still new to TSC, and I'm trying to figure out how to fully script a boss against igor. So far, I managed to get Cutscene Igor to change to Boss Igor, and I have the boss health bar appear, and whenever Igor takes damage, it appears on the health bar like normal. However, once he is defeated, the boss health bar is still visible. I'm not sure what to do. Here are my TSC scripts:

#0097
<BOA0098<BSL0098<FL+0102<CMU0004<EVE0098<END

#0098
<CNP0098:0088:0000<FL-0102<END

And for reference, I have a horizantol/Vertz trigger which is #0097 and Igor is #0098.
 
Dec 7, 2014 at 10:26 PM
Giving it my all and shooting for the moon.
Modding Community Discord Admin
"What're YOU lookin' at?"
Join Date: Apr 23, 2013
Location: In a cave above the surface.
Posts: 1070
Age: 26
Hey, I'm still new to TSC, and I'm trying to figure out how to fully script a boss against igor. So far, I managed to get Cutscene Igor to change to Boss Igor, and I have the boss health bar appear, and whenever Igor takes damage, it appears on the health bar like normal. However, once he is defeated, the boss health bar is still visible. I'm not sure what to do. Here are my TSC scripts:

#0097
<BOA0098<BSL0098<FL+0102<CMU0004<EVE0098<END

#0098
<CNP0098:0088:0000<FL-0102<END

And for reference, I have a horizantol/Vertz trigger which is #0097 and Igor is #0098.
You don't need "<BOA0098", those commands are basically the <ANP for map bosses (and Igor isn't one of those).

If that doesn't fix it then try adding <BSL0000 in #0098
 
Dec 7, 2014 at 10:43 PM
Forever 12
"Big Joe Tire and Battery Restaurant! Opening Soon! Eat at Big Joes!"
Join Date: May 24, 2013
Location:
Posts: 539
Thanks, but it dosen't work. I'm mainly not sure what commands to put for when you defeat Igor.
 
Dec 7, 2014 at 10:55 PM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Check the vanilla igor code??
 
Dec 7, 2014 at 10:57 PM
War criminal
"Life begins and ends with Nu."
Join Date: Jun 27, 2013
Location: Phoenix
Posts: 2773
Age: 29
Question: how do I change the health and attack values on bosses like Balfrog, Omega, and Monster X?
 
Dec 7, 2014 at 10:58 PM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Probably in assembly
Here's the offsets for the bosses (not sure where you'd find each value tho)
Boss 0 (no special boss): 0x0072FF0
Boss 1 (Omega): 0x007B6F0
Boss 2 (Balfrog): 0x0079030
Boss 3 (Monster X): 0x007E6F0
Boss 4 (Core): 0x0074400
Boss 5 (Ironhead): 0x007A8A0
Boss 6 (Dragon Sisters): 0x007D170
Boss 7 (Undead Core): 0x00753D0
Boss 8 (Heavy Press): 0x007C820
Boss 9 (Ballos [Ball]): 0x00772F0
 
Dec 8, 2014 at 1:26 AM
The TideWalker
Modding Community Discord Founder
"That dog!"
Join Date: Apr 5, 2013
Location: In my mind and of my body.
Posts: 1640
Age: 26
Dec 8, 2014 at 9:11 PM
beep boop
Bobomb says: "I need a hug!"
Join Date: Aug 16, 2014
Location: no
Posts: 845
Age: 23
A). Use the <ANP/NPC#/script/direction.
B). Get gimp, open it, then in the top toolbar, go to windows, dock-able diologs, then pallet. Just add colors.
 
Top