"My Projects" - Collection

Posted By: MasterQ32

"My Projects" - Collection - 09/17/11 17:54

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.

Posted By: PadMalcom

Re: "My Projects" - Collection - 09/17/11 18:16

This is interesting! But with a zip file you'll get more downloads.
Posted By: MasterQ32

Re: "My Projects" - Collection - 09/17/11 18:24

why that?
it's not an installer, it's only a selfextracting 7zip file
you can also uncompress it with 7zip or winrar
Posted By: Myrkling

Re: "My Projects" - Collection - 09/17/11 18:29

Perhaps you could also list what you have in there?
800 MB are quite much to download for "just having a look" IMO.
Posted By: MasterQ32

Re: "My Projects" - Collection - 09/17/11 18:30

you're right. Added a project list.
Posted By: Myrkling

Re: "My Projects" - Collection - 09/17/11 18:49

Ha, that's a nice list. Lots of interesting stuff. Thanks!
Posted By: MasterQ32

Re: "My Projects" - Collection - 09/17/11 18:50

No problem. That's the reason why i've published this!
Posted By: Redeemer

Re: "My Projects" - Collection - 09/17/11 23:08

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
Posted By: MasterQ32

Re: "My Projects" - Collection - 09/17/11 23:20

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)
Posted By: 3run

Re: "My Projects" - Collection - 09/18/11 11:55

Thank you, I've just downloaded it. I guess, there are a lot of things for me to learn from laugh
Posted By: AdamV

Re: "My Projects" - Collection - 01/21/12 20:35

oh it seems not available for download anymore frown
Posted By: nomis23uk

Re: "My Projects" - Collection - 01/21/12 22:32

link is dead.

from the description it appears it can be a very useful tool for new people starting out with 3dgs....

looking forward to seeing the projects if u can re upload anywhere.
Posted By: MasterQ32

Re: "My Projects" - Collection - 01/22/12 01:03

Updated the download link (changed the hosting server)
Posted By: nomis23uk

Re: "My Projects" - Collection - 01/22/12 11:23

many thanks, downloading now laugh
Posted By: MasterQ32

Re: "My Projects" - Collection - 01/22/12 12:51

No Problem wink
Maybe a new version is following soon, but with single download per project
© 2024 lite-C Forums