×
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

1: Difference between revisions
Goals / B / 1

No edit summary
No edit summary
Line 2: Line 2:


== Modify DATA/CONFIG.DEF: ==
== Modify DATA/CONFIG.DEF: ==
'''FullScreen=0'''
FullScreen=0


'''TrueColor=8'''
TrueColor=8


'''Timer=200ms'''
Timer=200ms


== How to create rectangles based on the sprite sheet CSV file (example) ==
== How to create rectangles based on the sprite sheet CSV file (example) ==

Revision as of 17:41, 12 August 2024

Repository: https://github.com/openeggbert/sprite-utils

Modify DATA/CONFIG.DEF:

FullScreen=0

TrueColor=8

Timer=200ms

How to create rectangles based on the sprite sheet CSV file (example)

java -jar /rv/data/desktop/code/code.nanoboot.org/nanoboot/sprite-utils/target/sprite-utils-0.0.0-SNAPSHOT-jar-with-dependencies.jar draw --dir /rv/data/desktop/code/code.nanoboot.org/nanoboot/open-eggbert-legacy-assets/speedy_eggbert_1/IMAGE08 --rectangle-color 0,255,0 --sprite-sheet-path /rv/data/desktop/code/code.nanoboot.org/nanoboot/open-eggbert/assets/default-spritesheets/speedy_blupi_I.spritesheet.csv --row 4 --file-name BLUPI000.BLP ;

How to run Speedy Blupi/Eggbert in window mode on Linux without blue backgrounds

cd /rv/data/desktop/code/code.nanoboot.org/nanoboot/open-eggbert-legacy-assets/speedy_eggbert_1;Xephyr :1 -ac -screen 800x600x16 & DISPLAY=:1 xfwm4 & DISPLAY=:1 wine Eggbert1.exe