Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 5 of 47 · Next page · Last page

can i create a type from a var of a type?

like :

type a field bb end type

type b field aa end type

newA:a = new a newA.bb:b = new b newA.bb.aa = 100 or idk

Hi used to use Blitz3D for 2D games many years ago. I'm looking to get back into coding 2D games and was wondering is Blitz2D still a good choice for this?

I would like to have some torches that light part of the game map in a 2D game, is this something that is possible using Blitz3D or can it not do something like this?

TBH, I would not recommend starting a new project in Blitz3D unless you wanting to support ancient versions of Windows, in which case you can use Blitz3DxWin95 to produce Windows95 compatible apps. Blitz3D is 20-ish years old by now and the development environment and underlying technology are very outdated.

I would personally recommend Raylib + your favoruite language if you enjoy programming everything by hand, or Godot if you're into GUIs.

Bitdefender reports 1.118 as a virus and wont let me extract or download it?

(2 edits)

This is probably a false positive (the Wacatac one esp. comes up a lot) and there is nothing I can do about these.

I have started posting hashcodes for all zip downloads at the bottom of the devlog release announcement posts. If you run certutil on the downloaded zip, eg:

cvertutil -hashfile blah.zip SHA256

...and it comes up with the same SHA256 number, then the file you have received is at least the file I sent, meaning at least it hasn't been interferred with en-route. Past that, it's purely up to you whether you trust that I sent a 'clean' file in the first place or not.

You can also send the file to 'Virus Total' online but that does sometimes come back with a few false positives too - esp. through the 'AI' virus checkers. Bye, Mark

Amazing, still getting updates. Wish Mark Sibly came along and started some quality youtube tutorials on making proper stuff like FPS, 3rd person games with quality levels and HU etc...

Hi, is it possible to bring back support for older DLLs like it was in 1.106, it'd be real nice to use some of the DLLs such as FastExt

Viewing most recent comments 1 to 5 of 47 · Next page · Last page