Does anybody know where the source code to tga2bmp2 is.
Thanks
Terry
Does anybody know where the source code to tga2bmp2 is.
Does anybody know where the source code to tga2bmp2 is.
Equity_8RF0.1 ( Dedicated )
http://sourceforge.net/projects/equity8rf/
Equity10 ( Ogre Engine )
https://sourceforge.net/projects/hgts123/
http://sourceforge.net/projects/equity8rf/
Equity10 ( Ogre Engine )
https://sourceforge.net/projects/hgts123/
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
Re: Does anybody know where the source code to tga2bmp2 is.
Unfortunately we only have the tool but not the source. You may try to contact the original author Lauri Aalto at http://www.coolhouse.fi/
Re: Does anybody know where the source code to tga2bmp2 is.
I've been doing a bit of detective work and ...
I think he can be contacted via sales@coolhouse.fi
Either he or some relative runs that website and an online game. There's an A.Aalto aka lamexi (female) the moderator on the game forum who's home website is http://www.coolhouse.fi
Worth a try you might get lucky.
cheers
EDIT: I found an email address: lauri.aalto@coolhouse.fi.
and another one lauri_aalto@online.tietokone.fi although this one is quite old.
I think he can be contacted via sales@coolhouse.fi
Either he or some relative runs that website and an online game. There's an A.Aalto aka lamexi (female) the moderator on the game forum who's home website is http://www.coolhouse.fi
Worth a try you might get lucky.
cheers
EDIT: I found an email address: lauri.aalto@coolhouse.fi.
and another one lauri_aalto@online.tietokone.fi although this one is quite old.
Re: Does anybody know where the source code to tga2bmp2 is.
hello berine
well mate i think i can write the code myself the first thing is
the 32 bit tga is in the format bgra format blue red green and alpha
the actor likes it in rgba or at least rgb all i have done is exchanged the first byte and
third byte round which is a faily standard thing to do.
The trick is with the actor in genesis 1.6 a new command geActor_SetAlpha exsits
and there is also a format for bitmap files rgbx now i dont know at the moment which is the best.
I think the geActor_SetAlpha set the alpha color to a forced color like black for instance and will ignore the alpha chanel of the tga file where as the rgbx method if it works uses the true alpha
chanel of the tga file.
I have done the swap thing brga to rgba and can convert the tga file i just need to do the actor
side of it over the next few days.
Hope all this makes sence.
Regards
Terry
well mate i think i can write the code myself the first thing is
the 32 bit tga is in the format bgra format blue red green and alpha
the actor likes it in rgba or at least rgb all i have done is exchanged the first byte and
third byte round which is a faily standard thing to do.
The trick is with the actor in genesis 1.6 a new command geActor_SetAlpha exsits
and there is also a format for bitmap files rgbx now i dont know at the moment which is the best.
I think the geActor_SetAlpha set the alpha color to a forced color like black for instance and will ignore the alpha chanel of the tga file where as the rgbx method if it works uses the true alpha
chanel of the tga file.
I have done the swap thing brga to rgba and can convert the tga file i just need to do the actor
side of it over the next few days.
Hope all this makes sence.
Regards
Terry
Equity_8RF0.1 ( Dedicated )
http://sourceforge.net/projects/equity8rf/
Equity10 ( Ogre Engine )
https://sourceforge.net/projects/hgts123/
http://sourceforge.net/projects/equity8rf/
Equity10 ( Ogre Engine )
https://sourceforge.net/projects/hgts123/
Re: Does anybody know where the source code to tga2bmp2 is.
I'm sure it makes sense Terry, I just don't understand it too well LOL. You could drop Lauri a line at that first e-mail address and ask her/him what she/he did (I think Lauri is female after looking on some forums). That first address is quite recent from a post of lauri's in january this year lauri.aalto@coolhouse.fi you'll probably get the whole source code and that would save you some work maybe.
Cheers,
Bernard
Cheers,
Bernard
Re: Does anybody know where the source code to tga2bmp2 is.
Hello,
Seems like during our last homepage update, all the old Genesis 3D files were removed from the server. The Actor Skin Replacer never had its source published but since I haven't been working with Genesis 3D for years, I think it's ok to release it now before the code gets lost somewhere. The code is mostly undocumented (some documentation in finnish though), and might be kinda horrible mess. However, the part that does the real job is quite short so it should be readable.
You can download the source from my homepage at:
http://www.coolhouse.fi/files/tga2gebmp.zip
Use it as you please but including Coolhouse into credits would be a nice thing of course.
Seems like during our last homepage update, all the old Genesis 3D files were removed from the server. The Actor Skin Replacer never had its source published but since I haven't been working with Genesis 3D for years, I think it's ok to release it now before the code gets lost somewhere. The code is mostly undocumented (some documentation in finnish though), and might be kinda horrible mess. However, the part that does the real job is quite short so it should be readable.
You can download the source from my homepage at:
http://www.coolhouse.fi/files/tga2gebmp.zip
Use it as you please but including Coolhouse into credits would be a nice thing of course.
Re: Does anybody know where the source code to tga2bmp2 is.
Thanks suski. I downloaded it and put it as is on my filefront for the use of forum members.
Re: Does anybody know where the source code to tga2bmp2 is.
Thanks berine i sent her an email but see didnt respond you must have a
silver tounge a gift.
any way i have just downloaded the source and it will be the focus of the
next release sunday.
so going to look at it now.
Thanks Thanks And Thanks again berine.
Respect
Terry
silver tounge a gift.
any way i have just downloaded the source and it will be the focus of the
next release sunday.
so going to look at it now.
Thanks Thanks And Thanks again berine.
Respect
Terry
Equity_8RF0.1 ( Dedicated )
http://sourceforge.net/projects/equity8rf/
Equity10 ( Ogre Engine )
https://sourceforge.net/projects/hgts123/
http://sourceforge.net/projects/equity8rf/
Equity10 ( Ogre Engine )
https://sourceforge.net/projects/hgts123/
Re: Does anybody know where the source code to tga2bmp2 is.
Actually I did get the email (although the address listed on this page was my old email. I've changed my name and email since then) and tried replying. Guess it didn't get through as I tried attaching the source in the email as well.hgt_terry wrote:Thanks berine i sent her an email but see didnt respond you must have a
silver tounge a gift.
Anyways, if you people will be hosting the files then I can probably safely take them down from our servers at some point in case a need for that rises.
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
Re: Does anybody know where the source code to tga2bmp2 is.
Thanks for the contribution
I've updated and fixed the code a bit. The new version will be part of the next RF release.
I've updated and fixed the code a bit. The new version will be part of the next RF release.