×
Create a new article
Write your page title here:
We currently have 133 articles on Open Eggbert. Type your article name above or click on one of the titles below and start writing!



Open Eggbert
133Articles

Misc: Difference between revisions
Other / Misc

No edit summary
m (Robertvokac moved page Misc to Other/Misc without leaving a redirect)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Grass ==
grass adds 8 pixels to the top


== Byte code ==
== Byte code ==
Line 7: Line 5:
planet blupi's bytecode has functions for creating, removing, and detecting blocks.  if it was actually included with level data, it would be possible to make logic gates, leading to some crazy stuff.
planet blupi's bytecode has functions for creating, removing, and detecting blocks.  if it was actually included with level data, it would be possible to make logic gates, leading to some crazy stuff.


== Treasure ==
== Additional button ==
Treasure chest does not contain coins, but golden eggs.
<blockquote>Jesse Savoie ''—'' 03/18/2023 1:23 AM


== Animation bug ==
Oh, and one more thing: I've given up trying to add a functional dream button to the SB2 editor. In the EXE file, 34970 - 349a0 controls what that button does, but it can't go past 349a7 without messing up another button, so I've hit a dead end.</blockquote>
<blockquote>the animation counter for objects only goes up to about 32000. it only takes about a half hour for them to reach that and overflow to negative
 
they fixed it for the sequel (mostly)</blockquote>
 
== Color bug ==
<blockquote>You know what I also noticed? There's a bug in Speedy Blupi 1 and 2. If you play as a Blupi other than yellow in multiplayer mode, once you go back to single player without closing the game, the color of your personal bomb will still be whatever color you played as. The yellow bombs will explode and you can still collect the color bomb of whatever color you were in multiplayer</blockquote>

Latest revision as of 20:36, 2 September 2024

Byte code

planet blupi includes a serializable scripting language to control all the entities. this makes it very easy to add new entity behaviors to the source code. and since the script is represented as bytes, scripts could be included with levels (if the developers ever implemented it)

planet blupi's bytecode has functions for creating, removing, and detecting blocks. if it was actually included with level data, it would be possible to make logic gates, leading to some crazy stuff.

Additional button

Jesse Savoie 03/18/2023 1:23 AM Oh, and one more thing: I've given up trying to add a functional dream button to the SB2 editor. In the EXE file, 34970 - 349a0 controls what that button does, but it can't go past 349a7 without messing up another button, so I've hit a dead end.