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

    • snatcher

      TDM Modpack v4.5 released!
      Introducing... The Loop
      · 0 replies
    • Ansome

      Taking a break to alleviate burnout. In retrospect, I probably shouldn't have jumped into a map-making contest so quickly after just finishing another project and especially with my busy schedule, but I do believe I have something that the community will enjoy. No clue if I'll be able to finish it on time for the competition if I factor in a break, but I'd rather take my time and deliver something of quality rather than engage in development crunch or lose part of the map's soul to burnout.
      · 1 reply
    • Skaruts

      Working on an update for my mission By The Cookbook. If anyone that played it has any further bugs to report, please let me know.
      I posted more details about the update in the mission thread.
      · 1 reply
    • lucien

      being thankful for tdm is a good feeling
      · 0 replies
    • The Black Arrow

      Happy birthday to me!
      Yes, today's my birthday and as much as I want to play The Dark Mod, I won't until it's late Autumn, where it should be a bit chilly in my place and there's some wind too.
      For now, it's time to enjoy my birthday, if any of you want to play a great fan mission in my honour...Well that's asking too much, just play the mission because it's fun, not because of me, enjoy it yourself! 💪
      · 5 replies
×
×
  • Create New...