Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

redtugboat

17
Posts
3
Followers
8
Following
A member registered Dec 25, 2018 · View creator page →

Creator of

Recent community posts

I saw your post asking about honest feedback, so here are my thoughts:

  • Most importantly, great job publishing something!  It takes dedication to add the menus, settings, music, loading screens, etc. that take a game from [playable level] to [publishable thing].
  • For your next project, I'd try to add in:
    • UI: Add a layer on top with parallax 0x0 and place your UI stuff (like score and hearts) here.
    • A player hitbox: Add a sprite, make it invisible, and pin the player animations to this sprite.  Put the Platform behavior on this new invisible sprite instead of the visible, animated sprite.  This way, your players hitbox won't change as the character runs- it can be frustrating for a player to think they're safe... until they jump, and the jumping animation now overlaps with an enemy, and the player suddenly takes damage.
    • Tiled background improvements: You can mirror an image to create the illusion of a continuous picture.  Imagine the letter "b" repeated: "bbbbb" - it's easy to see where the next letter starts.  But if I alternate between flipped and unflipped "b"s, the transition is much smoother: "bdbdbdb".  idk if I'm explaining this well 
  • Lastly, personally, I'd avoid using AI.  It makes your game look low-effort and completely removes YOUR unique style.  I'd muchhh rather play a microsoft paint game than anything with an AI intro because I want to experience the artistic vision of a real person.

I hope this helps!

Thank you so much for working on this and making it so accessible, this is something C3 really needs.

Thanks so much for the replies!  This worked.  I was using a 2d sprite for the controller originally, but I had it in a container with the model for ease of referencing so I couldn't destroy the model without destroying the player controller.  Instead of using a container, I added an instance variable to the model representing which 2d player controller it should follow.  This way, I can easily destroy and re-create the model without impacting a player's container.  Your idea to destroy & create new works just as well as the "reload" I initially wanted.


Thanks again, and great plugin!

ahhh thank you so much for giving it a go!  your comment made me smile!:)

thank you so much for playing it!!  

(1 edit)

Is there a way to increase the limit of model loads during runtime?  I'm making a multiplayer game and want players to be able to change models.  I can't use "load from prefab instance" because 1) other instances of the player object are treated as extra players and 2) when the host syncs instances to peers, the UIDs are different for peers.  My current approach works great except for the one-load runtime limit.   

I'm also open to suggestions if you have any ideas!  Thanks!

My first game jam!  Any and all feedback is welcomed!  Thanks for playing :)

Really fun!  Unique idea and great vibes from the intro

I passed!

Awesome game, my friends and I had a great time

Awesome, thanks so much for the reply

May I use these assets commercially, even if I can't provide a link to the license?  I can "give appropriate credit" and "indicate if changes were made", but the format I publish may be unable to have a functioning "link to the license" (quotes from the CC BY 4.0 page).  Thank you!

my high score

Are you interested in a commission to expand this pack?  Single-frame attacks for some of these would be perfect for my needs, and I'm not looking to purchase exclusive rights.  I can email with details if you'd like.  Thanks for your time!

hah, you got me

517!

(1 edit)

did you try recalculating outside normals for the mountain?  (In edit mode, Alt+N and "Recalculate Outside")