PDA Starter Kit v1.2.1

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
Deon
Posts: 236
Joined: Thu Oct 08, 2020 10:44 am

Re: PDA Starter Kit v1.2

Post by Deon »

This is fantastic.

I have only one question: is it possible to modify the text of a PDA message from ACS/zscript? I would like to add "notes" as soon as a random quest is generated (it can have random type/amount of enemies to kill). The current note text is static. Is it possible to access/modify custom properties of an actor such as "PDA.text"?
DitheredOutput
Posts: 87
Joined: Tue Nov 12, 2019 5:26 pm

Re: PDA Starter Kit v1.2

Post by DitheredOutput »

Hey, is anyone using this to display mulitple different interfaces?

I'm using it as a PDA (working great), but I thought it would be an easy task to create a second interface (PC terminals). My using would just require a different background and, ideally, a separate content pool, so that collected PDA's don't show in the PC interface.

Is there a consice way to achieve this that I'm missing that isn't duplicating all of the code?

TIA
User avatar
Deon
Posts: 236
Joined: Thu Oct 08, 2020 10:44 am

Re: PDA Starter Kit v1.2

Post by Deon »

I came here to say that my previous question doesn't need an answer, I've managed to learn ZForms thanks to this amazing mod, and now I made my own interface which has everything I need.
Spoiler:
@DoomithaView, you can use the existing class just fine, but this one depends on items being in your inventory. You would want to modify it so it checks something else, like ZScript variables.
User avatar
WARCHILD_89
Posts: 452
Joined: Sun Nov 17, 2013 12:27 pm
Graphics Processor: nVidia with Vulkan support
Location: MIA between doomed dimensions

Re: PDA Starter Kit v1.2

Post by WARCHILD_89 »

Amazing as always, nash!
User avatar
Nash
 
 
Posts: 17506
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: PDA Starter Kit v1.2.1

Post by Nash »

The long-overdue fix is here, sorry. No other excuses other than my own priorities are all over the place.

The kit now requires GZDoom 4.14.2 as a minimum due to the fixed engine exploits. I do not support using old versions of GZDoom for security reasons.
User avatar
Enjay
 
 
Posts: 27376
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: PDA Starter Kit v1.2.1

Post by Enjay »

Thanks for the update. Much appreciated.
User avatar
Enjay
 
 
Posts: 27376
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: PDA Starter Kit v1.2.1

Post by Enjay »

I've had a quick look through and compared the files with my own slightly modified content and I think I'm right in saying that the changes are just:
  • The new license (MIT)
  • The fix detailed earlier in this thread
  • A few minor formatting changes e.g.
    Spoiler:
(and no changes to the ZForms files)



Is that correct? I just wanted to be doubly sure because, if so, my own copy is already compliant - but I wanted to be certain that I hadn't missed something.
Post Reply

Return to “Script Library”