[ZScript] 3D Platform Actor (v2.2c)

Post your example zscripts/ACS scripts/etc here.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
User avatar
Fishytza
Posts: 788
Joined: Wed Feb 23, 2011 11:04 am
Preferred Pronouns: No Preference

Re: [ZScript] 3D Platform Actor (v2.2b)

Post by Fishytza »

Connorpo1221 wrote: Fri Sep 20, 2024 2:09 pm I tried to load a map01 in it and it says 3Dplatform v2.2b.pk3:zscript/fishy/platform-base.zs, line 432: Unable to resolve LinePortal as a type.
Change that line from:

Code: Select all

LinePortal port = level.linePortals[iPorts];
To:

Code: Select all

let port = level.linePortals[iPorts];
That error happens when the zscript version is 4.12

Actually at the moment there are a few commits ahead of the latest release. That bug has been fixed in one of them.
User avatar
Fishytza
Posts: 788
Joined: Wed Feb 23, 2011 11:04 am
Preferred Pronouns: No Preference

Re: [ZScript] 3D Platform Actor (v2.2c)

Post by Fishytza »

This is a minor bugfix/patch release.
https://github.com/FishyClock/3Dplatfor ... /tag/v2.2c

(This release now works with zscript version "4.12" among a few very minor fixes.)

Return to “Script Library”