Jun 10, 2016 at 7:21 AM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
You can't generate a flag list in CE.
 
Jun 10, 2016 at 3:41 PM
Soup Man
"In Soviet Russia, graves keep YOU!"
Join Date: Jul 15, 2014
Location: IN YOUR HEAD, SHIT FOR BRAINS
Posts: 670
Age: 7
You probably have flag 44 set, which makes the script jump to #0108, making you get transported.
If you want to see where flag 44 might have gotten set click "Actions" and "Generate Flag List."
You get flag 44 after you use the bomb. I'll just rewrite the script mire carefully. I still need to know why <TUR keeps going after a <CLR.
 
Jun 10, 2016 at 3:46 PM
Deliverer of Sweets
Bobomb says: "I need a hug!"
Join Date: Jul 20, 2015
Location: Under sea level or something
Posts: 786
Age: 25
I still need to know why <TUR keeps going after a <CLR.
It's made to work till another <MSG or and <END, and I would expect more people to use a <CLR after a <TUR to clean the message box and not stop <TUR than people who would like to use <CLR<TUR everytime.
 
Jun 10, 2016 at 4:08 PM
Soup Man
"In Soviet Russia, graves keep YOU!"
Join Date: Jul 15, 2014
Location: IN YOUR HEAD, SHIT FOR BRAINS
Posts: 670
Age: 7
What's the ANP for a teleporter? TP lights too.
 
Jun 10, 2016 at 5:45 PM
Senior Member
"This is the greatest handgun ever made! You have to ask yourself, do I feel lucky?"
Join Date: Oct 22, 2014
Location: Xyrinfe multiverse
Posts: 100
Age: 28
Does anyone know what the sprites below the Nemesis bullet sprites are used for, if they are used?
 
Jun 10, 2016 at 5:54 PM
Soup Man
"In Soviet Russia, graves keep YOU!"
Join Date: Jul 15, 2014
Location: IN YOUR HEAD, SHIT FOR BRAINS
Posts: 670
Age: 7
Does anyone know what the sprites below the Nemesis bullet sprites are used for, if they are used?
The square ones? I always thought they were either the Snake or that unused weapon.
 
Jun 10, 2016 at 7:03 PM
beep boop
Bobomb says: "I need a hug!"
Join Date: Aug 16, 2014
Location: no
Posts: 845
Age: 23
Alright, what exatly do I do with the Org2.10 compatibility hack. Which one do I use, and what does it replace?
 
Jun 10, 2016 at 7:40 PM
Senior Member
"This is the greatest handgun ever made! You have to ask yourself, do I feel lucky?"
Join Date: Oct 22, 2014
Location: Xyrinfe multiverse
Posts: 100
Age: 28
Jun 10, 2016 at 7:46 PM
Soup Man
"In Soviet Russia, graves keep YOU!"
Join Date: Jul 15, 2014
Location: IN YOUR HEAD, SHIT FOR BRAINS
Posts: 670
Age: 7
Unused weapon?

I thought so too; as it turns out, the Fireball uses the same sprites as the Snake…
The weapon that's <AM+0007 or 8. The green one.
 
Jun 10, 2016 at 10:00 PM
Senior Member
"Huzzah!"
Join Date: Dec 2, 2015
Location:
Posts: 211
Age: 25
NPC Create:
push init slot (0x200 entity slots, starts checking from # pushed.)
push Parent ; This is to push [ebp+8] in ASM to relate entities to one another, with +A8
push Direction
push yvel
push xvel
push y
push x
push num
call 46efd0

Can someone tell me what it means for push init slot, parent, and the num at the end?
 
Jun 10, 2016 at 10:21 PM
hi hi
"What're YOU lookin' at?"
Join Date: Oct 17, 2011
Location: probably somewhere else
Posts: 1099
Age: 26
NPC Create:
push init slot (0x200 entity slots, starts checking from # pushed.)
push Parent ; This is to push [ebp+8] in ASM to relate entities to one another, with +A8
push Direction
push yvel
push xvel
push y
push x
push num
call 46efd0

Can someone tell me what it means for push init slot, parent, and the num at the end?
parent is literally the parent entity
like fuzz cores for those little cuties
and num is npc's id
number
in other words which entity gets spawned
and i don't think i ever played around with the init slot so no comments on that
 
Jun 11, 2016 at 3:08 AM
beep boop
Bobomb says: "I need a hug!"
Join Date: Aug 16, 2014
Location: no
Posts: 845
Age: 23
How do I make the Miza boss die like normal?
 
Jun 11, 2016 at 3:46 AM
Its dark in here
"Deaths: 4000"
Join Date: Nov 21, 2013
Location: farther
Posts: 922
Age: 27
Jun 11, 2016 at 4:29 AM
beep boop
Bobomb says: "I need a hug!"
Join Date: Aug 16, 2014
Location: no
Posts: 845
Age: 23
Yeah, but I've changed my mind, and instead want to make the transformed Sue npc killable, so they can run a script on death.
 
Top