Jump to content
The Dark Mod Forums

[Bug] multiple warnings for newspaper readable


grodenglaive

Recommended Posts

Using the newspaper gui definition (guis/readables/sheets/newspaper_bridgeport03.gui) on a readable creates multiple warnings in TDM console.

It still works fine, but there is a wall of text:

newspaperbug.thumb.jpg.72091a875efe03304bfce3e16e2d1341.jpg

The same is true for the other newspaper guis.

Full info: to create a readable newspaper I used the model newspaper01.iwo and then changed the class to atdm:readable_immobile, then edited the info using the Readable Editor - I assume this is the correct way to do it.  I also tried using one of the other readables such as atdm:readable_immobile_paper01 and selected the gui definition of a newspaper, but got the same result.

Link to comment
Share on other sites

I think the leftPageCurl and RightPageCurl errors are because those "Curls" are probably the navigation buttons for multipage gui's (curled paper in the corner), but in the case of newspapers for example, they are (often) not multipage, but this code is still in the respective gui's, giving this error.

 

newspaper_bridgeport03.gui

windowDef BackgroundShow
{
	notime 1
	onTime 0
	{
		set "backgroundImage::matcolor" "1 1 1 1";
		if ("gui::curPage" > 1)
		{
			set "leftPageCurl::matcolor" "1 1 1 1";
		}
		if ("gui::curPage" < "gui::numPages")
		{
			set "rightPageCurl::matcolor" "1 1 1 1";
		}
	}
}

I don't know what's wrong. Maybe it first needs to check if there are is more than one page?

if ("gui::numPages" > 1) ?

Edited by datiswous
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recent Status Updates

    • Sotha

      WIP mission name confirmed: "The Last Offering"
       
      · 5 replies
    • Sotha

      Today I started writing readables for my WIP mission.
      I wrote my usual text and then crammed it into AI and boom, high quality stuff comes out.
      I used to say that clipper is the mappers best friend, but now it seems it is more like "AI is the mappers best friend."
      · 2 replies
    • The Black Arrow

      Just saw further into 2.13 development, or is it 2.14? Anyway, proper Parallax Mapping...Absolutely fuck yes, please!
      · 2 replies
    • nbohr1more

      Happy Halloween! "Gem of Souls" is out:
       
      Psst, someone let Darkfate know...
      · 1 reply
    • The Black Arrow

      Is there a thread for "Moving Day 2: Look Who's Moving Now"? If not, could someone hint me on what is Dick's birthday? This mission is quite enjoyable on its disturbing creepy implications.
      · 3 replies
×
×
  • Create New...