Space Rangers Ep. 8 - the Rouge Robot (game project)

Game Design, Story, Game Play.
User avatar
Grok
Posts: 137
Joined: Sat May 27, 2017 9:20 pm

Re: Space Rangers Ep. 8 - the Rouge Robot (game project)

Post by Grok » Wed Feb 07, 2018 6:18 pm

seppgirty wrote:It is cold and flu season you know. They should come in handy. Nice job.
Indeed. The Quonion Sniffles can be quite nasty.

Thanks. :)

User avatar
Grok
Posts: 137
Joined: Sat May 27, 2017 9:20 pm

Re: Space Rangers Ep. 8 - the Rouge Robot (game project)

Post by Grok » Sun Feb 11, 2018 11:34 am

I have now added a hints system and a map in the tricorder

https://youtu.be/ULCOzH94dnU

Image


I basically have everything in place for the game, but many things in need of tweaking and similar improvments.

Sound still have to be added.

Movie cut scenes is my biggest problem for now. As of yet I've only managed to get old type AVI without any compression. Which means that the files are huge. One to huge to even play the whole thing (i believe there is a 2.8 BG limit).

I also have a sound synchronizing problem.

Any help with making smaller files and fixing the sound would be much appreciated.

Another things I'm struggling with is in the shoot-out scene. Is there anyway of making a laser-beam effect from the weapon?

User avatar
seppgirty
Posts: 161
Joined: Sat May 16, 2015 12:37 am
Location: Pittsburgh, Pa.
Contact:

Re: Space Rangers Ep. 8 - the Rouge Robot (game project)

Post by seppgirty » Sun Feb 11, 2018 2:52 pm

Really wish i could help with your problems. The biggest problem on these boards was finding people that could code. The game is looking amazing.The only work around for the size i can think of is releasing it in smaller chapters.
Gamer, Lover, Film maker,

http://www.chaosbrosfilms.com

User avatar
Grok
Posts: 137
Joined: Sat May 27, 2017 9:20 pm

Re: Space Rangers Ep. 8 - the Rouge Robot (game project)

Post by Grok » Tue Feb 13, 2018 9:40 pm

seppgirty wrote:Really wish i could help with your problems. The biggest problem on these boards was finding people that could code. The game is looking amazing.The only work around for the size i can think of is releasing it in smaller chapters.
I've found a codec that I can make work in the game [VP6 (On2)], that holds down the file size and the sound syncproblem seems to be handled too.
A bit too early to say I have the problem licked, but it looks very promising.

User avatar
seppgirty
Posts: 161
Joined: Sat May 16, 2015 12:37 am
Location: Pittsburgh, Pa.
Contact:

Re: Space Rangers Ep. 8 - the Rouge Robot (game project)

Post by seppgirty » Wed Feb 14, 2018 1:16 am

A bit too early to say I have the problem licked, but it looks very promising.
Fingers crossed for you buddy.
Gamer, Lover, Film maker,

http://www.chaosbrosfilms.com

User avatar
Grok
Posts: 137
Joined: Sat May 27, 2017 9:20 pm

Re: Space Rangers Ep. 8 - the Rouge Robot (game project)

Post by Grok » Fri Feb 16, 2018 9:02 pm

seppgirty wrote:
A bit too early to say I have the problem licked, but it looks very promising.
Fingers crossed for you buddy.
Unfortunately still an audio sync problem. :( Back to the drawingboard.

User avatar
seppgirty
Posts: 161
Joined: Sat May 16, 2015 12:37 am
Location: Pittsburgh, Pa.
Contact:

Re: Space Rangers Ep. 8 - the Rouge Robot (game project)

Post by seppgirty » Sat Feb 17, 2018 3:11 pm

Unfortunately still an audio sync problem. :( Back to the drawingboard.
Hmmm.. bit of a downer.
Gamer, Lover, Film maker,

http://www.chaosbrosfilms.com

User avatar
Grok
Posts: 137
Joined: Sat May 27, 2017 9:20 pm

Re: Space Rangers Ep. 8 - the Rouge Robot (game project)

Post by Grok » Sun Feb 18, 2018 6:41 pm

seppgirty wrote:
Sat Feb 17, 2018 3:11 pm
Unfortunately still an audio sync problem. :( Back to the drawingboard.
Hmmm.. bit of a downer.
Still a good step forward with compressing the video file size.
Cinepak is also a codec that I've found to work for the video part.
I do have a work around for the sound but it is a bit messy so it would have been nice to have a simple straightforward solution. :)

Pushing on playing this in the background
https://youtu.be/-n3sUWR4FV4?list=RD-n3sUWR4FV4

User avatar
seppgirty
Posts: 161
Joined: Sat May 16, 2015 12:37 am
Location: Pittsburgh, Pa.
Contact:

Re: Space Rangers Ep. 8 - the Rouge Robot (game project)

Post by seppgirty » Sun Feb 18, 2018 6:56 pm

Pushing on playing this in the background
:lol:
Gamer, Lover, Film maker,

http://www.chaosbrosfilms.com

User avatar
Grok
Posts: 137
Joined: Sat May 27, 2017 9:20 pm

Re: Space Rangers Ep. 8 - the Rouge Robot (game project)

Post by Grok » Sun Feb 25, 2018 5:13 pm

I have now added sound to the cutscenes using my workaround solution. (All save one cut that still is putting up resistance)

I have also added more sound-effects to the game. You have a test walk throug in this movie clip.


https://youtu.be/Ls9G1GuqtmQ

Image


My workaround solution runs over three game loops.

In the first I start the sound file.

In the second nothing happens.

In the third loop I start the videofile.



For the audiofile to play in sync with the video it needs to have a small blank part at the start (or if it is a looping sound the sound will have to start before the video).
I don't really know what I'm doing. It's just the way I got it to work. :D

User avatar
seppgirty
Posts: 161
Joined: Sat May 16, 2015 12:37 am
Location: Pittsburgh, Pa.
Contact:

Re: Space Rangers Ep. 8 - the Rouge Robot (game project)

Post by seppgirty » Sun Feb 25, 2018 10:57 pm

This is really coming along nicely. The audio adds so much more depth to the scenes. Keep it up.
Gamer, Lover, Film maker,

http://www.chaosbrosfilms.com

User avatar
Grok
Posts: 137
Joined: Sat May 27, 2017 9:20 pm

Re: Space Rangers Ep. 8 - the Rouge Robot (game project)

Post by Grok » Sun Mar 04, 2018 7:25 pm

DEMO3 now available
basically the complete game but with very little testing done.

http://grock.se/downloads/DEMO3.zip

Image

Glad to have feedback. :D


Edit:
Forgot to say that the zip-file also contains an exe file for installing the VP6 video codex I have used for the movie cut scenes. If the cut scenes don't run you might need to install the codex.

User avatar
aicd99
Posts: 264
Joined: Mon Oct 10, 2011 11:17 am

Re: Space Rangers Ep. 8 - the Rouge Robot (game project)

Post by aicd99 » Sun Mar 04, 2018 11:33 pm

Grok wrote:
Sun Mar 04, 2018 7:25 pm
DEMO3 now available
basically the complete game but with very little testing done.

http://grock.se/downloads/DEMO3.zip

Image

Glad to have feedback. :D


Edit:
Forgot to say that the zip-file also contains an exe file for installing the VP6 video codex I have used for the movie cut scenes. If the cut scenes don't run you might need to install the codex.
Can u change player model to have more pologons and have it detailed. Please support fullscreen

Veleran
Posts: 891
Joined: Mon Aug 22, 2005 10:22 am
Location: Greece

Re: Space Rangers Ep. 8 - the Rouge Robot (game project)

Post by Veleran » Mon Mar 05, 2018 1:58 pm

I have not downloaded the demo yet but,have you posted the link to other forums for more testers,not game developer forums but general game forums of the genre?
You will see what you have done and hope to get some to post gameplay testing videos on youtube and comment and all.
Do not be shy,it is worth to get the maximum play testing you can.

User avatar
seppgirty
Posts: 161
Joined: Sat May 16, 2015 12:37 am
Location: Pittsburgh, Pa.
Contact:

Re: Space Rangers Ep. 8 - the Rouge Robot (game project)

Post by seppgirty » Mon Mar 05, 2018 3:56 pm

Tried everything i could to fix it, but could not get it to run. Anyone else get it working?
Gamer, Lover, Film maker,

http://www.chaosbrosfilms.com

Post Reply