Giter VIP home page Giter VIP logo

Comments (2)

malashin avatar malashin commented on August 16, 2024

My assumption is that this file inside your mod folder \interface\core.gfx contains the font declaration.

bitmapfont = {
	name = "hoi_16mbs"
#	path = "gfx/fonts/hoi_16mbs"
	fontfiles = {
		"gfx/fonts/hoi_16mbs"
		"gfx/fonts/hoi_16mbs_cryllic"
	}
	color = 0xffffffff

	textcolors = {
		G = { 86 172 91 }
		R = { 222 86 70 }
		Y = { 238 201 35 }
		O = { 238 123 35 }
		H = { 238 201 35 }
		T = { 255 255 255 }
		g = { 175 175 175 }
	}
}

Normally it is in \interface\core.gfx inside the game folder, and that font path is searched for in the game folder. But having it duplicated in the mod files makes this program look for the font file inside the mod folders gfx/fonts/hoi_16mbs, and your mod does not have that file in there.

You could remove core.gfx from you mod if you are not actually replacing anything in that file or add font files from the gfx/fonts/ to your mod

hoi_16mbs.dds
hoi_16mbs.fnt
hoi_16mbs_cryllic.dds
hoi_16mbs_cryllic.fnt

Proper solution would be me adding a fallback to the game folders font if the font is not found in the mod folder.

from hoi4treesnap.

malashin avatar malashin commented on August 16, 2024

Should be fixed in 0.5.12. Please download the new version.
https://github.com/malashin/hoi4treesnap/releases/tag/v0.5.12

from hoi4treesnap.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.