Jump to content

Story Today I did this on my project...


SkywardRiver

Recommended Posts

3519fcab051a0f2758026ea4b788ed9f.png
 

Doing graphical programming with the xbox kinnect, just kinda experimenting with art and code. This is a screenshot of a Live rendering, the xbox kinect gives me a 3D Image map which I can run operations on to either use the device as a form of input or to manipulate pixel data on to create what you see above.

Link to comment
Share on other sites

  • 2 weeks later...

So Ive continued to work on my survival game and add more content as well as work on the main city map (new areas and detail).

 

Here is a quick youtube of the bigging of my game, story line.. (still a work in progress)

  Reveal hidden contents

 

a5dfd74da9a5713a7275b27f6aa3bca7.jpg

 

New features I have created:

 

Implants

  Reveal hidden contents

 

MOB Attack on Implants

Some MOBs can cast a spell to do damage to players implant

 

Implant Repair/Recovery

Nano Tanks filled with Nanites repair your implant

  Reveal hidden contents

 

Memory Chip

  Reveal hidden contents

 

New equipment with paperdoll

 

Player Tips

Display only once to give guidance to players.

 

Player Emotes

Some /command based and some random ones that happen when player states change (such as when hungry/thirsty)

 

Searching

One time ran event

Freezes player while he searches (2secs)

Players can search desks, shelves, draws and other objects to find items. Items randomly drop.

 

Chests

One time ran event loot giver

 

Mapping

Few indoor areas such as inside pap restaurant.

Greene Park (watch out for the Gremlins)

Maps have more detail

 

Full Image of current map.

  Reveal hidden contents

 

Link to comment
Share on other sites

I wrote my first ever script! It implements 8 directional movement for my player lol. Not sure if it's what I want yet though. I may decide to go with point and click movement via navmesh.

 

b4tXQwQ.png

 

Yeah it's pretty simple but that's a good thing. Probably about me learning how to write a script more than game dev but I'm enjoying it. :)

Link to comment
Share on other sites

  On 10/3/2019 at 12:04 PM, Slayer said:

I wrote my first ever script! It implements 8 directional movement for my player lol. Not sure if it's what I want yet though. I may decide to go with point and click movement via navmesh.

Expand  

 

Woah that's cool, how did you do it roughly?

Link to comment
Share on other sites

  On 10/4/2019 at 1:30 AM, TheSandersGuy said:

This is my first time editing in the Events Editor, and I managed to make a [?] block work nicely! :)

 

 

Expand  

 

Next step: press space to jump and collect it

 

Create a dummy item "found mushroom" with no sprite

Create an item "mushroom" with a mushroom πŸ„ sprite

Create an event on the map with the sprite set to a question block

Create a Boolean variable called "has mushroom?"

Change the spawn requirements of the event to require the variable "has mushroom?" being off

Set the event to constantly check if the player has 1 mushroom

If they do then set "has mushroom?" to off

If they do not then do if player has 2 mushrooms then take away one mushroom

In a new common event set it to check if the player has the dummy mushroom item. If they do then take away the dummy mushroom, and give them a normal mushroom. The point of this is so that it will appear they are pressing the [?] block instead of picking up the mushroom.

 

Something like this should work

 

[EDIT] Make sure that you put the dummy mushroom as an item spawn under the [?] block.

Link to comment
Share on other sites

  • 2 weeks later...
  On 10/13/2019 at 2:09 PM, Zetasis said:

The player sprite looks like Samus. I like it. 

Expand  

 

Yeah, I'm a fan of the metroid games, metroid prime hunters was the first game I ever played online and it was my favourite game for so much time, so I wanted to make a metroid-like multiplayer game as a tribute

 

I also did the mechanics of the doors, they only open if you hit them with the correct type of weapon:

https://ascensiongamedev.com/resources/filehost/58888903c4d165243bc4082400be846c.mp4

Link to comment
Share on other sites

Today I implemented a Metroid Prime like scanning function. The scanning interface is just a proof of concept, the final one will be much more elaborated but it will still hide chat, health, hotbar and most of the screen to prevent players abusing it and make the game more difficult.

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Γ—
Γ—
  • Create New...