Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Ability to render mod resources as well as other mods resoruces #51

Open
AndreasBrostrom opened this issue Jul 23, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@AndreasBrostrom
Copy link

Is your feature request related to a problem? Please describe.
I am missing ability to render mod graphis and resources from my mod or other mods.
image

Describe the solution you'd like
I whould like to be able to define additional paths in the config to make the extension be able to import other mods resources as well:

{
	"settings": {
		"hoi4ModUtilities.modPaths": [
		  "path\\to\\a\\parent\\mod",
		  "path\\to\\another\\mod2"
		]
	}
}

Describe alternatives you've considered
All indexed folders in workspace should just work without any settings adjustments.
image

Additional context
N/A

@AndreasBrostrom AndreasBrostrom added the enhancement New feature or request label Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant