Search found 141 matches

by JernejL
03 Nov 2019, 21:24
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

Yup, looks good!

Image
by JernejL
03 Nov 2019, 21:21
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

Image

Added blood hemmoraging under dead people :)
by JernejL
30 Oct 2019, 11:15
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

It looks interesting. Also want to have separate fragments flying out of the explosion (and a parameter for setting the limit of fragments). I will wait for the assembly. I would also like a working map editor. ;) This can already be done - breakcreate, breakdistribute, breakamout and break_speed_m...
by JernejL
29 Oct 2019, 14:30
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

I've redone particle effect behaviors too - you can now bind various effects to each particle and have its own effect radius, this was mostly hardcoded to a single range in last version. These are: blast, stun, fire, water, explosion, with more to add later. Each has its own radius for actors and ve...
by JernejL
20 Oct 2019, 12:33
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

I uploaded a new video - Improved fire effects:
by JernejL
18 Oct 2019, 09:40
Forum: Other games
Topic: And Remember, Respect is Everything [ARRIE]
Replies: 15
Views: 28674

Re: And Remember, Respect is Everything [ARRIE]

Welcome to the forum :) i saw your original UE thread a while ago while looking for similar games, the current approach looks good :)

The screenshot makes me wonder how a retrofuture havana with futuristic buildings could look like.
by JernejL
17 Oct 2019, 22:19
Forum: GTA1/GTA2 chat
Topic: OpenGTA2?
Replies: 37
Views: 79170

Re: OpenGTA2?

https://github.com/paulsapps/GTA2Hax

"Reimplementation of DmaVideo.dll and d3ddll.dll for GTA2"

Someone did this a few years ago.
by JernejL
17 Oct 2019, 10:32
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

It would be great if this could have an effect on gameplay. if the canopy is open you should be able to shoot with your hand gun but also be vulnerable to bullets. if its closed you should be protected but not be able to shoot It's not difficult to make this, however extra animations would be neede...
by JernejL
15 Oct 2019, 10:35
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

For car details that's fair - maybe once i change the vehicle deltas system to actual components, the decals could be implemented with those systems. For particle system i don't think those particles are duplicated, afterall, there are always 2 explosions - one from your rocket exploding, and others...
by JernejL
14 Oct 2019, 16:20
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

When creating the mod, I was faced with the fact that only health began to fall out of the wooden box - this is due to the fact that I changed the names of the weapons in the game.sqlite3/weapons table to new ones. For this reason, I had a suggestion to improve the drop mechanism and not only: 1. A...
by JernejL
01 Oct 2019, 09:39
Forum: Other games
Topic: Carnage3D - [yet another] GTA1 remake project
Replies: 32
Views: 47082

Re: Carnage3D - [yet another] GTA1 remake project

Actually i'll say that gta2 is easier - the sty files are nearly identical to g24 (same layout of sprites and tiles, better animation support) and file format is better documented - i built a sty tool and it's source code is availible (even tho it's written in pascal - https://gtamp.com/GTA2/gta1-gt...
by JernejL
01 Oct 2019, 06:40
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

1 blocker bug/feature left to new release (background audio transitions) - pathfinding is finally finished (more or less)
by JernejL
01 Oct 2019, 06:36
Forum: Other games
Topic: Carnage3D - [yet another] GTA1 remake project
Replies: 32
Views: 47082

Re: Carnage3D - [yet another] GTA1 remake project

I checked the code and had good nostalgia moment of my gta1 and gta2 reverse engineering, the code looks good, you did your homework with the file formats, i congratulate you that! Let me know if you have any questions regarding the rest of gta1 file formats (fonts, cmp, g24..) i had my own set of e...
by JernejL
24 Sep 2019, 18:35
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

A 1:1 conversion from cmp,gmp and sty,g24 files is possible without any loss, it's certainly not high on my todo list but it is doable. In theory it is even possible to merge multiple maps into one since TDC map size is not bound to just 256*256 blocks. Maybe there can be a issue converting some stu...
by JernejL
23 Sep 2019, 05:16
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

None yet - there is no method yet to override colors, like i said, API will be part of next upgrades after i release the work i made right now.
by JernejL
21 Sep 2019, 14:27
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

Standard colors could be something set via scripting, i do not wish to limit this in any way, just set hue, saturation and lightness and you can get any color.
by JernejL
20 Sep 2019, 09:16
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

please note - files you might edit will not be readable in new build, the file format changes are not backwards compatible.

colors: there is no color palette in the game, you can use any color via RGB mechanism.
by JernejL
19 Sep 2019, 09:23
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

This what you describe exactly are the little details that are missing, and trust me this is not even everything. A LOT of this was already fixed, and will work far better in the next release - it's a lot of little things syndrome, so let me answer some: Car creator does have door pivot that you can...
by JernejL
17 Sep 2019, 06:55
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

Next version has improved error reporting, hopefully this helps identify the crash if it wasn't fixed already, i fix a dozen of random crashes monthly. walk-in doors: animation is not yet properly implemented, the doors work fully, but the animation is missing. Regarding your experience on different...
by JernejL
16 Sep 2019, 09:02
Forum: Other games
Topic: New game: Top down city!
Replies: 192
Views: 302687

Re: New game: Top down city!

Thanks for testing, i will comment some points, i can already say that a lot of this was already improved and fixed on my side, but just wasn't published yet, the rest of issues regarding feel of the game are adjustable to suit your need. I was not trying to reproduce gta2 feel, which is why some as...