Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411507 Posts in 69374 Topics- by 58429 Members - Latest Member: Alternalo

April 26, 2024, 03:23:36 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityDevLogsSuper Dungeon Boy
Pages: 1 [2]
Print
Author Topic: Super Dungeon Boy  (Read 10170 times)
fireboy
Level 0
***



View Profile
« Reply #20 on: July 30, 2017, 04:57:56 AM »

Gentleman I've been working a lot ( Hand Joystick Hand Any Key ), but I'm back in my personal projects.

This is the map I've been working on for some time.



To gain time in development, I had to develop a tool that would support Tiled-generated maps. Maps loaded at runtime were also desirable.

Just below I have an image showing the map loaded in unity:



But it's just deserialized information. Another process is responsible for displaying the tiles and prefabs from this information.



I would have saved a few weeks in development if I found a similar tool. But now that it's ready, I'm going to try to finish the game.

I hope to finish this project next month. And develop many others with the tool.

Hand Metal Left Any questions about development details? I'll be happy to respond. Hand Metal Right
Logged

fireboy
Level 0
***



View Profile
« Reply #21 on: August 05, 2017, 06:45:01 PM »

I am teaching my dears to defend themselves. And they're doing great. Grin


They also know how to swim, but for some reason they do not like water ... they get very agitated Cheesy

Logged

fireboy
Level 0
***



View Profile
« Reply #22 on: August 11, 2017, 03:02:06 PM »

Now I have to design many phases.



This one was made today with the help of my 12 year old cousin (not really I do not know his age ^^). The drawing is his. I had to make some adjustments to keep the gameplay focused on combat, but a lot was kept from the original phase.

I wanted his participation in my game, I think my plan worked out ^^. Big Laff


Logged

fireboy
Level 0
***



View Profile
« Reply #23 on: August 17, 2017, 05:39:57 AM »

Now I have help in the graphics. This is the new Super Dungeon Boy character.





What do you think?
« Last Edit: August 17, 2017, 06:37:32 AM by fireboy » Logged

fireboy
Level 0
***



View Profile
« Reply #24 on: September 12, 2017, 01:21:02 PM »

Gomez I'm very excited today with this new game play video:




Gentleman I hope you like it. The game is almost at the point that I would like, there are only a few more things to solve and then you are ready for the tasting.

The future of this game will depend on the ratings. If you want more stages, more mechanical or more challenges.
Logged

fireboy
Level 0
***



View Profile
« Reply #25 on: September 15, 2017, 06:05:36 PM »

I managed to make some cool gifs with more quality ^^

Graphics, items and effects of the game.


Fight with enemies.


Secret passage.
Logged

Bahototh
Level 1
*


Design, Pixels & Art


View Profile WWW
« Reply #26 on: September 16, 2017, 10:03:50 AM »

Nice looking man.

Especially like the secret through the water passage.
I would add a (dark?) background image or organic shapes to the wall to give it some depth.
If we get some interesting enemies (Don't like blobs anywhere...) then hooray!
Logged

-----------------------------------------------------
"An artist cannot fail; it is a success to be one." ~Charles Horton Cooley
---------------------------------------------------
[Thy Sword] https://forums.tigsource.com/index.php?topic=48380.0
fireboy
Level 0
***



View Profile
« Reply #27 on: September 16, 2017, 11:19:41 AM »

Nice looking man.

Especially like the secret through the water passage.
I would add a (dark?) background image or organic shapes to the wall to give it some depth.
If we get some interesting enemies (Don't like blobs anywhere...) then hooray!
Thank you!

So far it was focused on making it work. I had work to do a physics on ice and other things more ^^
But as soon as possible I will be able to work on every graphic detail. I want to improve the particles a lot. And create more enemies as well.
Logged

fireboy
Level 0
***



View Profile
« Reply #28 on: September 20, 2017, 02:21:06 PM »

Hi Gentleman

Can I count on your help? It's just a gameplay test ... it'll be cool!

Still I intend to improve many things in this game, but it has a mechanic
in an advanced stage and can already be played by itch.io.


I could not test the Linux and Mac versions ... I'll owe it.

I'd love to hear your opinion after experiencing the gameplay.
  • What are your expectations regarding this game?
  • What would make you buy this game?
« Last Edit: September 21, 2017, 04:27:31 AM by fireboy » Logged

Ayrik
Level 0
**



View Profile
« Reply #29 on: September 20, 2017, 03:18:42 PM »

This game looks adorable. I have a question. When looking into building the 2D collision meshes did you look into edge colliders at all? They seem a lot simpler to generate but I was wondering if you saw any downsides to them if you looking into them.
Logged
fireboy
Level 0
***



View Profile
« Reply #30 on: September 21, 2017, 04:24:54 AM »

This game looks adorable. I have a question. When looking into building the 2D collision meshes did you look into edge colliders at all? They seem a lot simpler to generate but I was wondering if you saw any downsides to them if you looking into them.
Thank you Gentleman

Do you want to know if the collars are generated automatically? No, they are edited manually, but doing this with Tiled is very simple and I have decided not to worry about it yet. The problem with this is that I can not have a level editor in my own game until they are automatic colliders.

I preferred large collisions.



That they could involve the whole terrain. Many colliders cause problems with triggers detection. OnTriggerEnter and OnTriggersExit exhaustive would hinder a landing my scripts. ^^

I hope I have answered your question.
Logged

Ayrik
Level 0
**



View Profile
« Reply #31 on: September 21, 2017, 09:11:43 AM »

Hey thanks for the reply. I don't think that really answers my question. I was asking specifically about EdgeCollider2D in Unity https://docs.unity3d.com/Manual/class-EdgeCollider2D.html.
Logged
fireboy
Level 0
***



View Profile
« Reply #32 on: September 21, 2017, 01:09:40 PM »

Hey thanks for the reply. I don't think that really answers my question. I was asking specifically about EdgeCollider2D in Unity https://docs.unity3d.com/Manual/class-EdgeCollider2D.html.
EdgeCollider2D are working perfectly on my project. I had some problems with raycats in the water (sometimes the raycats fail and the enemy sinks when it should float) but I'm not sure about that. The arrows also use raycast and do not cross walls.

The behavior of a single collision mesh is better in my design. As I said, many triggers events fail at some point.
Logged

Ayrik
Level 0
**



View Profile
« Reply #33 on: September 21, 2017, 04:01:17 PM »

Ah yeah that makes sense. Thanks for the info!
Logged
2ndStudio
Level 1
*


Game Developer


View Profile WWW
« Reply #34 on: December 30, 2017, 02:35:13 AM »

It's look great, and I love the name :D Did you consider to the idea of giving him a melee weapon as well?
Logged

ghosted
Level 0
***



View Profile
« Reply #35 on: May 23, 2018, 12:32:14 AM »

Hey there, I was browsing some of the latest Steam releases and noticed this game... In Dungeon. I immediately recognised the character and tilesets from here and thought I'd let you know just in case somebody has attempted to sell your work off as their own.
Logged
Pages: 1 [2]
Print
Jump to:  

Theme orange-lt created by panic