Gamestudio Links
Zorro Links
Newest Posts
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (Quad, VoroneTZ, 1 invisible), 852 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
"My Projects" - Collection #383239
09/17/11 17:54
09/17/11 17:54
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline OP
Expert
MasterQ32  Offline OP
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
Hey Guys!

I've done many projects so far. But never published all things.
Now i've decided to publish them in a bundle.
Some projects do not work properly, but contain some cool or useful code.
So have fun with it!

Download-Link:
http://www.target-of-victory.com/Publish.exe
It's a really fast download (2,2 MB/s and more)
The file is about 800 MB large and compressed.

Greetz Felix

Click to reveal.. (Project List)

======================================================================
AlternativeScheduler
======================================================================

This project is what the name says. An alternative version to schedule functions with GS.
It's about 3 times faster than the standard scheduler, but not finished yet.
You can use it, if you don't need to remove a function. Otherwise you have to write it on your own.


======================================================================
ArmorSystem
======================================================================

An older project by me which should manage users and chatting with and between different games and one central server.
So you can use one account for all games in gs. The project wasn't that bad, but it's not so good.
There are some good snippets how to create a plugin which uses socket functions in c++.


======================================================================
BrickBuilder
======================================================================

Maybe you know this project. If not, look here:
http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=379827


======================================================================
Cave Research
======================================================================

A project which uses the CubeX Framework. You are in randomly generated dungeons and you can walk around, use portals to go to the next dungeon.
There's also a level editor for editing the levels.


======================================================================
Desktop-App
======================================================================

Use Gamestudio on your Desktop like a windows sitebar application!


======================================================================
From GS
======================================================================

Another simple terrain editor. You can edit terrain height and water height.
Use 1 and 2 to switch the edit modes.


======================================================================
Galaxy
======================================================================

Two simple, but cool particle effects


======================================================================
GSStarter
======================================================================

My starter project with source files.
http://www.opserver.de/ubb7/ubbthreads.php?ubb=showgallery&Number=340545


======================================================================
Hackers Delight
======================================================================

Atm not a game, but a game base. You need a mySQL database to use this. The database structure could be get from the server source files.
This project is interesting in a special way:
The game itself is empty. It contains only a start menu and a method to download/install apps(plugins) for this game.
Those plugins have a really simple-to-use api for the game (like networking, gui, ...)


======================================================================
Jump'n'run
======================================================================

Simple platformer game done with physX.
Controls are easy:
Space jump, cursor keys to move
with p you can switch through pp-effects
with c turn the camera
with i toggle isometric mode


======================================================================
LC GUI
======================================================================

My WIP gui system. Buggy, unfished, cool grin


======================================================================
Mini RPG
======================================================================

This is a simple RPG template. You've got an inventory, a simple battle system and a day-night cycle


======================================================================
One Man Army
======================================================================

A shooter project


======================================================================
Outbreak
======================================================================

Another shooter project


======================================================================
PointCloud
======================================================================

Control more than 1000 particles with speed and position. Each single one!


======================================================================
Space Game
======================================================================

A game like the one of the X-Series. Levels are stored in custom format.


======================================================================
TimeDigger
======================================================================

The previous version of Cave Research. Maybe cool, maybe not.


======================================================================
Walkers
======================================================================

People walk randomly(but intelligent) over the pavements.
They spawn and despawn only in house entries.

======================================================================
WhatIsFear
======================================================================

Simple walkaround grin
Inspired by Amnesia: The dark descent


======================================================================
Windows API + Windows API Snippets
======================================================================

Some cool stuff done with the windows api. You can count Desktop-App as one of them.


Last edited by MasterQ32; 01/22/12 01:03. Reason: Updated download link

Visit my site: www.masterq32.de
Re: "My Projects" - Collection [Re: MasterQ32] #383243
09/17/11 18:16
09/17/11 18:16
Joined: Mar 2006
Posts: 1,993
Karlsruhe
PadMalcom Offline
Serious User
PadMalcom  Offline
Serious User

Joined: Mar 2006
Posts: 1,993
Karlsruhe
This is interesting! But with a zip file you'll get more downloads.

Re: "My Projects" - Collection [Re: PadMalcom] #383245
09/17/11 18:24
09/17/11 18:24
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline OP
Expert
MasterQ32  Offline OP
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
why that?
it's not an installer, it's only a selfextracting 7zip file
you can also uncompress it with 7zip or winrar


Visit my site: www.masterq32.de
Re: "My Projects" - Collection [Re: PadMalcom] #383246
09/17/11 18:29
09/17/11 18:29
Joined: Feb 2011
Posts: 135
Myrkling Offline
Member
Myrkling  Offline
Member

Joined: Feb 2011
Posts: 135
Perhaps you could also list what you have in there?
800 MB are quite much to download for "just having a look" IMO.

Re: "My Projects" - Collection [Re: Myrkling] #383247
09/17/11 18:30
09/17/11 18:30
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline OP
Expert
MasterQ32  Offline OP
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
you're right. Added a project list.


Visit my site: www.masterq32.de
Re: "My Projects" - Collection [Re: MasterQ32] #383248
09/17/11 18:49
09/17/11 18:49
Joined: Feb 2011
Posts: 135
Myrkling Offline
Member
Myrkling  Offline
Member

Joined: Feb 2011
Posts: 135
Ha, that's a nice list. Lots of interesting stuff. Thanks!

Re: "My Projects" - Collection [Re: Myrkling] #383249
09/17/11 18:50
09/17/11 18:50
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline OP
Expert
MasterQ32  Offline OP
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
No problem. That's the reason why i've published this!


Visit my site: www.masterq32.de
Re: "My Projects" - Collection [Re: MasterQ32] #383256
09/17/11 23:08
09/17/11 23:08
Joined: Dec 2008
Posts: 1,660
North America
Redeemer Offline
Serious User
Redeemer  Offline
Serious User

Joined: Dec 2008
Posts: 1,660
North America
You have a much more interesting collection of projects there than I do.

I haven't downloaded this, but here's some comments on a few of your projects anyway:

"AlternativeScheduler" - In the process of writing my own simple game engine in C, I also had to write my own scheduler that loops through the entity list (a doubly-linked list) and run each entity's assigned functions (the entity structure has a function pointer). What I want to know is why we can't remove functions from the scheduler when we use your code?

"WhatIsFear" - Since playing Amnesia some months ago I've always had a desire to make something like it too. grin


Eats commas for breakfast.

Play Barony: Cursed Edition!
Re: "My Projects" - Collection [Re: Redeemer] #383257
09/17/11 23:20
09/17/11 23:20
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline OP
Expert
MasterQ32  Offline OP
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
Originally Posted By: Redeemer
What I want to know is why we can't remove functions from the scheduler when we use your code?


That's really simple:
It's not implemented wink
You have to implement it yourself, that's all (and it shouldn't be too hard)


Visit my site: www.masterq32.de
Re: "My Projects" - Collection [Re: MasterQ32] #383265
09/18/11 11:55
09/18/11 11:55
Joined: May 2009
Posts: 5,370
Caucasus
3run Offline
Senior Expert
3run  Offline
Senior Expert

Joined: May 2009
Posts: 5,370
Caucasus
Thank you, I've just downloaded it. I guess, there are a lot of things for me to learn from laugh


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung
Page 1 of 2 1 2

Moderated by  adoado, checkbutton, mk_1, Perro 

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