5E Product Walkthrough Playlist
  1. #1

    Theme Extension not overriding the Radial Background

    Hi,

    Has anyone got a theme working where they override the Rulesets radial background graphic?

    I've got a Call of Cthulhu theme for the new Masks book, it's based on 7E, yet the theme can't change the radial background, in fact when trying to override it, the radial background doesn't display.

    SuperTeddy has tried this for me on CoreRPG and it's the same issue.

    graphics/graphics_radial.xml
    Code:
    <?xml version="1.0" encoding="iso-8859-1"?>
    <!-- Copyright SmiteWorks USA, LLC., 2011  -->
    
    <root>
    	<!-- Radial -->
    	<icon name="menubackground" file="graphics/radial/menubackground.png" />
    	<icon name="menuhub" file="graphics/radial/menuhub.png" />
    	<icon name="menuback" file="graphics/radial/menuback.png" />
    </root>
    gameelements_mon.xml
    Code:
    <?xml version="1.0" encoding="iso-8859-1"?>
    
    <!--
      Please see the license.html file included with this distribution for
      attribution and copyright information.
    -->
    
    <root>
    	<menusettings>
    		<radial>
    			<hubcolor></hubcolor>
    			<backgroundcolor></backgroundcolor>
    			<iconcolor></iconcolor>
    		</radial>
    	</menusettings>
    </root>
    extension.xml
    Code:
    <includefile source="gameelements_mon.xml" />
    <includefile source="graphics/graphics_radial.xml" />
    The three graphic files in the graphics/radial folder:
    1. menubackground.png
    2. menuhub.png
    3. menuback.png


    Note: the menuhub and menuback display correctly. Also if I edit the hubcolor etc, those change correctly.

    Anyone got any thoughts? Feels like a bug.

    Cheers,
    MBM
    Ruleset and much more content built for FGU.
    Come join me on Twitter at: https://twitter.com/MadBeardMan to see what I'm up to!

  2. #2
    The problem is that the menusettings are not defined, because the CoC 7E ruleset uses full replacement images for the radial menu.

    If you want to override, you have to redefine the radial menu objects again, just like in CoreRPG:
    Code:
    	<menusettings>
    		<radial>
    			<hubicon>menuhub</hubicon>
    			<backicon>menuback</backicon>
    			<background>menubackground</background>
    			<hubcolor>A08080</hubcolor>
    			<backgroundcolor>A08080</backgroundcolor>
    			<iconcolor>FFFFFF</iconcolor>
    		</radial>
    	</menusettings>
    except replacing the hubcolor and backgroundcolor to what you want.

    Regards,
    JPG

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
DICE PACKS BUNDLE

Log in

Log in