TheGameCreators / GameGuruRepo

The GameGuru Repository For Community Collaboration
http://www.game-guru.com
137 stars 56 forks source link

Help Gameguru does not detect bitmap portraits exported from gimp software 64 x 64 ! #454

Closed nigelmerle closed 5 years ago

nigelmerle commented 5 years ago

Gameguru does not detect bitmap portraits exported from gimp 64 x 64 !

HierToo commented 5 years ago

You need to check at the export in gimp compatibility options -> do not write color space information

Then you can see the bitmaps in GG

nigelmerle commented 5 years ago

I did what you said, images still not showing up in gameguru, im on the beat version

Best regards

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: HierToo notifications@github.com Sent: Sunday, November 18, 2018 10:05:07 PM To: TheGameCreators/GameGuruRepo Cc: nigelmerle; Author Subject: Re: [TheGameCreators/GameGuruRepo] Help Gameguru does not detect bitmap portraits exported from gimp software 64 x 64 ! (#454)

You need to check at the export in gimp compatibility options -> do not write color space information

Then you can see the bitmaps in GG

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/TheGameCreators/GameGuruRepo/issues/454#issuecomment-439729949, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQkiQ_v3s3w2h_J8zDZVDPi9mhZFDMU8ks5uwdmTgaJpZM4Yn6Gd.

HierToo commented 5 years ago

Export Image as BMP: "Uncheck" Run-Length Encoded Compatibility Options -> "Check" Do not write colour space information Advanced Options -> "Check" 24bits

This is tested with Gimp 2.10.6

nigelmerle commented 5 years ago

It works now, thanks for your support..it was the 24 bit that made it work 😊

cheers

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: HierToo notifications@github.com Sent: Tuesday, November 20, 2018 11:15:08 PM To: TheGameCreators/GameGuruRepo Cc: nigelmerle; Author Subject: Re: [TheGameCreators/GameGuruRepo] Help Gameguru does not detect bitmap portraits exported from gimp software 64 x 64 ! (#454)

Export Image as BMP: "Uncheck" Run-Length Encoded Compatibility Options -> "Check" Do not write colour space information Advanced Options -> "Check" 24bits

This is tested with Gimp 2.10.6

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/TheGameCreators/GameGuruRepo/issues/454#issuecomment-440463317, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQkiQ4unz72CI8mize8HfgaaudjiLeZFks5uxIz8gaJpZM4Yn6Gd.

nigelmerle commented 5 years ago

Hello I need some advice, I have a multitextured character.And I would like to know if it is possible to declare it that way in the .fpe file, would it work in the beta version of gameguru???

In my fpe I wrote :

;visualinfo textured1 = angel_D.dds textured2 = angelhair_D.dds textured3 = angellogo_D.dds textured4 = angelwings_D.dds

The other textures I placed them in the same folder : angel_D angel_N angel_S

angelhair_D angelhair_N angelhair_S

......etc

I am doing it that way because I would like the character to benefit from character_basic.fx shaders...This particular character I was not able to generate a texture atlas automatically for him because I was getting texture mapping problem in unwrap 3d, texture would be mapped uncorrectly in unwrap 3d. I do not have a lot of knowledge in packing textures, I am currently using unwrap 3d packing solution which seems to be working fine for me 90 percent of the time, I am using their latest beta. I contacted the support there concerning the weird texture issues after packing my character and he told me that because my model textures was tiled and that unwrap 3d does not know how to perform this, so I have to do it manually. I would be happy to know if there are other ways to declare multitextured characters in gameguru other than that in order to benefit from the gameguru shaders.

Best regards

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: HierToo notifications@github.com Sent: Tuesday, November 20, 2018 11:15:08 PM To: TheGameCreators/GameGuruRepo Cc: nigelmerle; Author Subject: Re: [TheGameCreators/GameGuruRepo] Help Gameguru does not detect bitmap portraits exported from gimp software 64 x 64 ! (#454)

Export Image as BMP: "Uncheck" Run-Length Encoded Compatibility Options -> "Check" Do not write colour space information Advanced Options -> "Check" 24bits

This is tested with Gimp 2.10.6

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/TheGameCreators/GameGuruRepo/issues/454#issuecomment-440463317, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQkiQ4unz72CI8mize8HfgaaudjiLeZFks5uxIz8gaJpZM4Yn6Gd.

nigelmerle commented 5 years ago

I would like to report an issue as well. I have imported all my characters in gameguru, all the animations seems to be working fine, however if I put my custom idle character on a player marker then the weird stuff begin, the model plays more than one animation in a loop while it is supposed to be playing only the idle animation i set in the .fpe...can you confirm if there is a workaround for this.

cheers

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: Nigel Merle nigelmerlin@hotmail.com Sent: Wednesday, November 21, 2018 8:16:10 PM To: TheGameCreators/GameGuruRepo; TheGameCreators/GameGuruRepo Cc: Author Subject: RE: [TheGameCreators/GameGuruRepo] Help Gameguru does not detect bitmap portraits exported from gimp software 64 x 64 ! (#454)

Hello I need some advice, I have a multitextured character.And I would like to know if it is possible to declare it that way in the .fpe file, would it work in the beta version of gameguru???

In my fpe I wrote :

;visualinfo textured1 = angel_D.dds textured2 = angelhair_D.dds textured3 = angellogo_D.dds textured4 = angelwings_D.dds

The other textures I placed them in the same folder : angel_D angel_N angel_S

angelhair_D angelhair_N angelhair_S

......etc

I am doing it that way because I would like the character to benefit from character_basic.fx shaders...This particular character I was not able to generate a texture atlas automatically for him because I was getting texture mapping problem in unwrap 3d, texture would be mapped uncorrectly in unwrap 3d. I do not have a lot of knowledge in packing textures, I am currently using unwrap 3d packing solution which seems to be working fine for me 90 percent of the time, I am using their latest beta. I contacted the support there concerning the weird texture issues after packing my character and he told me that because my model textures was tiled and that unwrap 3d does not know how to perform this, so I have to do it manually. I would be happy to know if there are other ways to declare multitextured characters in gameguru other than that in order to benefit from the gameguru shaders.

Best regards

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: HierToo notifications@github.com Sent: Tuesday, November 20, 2018 11:15:08 PM To: TheGameCreators/GameGuruRepo Cc: nigelmerle; Author Subject: Re: [TheGameCreators/GameGuruRepo] Help Gameguru does not detect bitmap portraits exported from gimp software 64 x 64 ! (#454)

Export Image as BMP: "Uncheck" Run-Length Encoded Compatibility Options -> "Check" Do not write colour space information Advanced Options -> "Check" 24bits

This is tested with Gimp 2.10.6

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/TheGameCreators/GameGuruRepo/issues/454#issuecomment-440463317, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQkiQ4unz72CI8mize8HfgaaudjiLeZFks5uxIz8gaJpZM4Yn6Gd.

nigelmerle commented 5 years ago

Hello When I place my characters on a player marker, the character shows up 90 cent of the time on the screen and follow the cursor when I press w,s,a,d keys on my keyboard.. However I have a very special character which does not follow movements when I press w,s,a,d on my keyboard. Instead it would disappear from view sometimes and either appear straight to the right...Any idea what can be causing this, I checked the character in blender and it seems well aligned on the axis like all the other characters I did

Best regards

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: HierToo notifications@github.com Sent: Tuesday, November 20, 2018 11:15:08 PM To: TheGameCreators/GameGuruRepo Cc: nigelmerle; Author Subject: Re: [TheGameCreators/GameGuruRepo] Help Gameguru does not detect bitmap portraits exported from gimp software 64 x 64 ! (#454)

Export Image as BMP: "Uncheck" Run-Length Encoded Compatibility Options -> "Check" Do not write colour space information Advanced Options -> "Check" 24bits

This is tested with Gimp 2.10.6

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/TheGameCreators/GameGuruRepo/issues/454#issuecomment-440463317, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQkiQ4unz72CI8mize8HfgaaudjiLeZFks5uxIz8gaJpZM4Yn6Gd.

HierToo commented 5 years ago

1) The engine get the texture information for multitexture models directly out of the model. There is no need for fields like texture1,texture2,... If the not get copied over to the standalone, this was a bug and is fixed in the Publuc Preview.

2) Without an example it is hard to judge if your model has a problem or it is the engine. To get a better answer go into the GameGuru forum: https://forum.game-guru.com/ There are a lot of artists who maybe knows the problem

nigelmerle commented 5 years ago

But the thing is that nobody want to help me on the forum they told me to contact the support team from the creators website so, it seems that nobody wants to help ☹, It seems that the multitextured model loaded with textures, I would be happy if I could get some more keywords to use in the .fpe file.

I told you about another issue I am having but you did not responded to it,it is about a model controls which seems to be messed up when I set the model on a player marker in gameguru. I am sending you it, can you kindly check it. To reproduce the issue you need to put the character on a player marker in gameguru and go in compile mode and press the: w,s,a,d keyboard buttons and you will see that model is not centered on the screen instead it disappears from screen and goes in wrong direction. Awaiting for your reply.

Best regards

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10

From: HierToomailto:notifications@github.com Sent: 22 November 2018 14:29 To: TheGameCreators/GameGuruRepomailto:GameGuruRepo@noreply.github.com Cc: nigelmerlemailto:nigelmerlin@hotmail.com; Authormailto:author@noreply.github.com Subject: Re: [TheGameCreators/GameGuruRepo] Help Gameguru does not detect bitmap portraits exported from gimp software 64 x 64 ! (#454)

  1. The engine get the texture information for multitexture models directly out of the model
  2. Without an example it is hard to judge if your model has a problem or it is the engine. The get a better answer go into the GameGuru forum: https://forum.game-guru.com/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/TheGameCreators/GameGuruRepo/issues/454#issuecomment-441047079, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQkiQ1NfokUWKtsN0M4EnUbK7OL29XQFks5uxrTTgaJpZM4Yn6Gd.

nigelmerle commented 5 years ago

Hello When I click on my character I got some strange artifacts appearing on the screen. Check attachments

regards

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: HierToo notifications@github.com Sent: Thursday, November 22, 2018 2:29:39 PM To: TheGameCreators/GameGuruRepo Cc: nigelmerle; Author Subject: Re: [TheGameCreators/GameGuruRepo] Help Gameguru does not detect bitmap portraits exported from gimp software 64 x 64 ! (#454)

  1. The engine get the texture information for multitexture models directly out of the model

  2. Without an example it is hard to judge if your model has a problem or it is the engine. The get a better answer go into the GameGuru forum: https://forum.game-guru.com/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/TheGameCreators/GameGuruRepo/issues/454#issuecomment-441047079, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQkiQ1NfokUWKtsN0M4EnUbK7OL29XQFks5uxrTTgaJpZM4Yn6Gd.

nigelmerle commented 5 years ago

But the thing is that nobody want to help me on the forum they told me to contact the support team from the creators website so, it seems that nobody wants to help ☹,

I told you about an issue I was having but you did not responded to it,it is about a model controls which seems to be messed up when I set the model on a player marker in gameguru. I am sending you it, can you kindly check it. To reproduce the issue you need to put the character on a player marker in gameguru and go in compile mode and press the: w,s,a,d keyboard buttons and you will see that model is not centered on the screen instead it disappears from screen and goes in wrong direction. Awaiting for your reply.

Links to the model:

https://drive.google.com/open?id=1bmFXldhQDU9s6FuRFpjNK5WEFGnba-9F

Best regards

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: HierToo notifications@github.com Sent: Thursday, November 22, 2018 2:29:39 PM To: TheGameCreators/GameGuruRepo Cc: nigelmerle; Author Subject: Re: [TheGameCreators/GameGuruRepo] Help Gameguru does not detect bitmap portraits exported from gimp software 64 x 64 ! (#454)

  1. The engine get the texture information for multitexture models directly out of the model

  2. Without an example it is hard to judge if your model has a problem or it is the engine. The get a better answer go into the GameGuru forum: https://forum.game-guru.com/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/TheGameCreators/GameGuruRepo/issues/454#issuecomment-441047079, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQkiQ1NfokUWKtsN0M4EnUbK7OL29XQFks5uxrTTgaJpZM4Yn6Gd.

synchromesh62 commented 5 years ago

Hi Nigel You have had an extreme amount of help on the forums 160 posts in all and still are in fact today Myke is helping you and you have emailed him your models … One issue is solved for you and you start another. https://forum.game-guru.com/thread/220180 However this is not a forum and its almost impossible to replicate your issues unless Lee uses the identical software and models your using which is Most unlikely ...

nigelmerle commented 5 years ago

I am very grateful for your help, thank you to Lee and your team for giving us the chance to build our game on your platform !. I did gave some directives on how to reproduce my issues to help your team eliminate these bugs and issues I am knocking through everyday into gameguru beta, I am on the private beta and this is very important to you. I haven’t finished to import all the characters, some works and some have a few issues.

People on the forum asked me to send my models there and whatever we users do, this is something very private, when publicly uploaded anyone can have access to our work. I am not mad but only concerned about privacy issues on this forum. I was kind enough to send my models to mike , some people wouldn’t.

I have received a great amount of help from unwrap3d team as well and they explained to me how to handle these models and I am very grateful for every help I can get including your team, I always try to help myself first even though I am not a programmer I am learning, this process is slow and sometimes it can be a nightmare. I am looking forward for a positive response from your team.

Best regards

Nigel

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: synchromesh62 notifications@github.com Sent: Saturday, November 24, 2018 12:52:28 AM To: TheGameCreators/GameGuruRepo Cc: nigelmerle; Author Subject: Re: [TheGameCreators/GameGuruRepo] Help Gameguru does not detect bitmap portraits exported from gimp software 64 x 64 ! (#454)

Hi Nigel You have had an extreme amount of help on the forums 160 posts in all and still are in fact today Myke is helping you and you have emailed him your models … One issue is solved for you and you start another. However this is not a forum and its almost impossible to replicate your issues unless Lee uses the identical software and models your using which is Most unlikely ...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/TheGameCreators/GameGuruRepo/issues/454#issuecomment-441333868, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQkiQ79mjEW7b-nv3gbn_fGzlvAy2vPXks5uyJhMgaJpZM4Yn6Gd.

nigelmerle commented 5 years ago

Dear all thank you for banning me from the world of your wonderful closed forums !, you have such an excellent community !, and so today some people said to me that they have been ignoring me and have been very unkind to me, i felt discouraged as a new user : it was not a good experience and this is why i am asking for an immediate refund for my gameguru purchase, i don't wish to continue with this anymore because i feel also that my money have been stolen from me , I have never been able to create a game with gameguru because the community is not helpful and i have found out that gameguru is not such the 'easy game maker' as stated in your advertisements !, following to that I have also been getting very naughty comments from qualified members of your community, i think I am not the first person to go through this and everyone is ok with that, everytime a new user ask for something, they ignore us, enough is enough !, as customers i think we deserve the support as we requested !.. It is very worrying that gameguru is making itself such a bad reputation on the market, I hope I don't need to seek for my lawyer to have this matter cleared. i thank you for your understanding

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: Nigel Merle nigelmerlin@hotmail.com Sent: Saturday, November 24, 2018 11:54:05 AM To: TheGameCreators/GameGuruRepo; TheGameCreators/GameGuruRepo Cc: Author Subject: RE: [TheGameCreators/GameGuruRepo] Help Gameguru does not detect bitmap portraits exported from gimp software 64 x 64 ! (#454)

I am very grateful for your help, thank you to Lee and your team for giving us the chance to build our game on your platform !. I did gave some directives on how to reproduce my issues to help your team eliminate these bugs and issues I am knocking through everyday into gameguru beta, I am on the private beta and this is very important to you. I haven’t finished to import all the characters, some works and some have a few issues.

People on the forum asked me to send my models there and whatever we users do, this is something very private, when publicly uploaded anyone can have access to our work. I am not mad but only concerned about privacy issues on this forum. I was kind enough to send my models to mike , some people wouldn’t.

I have received a great amount of help from unwrap3d team as well and they explained to me how to handle these models and I am very grateful for every help I can get including your team, I always try to help myself first even though I am not a programmer I am learning, this process is slow and sometimes it can be a nightmare. I am looking forward for a positive response from your team.

Best regards

Nigel

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: synchromesh62 notifications@github.com Sent: Saturday, November 24, 2018 12:52:28 AM To: TheGameCreators/GameGuruRepo Cc: nigelmerle; Author Subject: Re: [TheGameCreators/GameGuruRepo] Help Gameguru does not detect bitmap portraits exported from gimp software 64 x 64 ! (#454)

Hi Nigel You have had an extreme amount of help on the forums 160 posts in all and still are in fact today Myke is helping you and you have emailed him your models … One issue is solved for you and you start another. However this is not a forum and its almost impossible to replicate your issues unless Lee uses the identical software and models your using which is Most unlikely ...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/TheGameCreators/GameGuruRepo/issues/454#issuecomment-441333868, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQkiQ79mjEW7b-nv3gbn_fGzlvAy2vPXks5uyJhMgaJpZM4Yn6Gd.

nigelmerle commented 5 years ago

Dear all thank you for banning me from the world of your wonderful closed forums !, you have such an excellent community !, and so today some people said to me that they have been ignoring me and have been very unkind to me, i felt discouraged as a new user : it was not a good experience and this is why i am asking for an immediate refund for my gameguru purchase, i don't wish to continue with this anymore because i feel also that my money have been stolen from me , I have never been able to create a game with gameguru because the community is not helpful and i have found out that gameguru is not such the 'easy game maker' as stated in your advertisements !, following to that I have also been getting very naughty comments from qualified members of your community, i think I am not the first person to go through this and everyone is ok with that, everytime a new user ask for something, they ignore us, enough is enough !, as customers i think we deserve the support as we requested !.. It is very worrying that gameguru is making itself such a bad reputation on the market, I hope I don't need to seek for my lawyer to have this matter cleared. i thank you for your understanding

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: synchromesh62 notifications@github.com Sent: Saturday, November 24, 2018 12:52:28 AM To: TheGameCreators/GameGuruRepo Cc: nigelmerle; Author Subject: Re: [TheGameCreators/GameGuruRepo] Help Gameguru does not detect bitmap portraits exported from gimp software 64 x 64 ! (#454)

Hi Nigel You have had an extreme amount of help on the forums 160 posts in all and still are in fact today Myke is helping you and you have emailed him your models … One issue is solved for you and you start another. However this is not a forum and its almost impossible to replicate your issues unless Lee uses the identical software and models your using which is Most unlikely ...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/TheGameCreators/GameGuruRepo/issues/454#issuecomment-441333868, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQkiQ79mjEW7b-nv3gbn_fGzlvAy2vPXks5uyJhMgaJpZM4Yn6Gd.

jbthenext commented 5 years ago

@nigelmerle

You have had more support than anyone could ever reasonably expect, our support team have spoken to you in detail about the issue giving sound advice and you seem to have ignored it all.

You have been banned by our team because of your rudeness and bad attitude towards friendly forum members which will not be tolerated.

If you feel this is unfair please feel free to get in touch with customer support and they will tell you the same thing.