Pages: 1
Author Topic: Project CollidaScope Demo v1.0  (31,694 Views)
Offline (Unknown gender) FroggestSpirit

Member
Joined: Mar 2013
Posts: 79
View profile
Posted on: December 15, 2013, 07:58:13 PM
This is the game that I have been working on for quite a while, and this is the version I presented for my final project in a class.
This was all coded in Visual C++, but this will be the only version coded in that. I plan to move this back to ENIGMA in due time.

https://anonfiles.com/file/22fb8c7ca1030dfb920c7b5daad89ad7
Offline (Unknown gender) daz

Contributor
Joined: Jul 2010
Posts: 167
View profile
Reply #1 Posted on: December 15, 2013, 09:37:40 PM
Controls are kind of irritating. For a 3rd person view like this I'd recommend going with WASD for char control, with mouse rotating camera.

I guess it's a nice start to the game, lot missing it seems. No point in lives, no game over scenario, rotating platforms that I don't think are reachable yet.

I do like 3rd person platformers though so I'd like to see this expanded eventually.
Offline (Unknown gender) FroggestSpirit

Member
Joined: Mar 2013
Posts: 79
View profile
Reply #2 Posted on: December 15, 2013, 11:58:17 PM
I did forget to mention that you can double jump. The demo is beatable, and you need all 100 coins to beat it, so that's pretty much the only thing where game over comes in.
Also, I meant to take out the third person part, or atleast rework it, because it was just a quick thing I added in.
If you pause the game, you can toggle fisheye mode by pressing F
Offline (Unknown gender) egofree

Contributor
Joined: Jun 2013
Posts: 601
View profile
Reply #3 Posted on: December 16, 2013, 08:26:56 AM
When i try to run your game, it displays an error message : 'MSVCR100D.dll missing'. Would it be possible to include this dll with you package ?
Offline (Unknown gender) FroggestSpirit

Member
Joined: Mar 2013
Posts: 79
View profile
Reply #4 Posted on: December 16, 2013, 01:07:32 PM
I think it's probably from Visual C++, but you could probably google it. I didn't think it would have an issue like this, but then again, my laptop is the only one I tested it on.

When I re-port it back to ENIGMA, it shouldn't have an issue like that
Offline (Unknown gender) DaSpirit

Member
Joined: Apr 2013
Posts: 124
View profile
Reply #5 Posted on: December 17, 2013, 03:51:06 AM
Quote from: egofree on December 16, 2013, 08:26:56 AM
When i try to run your game, it displays an error message : 'MSVCR100D.dll missing'. Would it be possible to include this dll with you package ?
Download the Microsoft Visual Studio 2010 C++ Redistributable. The dll should come in there. Usually, if you have a newer version of Windows, you would have those by default. If that doesn't fix it, then it is because the game was compiled under debug mode.
Offline (Unknown gender) time-killer-games
Guest


Email
Reply #6 Posted on: December 19, 2013, 04:27:47 AM
This http://www.dlldump.com/ or http://www.dll-files.com/ should do the trick just don't download their antivirus it looks like a virus. The dll's are safe though I've downloaded from these sites before with no probs.
Offline (Unknown gender) FroggestSpirit

Member
Joined: Mar 2013
Posts: 79
View profile
Reply #7 Posted on: December 23, 2013, 04:35:22 AM
I already started porting it back to ENIGMA, and that's actually going pretty quick. With it back in ENIGMA, I will be able to further develop it at a faster pace, and we won't have these issues of dll's (and the vertex coloring will actually work as intended)
Pages: 1