Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, Imhotep), 567 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Desktop Obstacle Engine (DoE) #478697
11/28/19 14:06
11/28/19 14:06
Joined: Jul 2008
Posts: 2,107
Germany
rayp Offline OP

X
rayp  Offline OP

X

Joined: Jul 2008
Posts: 2,107
Germany
Hi.

I wanted to share a old and groovy app written by myself 2012.

Its a Desktop obstacle Engine that allows you to have your favourite sprites running on your Desktop.
Windows will be used as "2D Level" for the sprites.
[Linked Image]

Maybe some still remember the old Windows 3.11 Sheep ? Well this is the next Level of this great app. laugh

The sleeping sheep ... how cute
[Linked Image]
If iam right the original sheep sprite was made by Tatsutoshi Nomura, sry if i gave wrong credits at this point

Use your own sprites! DoE comes with Sheep, Super Mario (SNES) and Max (Sam and Max) examples
You can use Bitmaps (BMP) or animated GIF files ( "unlimited" animation sprites with gif )
[Linked Image]
[Linked Image]

Windows -> 2D Level
[Linked Image]

App is with german text now, if enough people care, ill make a english Version of it. Or completly rewrite it from scratch.
Project is pretty beta but (almost) bug free so far. it was a fun test project.
its all very easy to use
BUT readme.txt (with some good Infos) is both, german and english.

Adjust movement values to your need
[Linked Image]


DoE works without Installation or admin rights. Simply double click on the exe file, thats all.
Windows is full useable (no screensaver style). You can interact with sprites if u want (drag and drop).
Right click on sprite for a popup menu (because minimized app wnd is invisible).


Download link (1.24MB ZIP file - password: doe):
DoE.zip

edit: Download link of DoE2020 below !

https://youtu.be/HJyvT6XX2Js


Download works, anyway...maybe a better link follows, if i get some private server web space.


edit:

Main states / animations featured:
- Walk left / right
- Fast fly from screen top to bottom ( burning sheep )
- Crash floor / crash into windows left / right side ( while flying )
- Idle ( eat flower ) whatever
- Sprite object ( flower )
- Fall down
- Climb up ( build steps with windows ) / drag
- App was opened / closed ( for example sheep gets big eyes )
- Another sprite moving from right to left side of Screen ( grey sheep )
- Randomly flying sprite over Screen ( Ufo )
- Sleep
- Wake up
- ...

edit end


Have fun with this nice app
Greets

Last edited by rayp; 02/24/20 22:45.

Acknex umgibt uns...zwischen Dir, mir, dem Stein dort...
"Hey Griswold ... where u gonna put a tree that big ?"
1998 i married my loved wife ... Sheeva from Mortal Kombat, not Evil-Lyn as might have been expected
rayp.flags |= UNTOUCHABLE;
Re: Desktop Obstacle Engine (DoE) [Re: rayp] #478701
11/28/19 16:57
11/28/19 16:57
Joined: May 2009
Posts: 5,370
Caucasus
3run Offline
Senior Expert
3run  Offline
Senior Expert

Joined: May 2009
Posts: 5,370
Caucasus
I remember that awesome sheep app! grin Was one of my favorites! Great app indeed!


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung
Re: Desktop Obstacle Engine (DoE) [Re: rayp] #478702
11/28/19 17:46
11/28/19 17:46
Joined: Jul 2008
Posts: 2,107
Germany
rayp Offline OP

X
rayp  Offline OP

X

Joined: Jul 2008
Posts: 2,107
Germany
Thanks mate laugh

If u like it, feel free to share...maybe with a better link wink

Last edited by rayp; 11/28/19 17:54.

Acknex umgibt uns...zwischen Dir, mir, dem Stein dort...
"Hey Griswold ... where u gonna put a tree that big ?"
1998 i married my loved wife ... Sheeva from Mortal Kombat, not Evil-Lyn as might have been expected
rayp.flags |= UNTOUCHABLE;
Re: Desktop Obstacle Engine (DoE) [Re: rayp] #478742
12/07/19 01:13
12/07/19 01:13
Joined: Jul 2008
Posts: 2,107
Germany
rayp Offline OP

X
rayp  Offline OP

X

Joined: Jul 2008
Posts: 2,107
Germany
Small bug found frown

If two screens are used in Windows, the black sheep starts visible on Desktop and wont move. You can simply click here to solve this issue:
[Linked Image]

Note:
If you launch the app with param "/versteckt" DoE starts with invisible main window (only sheep visible at startup).
Example: doe.exe /versteckt

Last edited by rayp; 12/09/19 14:48.

Acknex umgibt uns...zwischen Dir, mir, dem Stein dort...
"Hey Griswold ... where u gonna put a tree that big ?"
1998 i married my loved wife ... Sheeva from Mortal Kombat, not Evil-Lyn as might have been expected
rayp.flags |= UNTOUCHABLE;
Re: Desktop Obstacle Engine (DoE) [Re: rayp] #478766
12/11/19 20:27
12/11/19 20:27
Joined: Jul 2008
Posts: 2,107
Germany
rayp Offline OP

X
rayp  Offline OP

X

Joined: Jul 2008
Posts: 2,107
Germany
Small demo vid:

https://youtu.be/HJyvT6XX2Js


Maybe this weekend i will upload a new version, but only with some small bug fixes and features.
English text and working taskbar+flying - objects, if two screens are used in Windows.

If i have enough time / and fun i also want the sheep to awake, if the window it sits on is closed/minimized/moved.
Let's see.

edit:
Started to rewrite all from scratch. Maybe ill finish it. Its like the science version of DoE. working title is DoE 2020.
Sprites are now dynamicly created at runtime with behaviour / event script (small script language for unique screen behaviour) etc.
For example a single DoE app can handle more than one moving sprite at once now.
[Linked Image]
[Linked Image]

Features already working
() "unlimited" moving sprites / skin files in one DoE
of course not that many sprites can be moved at once with a good framerate. please keep in mind
the Windows Desktop isnt a game engine wink ...for mass moving i would have to rewrite it a third time grin

rewritten it a third time grin
() much better "framerate"
() unlimited frames (GIF)
() "unlimited" size of sprites
() realtime gravity ( if apply_gravity is used ) in all anims
() very simple script language for unique sprite behaviour <- all gone into Editor (faster and more easy)
() syntax highlight of skin def file
() autostart of unlimited unique skin files on startup
() interaction between skin files / sprites
() english text
() click and play / fast edit of skin files
() smooth drag and drop of moving sprites
() clean anims, no switching errors anymore
() hotkey to show hidden app
() sidescroller (optional with gravity), topdown and flying (optional with wnd-bouncing) style movement
() background / level drawing
() bullets / shooting spritemovers
() sounds


Small wip Videos
edit: Meanwhile a lot of stuff was added, video is outdated already, but flow didnt change much

Creating a flying and a walking Skin
https://youtu.be/1yQleyRUrSo

DoE in action
https://youtu.be/ty7vM2hsdWI
https://youtu.be/Ot03rCpIeBo

[Linked Image]

Greets

Last edited by rayp; 12/22/19 00:43.

Acknex umgibt uns...zwischen Dir, mir, dem Stein dort...
"Hey Griswold ... where u gonna put a tree that big ?"
1998 i married my loved wife ... Sheeva from Mortal Kombat, not Evil-Lyn as might have been expected
rayp.flags |= UNTOUCHABLE;
Re: Desktop Obstacle Engine (DoE) [Re: rayp] #479152
02/24/20 22:24
02/24/20 22:24
Joined: Jul 2008
Posts: 2,107
Germany
rayp Offline OP

X
rayp  Offline OP

X

Joined: Jul 2008
Posts: 2,107
Germany
DoE 2020 is ready laugh

See feature list above.
Sheep 2.0 (DOE file) pre installed.

Following packages (DOP files) included:
starwars.dop (luke, han, stormtrooper, tie fighter and imperial droid skin .doe files with interactions and sounds)
guybrushthreepwood.dop
batman.dop
metalslug_flying_tank.dop
Use the package editor to install / create DOP files. DOP files are containers for sounds, bitmaps and doe skin def files.
So skins can be shared via one tiny file.


[Linked Image]
[Linked Image]
[Linked Image]

small GIF Editor
[Linked Image]
[Linked Image]

DOP Editor
[Linked Image]

DOE Highlight
[img]https://share-your-photo.com/img/292dfeeb0a_album.jpg[/img]

Finally the free app, have fun!
Password: doe2020
Download DoE2020 free now.

Greets

Last edited by rayp; 02/24/20 22:46.

Acknex umgibt uns...zwischen Dir, mir, dem Stein dort...
"Hey Griswold ... where u gonna put a tree that big ?"
1998 i married my loved wife ... Sheeva from Mortal Kombat, not Evil-Lyn as might have been expected
rayp.flags |= UNTOUCHABLE;

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1