Specific Modding Question

2 replies [Last post]
Joined: 01/04/2010

When modding, how do I increase the resources that I can reference?

For example, I want to add a background image from SuperFuseChallengeTime to a homemade level, but it says it is an invalid path when I past the link to the image.

Is there any way I can tell it to put all the files from an original level into the resource list of a new level?

Thanks!

Goo balls may be wanted by World of Goo Corporation because they are the secret to fusion.
~the theoretic Sign Painter

Joined: 07/21/2009

in link to image:
- use "/" not "\"
- setDefaults should be "./". Can be other, but it's better to use this, to not get lost later.
- do NOT write image extension, all images must be in .png. If file is "image.png", in path write "image". If it is e.g. "image.jpg", the game won't open it.

Joined: 01/04/2010

Thanks! I never would have thought to adjust where the setDefaults target...

Goo balls may be wanted by World of Goo Corporation because they are the secret to fusion.
~the theoretic Sign Painter