Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

corlenbelspar

15
Posts
1
Topics
1
Followers
1
Following
A member registered Feb 04, 2020

Recent community posts

This immediately brought an even bigger smile to my face when I saw it has some of the themes included with Windows 95.

One thing I could highly suggest is that the game makes it somehow known that it recorded that you cleared it after the credits. I wasn't sure if I should keep waiting or just reset the game.

(1 edit)

I've been wanting this for years since I played Wily Wars and then found out Complete Works didn't bother doing this for any of the games.

It takes a very specific setup for the animations and export settings to get it to work. I eventually reverse engineered how the fire golem model actually works with animations. Unfortunately I can't really explain it here but it does work if you tinker with it. If it works in the Babylon sandbox as it should then it's set up properly and should work in C3 the same way.

CPU and draw calls mainly.

I haven't but I'm not sure where I should/could put one.

Does the prefab option help in this area instead of with only GPU memory?

I just used the first person platformer example and added stuff around it like math with a wedge shape to do slopes.

How well is instancing in Blender handled in this? I saw it does work, but I can't tell if there's a performance boost or not like would normally be the case.

(1 edit)

I can try to reproduce it and upload since I solved it by just going to shader and connecting the texture image as a background directly to the  material output. Though this probably won't work for other people because it makes lighting no longer work, which for me it doesn't matter since I have to do the lighting in the my game's engine separate from the file.

(1 edit)

You probably should just use an invisible sprite object with car behavior and add the 3D model as a child to it then change its rotations to the angle of the sprite however is appropriate for your game. C3 only has one rotation in 2D that it understands and models have three different rotation values that are unrelated.

This plugin is amazing, let me start off by saying that. It's going to save me a lot of trouble making the game I've started making.

I've run into a problem when I try to export to GLTF where it ends up looking like the image on the left in Windows 3D viewer and also the program I'm using to make my game. I think it's a lighting issue because in 3D viewer I can make it return to normal if I change all the lighting intensities to 0. However I don't have control over this in my game's dev program. What can I do to fix this in Blender?

That's fair. I figured you would have to do something C3 side that would be at the expense of performance to some extent  because I've made stuff in Blender and didn't see a way gltf could store it.

It would probably still definitely be a useful feature if used appropriately. Like attaching objects with collision boxes to damage the player if a limb hits them or chain models together maybe. 

Currently I'm using the plugin for giant bosses in my first person horror game and some other various things that only it can pull off. Otherwise enemies and stuff are like DOOM billboards. So pinned objects might work fine in that setting. 

This is a great plugin though. I've been using this stuff since Construct 2 and I never thought we'd be having full 3D some day even if only cosmetic. 

(1 edit)

Is there some way to pin an object to a position on a model? So when the model rotates or moves via animation etc, the object will stay at that same relative position.

(2 edits)

If it helps at all with feedback from a different device, I use Windows 10 and don't start losing fps until like 900 starships in your example project.