Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

I bought the license, compiled the build but it's all black :(

  • #1, by nerd 7 years ago Zitieren
    I bought the license, compiled the build but it's all black roll
    What am I missing? First scene is set on th first game scene, then I've no idea what's wrong
  • #2, by nerd 7 years ago Zitieren
    Solved
  • #3, by afrlme 7 years ago Zitieren
    what was wrong with it?
  • #4, by nerd 7 years ago Zitieren
    what was wrong with it?

    "Change resolution" checked
  • #5, by afrlme 7 years ago Zitieren
    Aye that's to force the game to export out as a different resolution than the default resolution that you set in game settings. It not recommended to use that - I think it's a bit buggy.
  • #6, by nerd 7 years ago Zitieren
    Aye that's to force the game to export out as a different resolution than the default resolution that you set in game settings. It not recommended to use that - I think it's a bit buggy.

    I ve noticed got this problem also when converting to webP, is that normal?
  • #7, by afrlme 7 years ago Zitieren
    hmm... I think webp is supposed to work, but I recommend working directly with webp in the editor while you work on development rather than using the webp option when exporting - there's a reasoning behind my suggestion too, as it allows you to see how your game will run while working on your game rather than having to wait until you compile the game into a playable build.

  • #8, by nerd 7 years ago Zitieren
    hmm... I think webp is supposed to work, but I recommend working directly with webp in the editor while you work on development rather than using the webp option when exporting - there's a reasoning behind my suggestion too, as it allows you to see how your game will run while working on your game rather than having to wait until you compile the game into a playable build.


    Ok so I've to first convert the pngs
  • #9, by afrlme 7 years ago Zitieren
    Yeah, the program is really easy to use. Just follow my steps on that page & you can batch convert png files to webp.
  • #10, by Nigec 7 years ago Zitieren
    If you have problems with building a game, backup (just in case) and delete everything in the tmp folder that will appear in you project folder.. that's were the webp images convert to.
    It might be an anti virus thing but for me Windows 10 doesn't overwrite the content of that folder meaning I end up with the old images and movies when I build a game.
    webp files appear to convert to that folder if you do it via the build option
  • #11, by nerd 7 years ago Zitieren
    If you have problems with building a game, backup (just in case) and delete everything in the tmp folder that will appear in you project folder.. that's were the webp images convert to.
    It might be an anti virus thing but for me Windows 10 doesn't overwrite the content of that folder meaning I end up with the old images and movies when I build a game.
    webp files appear to convert to that folder if you do it via the build option

    Thank you for the infos.