Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

NiTL_Dev

15
Posts
2
Topics
56
Followers
157
Following
A member registered Nov 20, 2017 · View creator page →

Creator of

Recent community posts

Hey Kiryhnn,

The first energy tank in the jungle area is actually the 4th in order in the demo, sounds like you did a sequence break to use the elevator to get to the jungle area earlier.

As for losing your morph mode and missiles, there's no bugs or mechanics in the game that disable them, you likely just hit the debug keys by accident. On the keyboard number row, you can press '1' to toggle the the missile ability on and off, enabling it this way maxes out the capacity to 255, if you press '2' on the keyboard, it toggles the morph mode ability. You can open the README.txt file included in the demo zip to view the rest of the debug commands.

Other than that I hope you're enjoying the demo, playing with a controller is highly recommended. You can rebind input for both keyboard and gamepad to your liking if you don't prefer the default control scheme.

There will be an update next month near the end of April with some level design changes, proper audio sound effects, and the actual name of the game. I hope you like it enough to check it out again then.

Feel free to post any other feedback you have with the demo!

Any chance of getting a follow-up tile set, or whether you're available for freelance?

Hey Mike! Are you still active?

Hey Sam! 

Glad you're loving the new demo, as for the bugs:

If you the pure black and frozen state happened after you selected continue and haven't saved in Demo 3 yet, it likely tried to load an old save from Demo 2 then couldn't find the room to load and bugged out. I'm aware of the bug but haven't had time yet to fix it, it shouldn't happen as long as you either: haven't had a save of NiTL when you player OR have saved at least once in Demo 3.

One sided door: That's intentional, rooms reset after leaving. Bit of a troll, I know, but intentional.

About the scrolling on the map, that's intentional and also kind of an optical illusion of sorts because:
If you look at the grid, then yes it's inverted.
If you look at the map tiles, then it follows the input.

As for the save and elevator stations,
I plan on updating them to have an "charging" animation so players are aware things are happening, the actual delay is 1 second but it only counts down if you stay still. It's something I noticed over the weekend while I was presenting the game at the Cancer Society Games Fair in New Zealand.

There were some other bugs, one of which was game-breaking (resulted in not being able to shoot or drop bombs) but it's been fixed and the build got stealth updated about 20 hours ago with the fix and a couple others things. So if you run into that just redownload the demo.

Demo 3 isn't fully finished yet, but enough of it was there to make a release, planned are:

  • Proper audio SFX
  • Mid-Demo boss
  • Final-Demo boss (will be located in the room where door to the Demo Completion leads to
  • Some more enemy placement and health balancing
  • Bug fixes
  • Minor level design changes to give it a better level of polish
  • Art improvements to the lava and water that looks like acid

Demo 2 is sized at 62 rooms that are 27x15 tiles large
Demo 3 is sized at 118 rooms that are 27x15 tiles large.

Demo 3 is entirely differently to Demo 2, please enjoy!

Any chance of an attack animation on that Warlock/Biceraptor?

Hey Sam!

Thank you for the feedback, just posting to let you know I've fixed all the issues you mentioned and they'll be in the next release.

Working on the Map/Status screen also got me to made a minor improvement to the art which is always nice.

Glad to hear you got it working!

As for the the boot to the title theme when you hit Left Shift or L1, technically a feature but I implemented it rather poorly and then forgot about it.

The top left and right corners of the pause screen have L and R next to where they lead, it was supposed to be like in Metroid Zero Mission and Fusion where you can press the shoulder buttons to go to those menus.

I just checked and R for the Status Screen doesn't seem to be working (it's the A key on the keyboard currently and it switches back and forth between status and map screens when pressed) and L just boots you back to the title without warning.

Thank you very much for making me aware of this, it will be fixed in the next build where the R button will go to the status screen and the L will bring up a confirmation window to confirm or decline going back to the title theme.

I hope the rest of the demo is smooth sailing for you, but if it isn't please let me know I'm more than happy to hear any issues.

Have fun with the game, Demo 3 is coming soon!

Hi Sam, sorry to hear you're having issues.

Can you check your controller set up since you're running it through DS4Windows?
The game uses Unity's new input system for both keyboard and gamepads so the code that runs when either are used is identical.

Are there any differences in your issue when you use an xbox controller as opposed to the PS4 controller?
The other thing you can try is rebinding the keys for the gamepad in the options menu, if you go to rebind a key it'll wait for any input before rebinding it so if you still have trouble there it might be a controller issue.

Would you mind posting a video of the video?

NiTL community · Replied to Asura Shun in .
(2 edits)

That's because of a combination of the level seams and now-outdated ledge grabbing code.

Basically I made this demo before Unity came out with it's own Tilemap system so I built my own and it was great for the most part but it uses Edge Colliders instead of Box Colliders (because you could "trip" between tiles that way and it'd stop movement for that frame), as for the ledge grabbing it used Raycasts and now uses A BoxOverlap instead making it more reliable and fixes this issue.

So not intended, but doesn't break anything either.

NiTL community · Posted in .

Thanks! Was updating the build just now actually, if you had any issues with the player movement (i.e. stopped moving when going left), v2.8.6 will fix that.

It's a fix I've backported from Demo 3 to Demo 2.x.y because it's a game breaking issue. I hope you enjoyed the game and be sure to post your clear time :)

NiTL community · Created a new topic Demo Feedback

Hello players!

I've made this message board in order to get feedback about the demo's so far!
Feel free to post your experiences, both negative and positive, as it helps me improve the game. I'd also love to hear what you would like to see in the game in future releases :)

Cool game!

"When you say symmetrical spread, do you mean having the particles fire out at evenly spaced angles from each other?"

I guess you could phrase it that way, yeah. It bugged me that the particles would have random spacing instead of it being uniform, it wouldn't be a problem if the particles were generated at run-time and thus different every time, but since it's being saved to a spritesheet and looped (e.g. a missile explosion) the gaps become very visible.

I like the software a lot so far but I do have a few issues with it.

1. There's currently no way to zoom on the output or render preview, which makes it extremely hard to get a good look at the animations when dealing with low resolutions.

2. There's options for handling spread (0-180) but I haven't been able to find anything to make sure the spread is completely symmetrical, for higher resolutions this isn't really an issue but for low resolutions it means having to edit the sprite sheets by hand after making it, which can be quite a bit of work.

3. Changing the output scale doesn't affect the render preview. Great quality of life improvement to be able to see what the scaled output will look like without having to save it to a .png sprite sheet first.

Aside from those 3 things and a Undo/Redo button I don't feel like anything is missing at least for now, great job making BlastFX!