TheJosh / chaotic-rage

An unusual zombie shooter game for Windows and Linux
GNU General Public License v2.0
35 stars 10 forks source link

Intro/Menu Art Update #91

Closed enjgine closed 10 years ago

enjgine commented 10 years ago

New Menu BG.JPG, Logo.PNG, Mod.JPG and Into Game.PNG art (New Logo design and Background image)

esper commented 10 years ago

The images looks great!

Did you launch the game with the new images (your fork is ~40 commits after the master repo)? I ask because there seems to be a bug (or feature?) when loading the background resolution, see screenshoot (earth looks like an egg): screenshot_cr

Will try to find where it went wrong in the code

TheJosh commented 10 years ago

Probably a pixel ratio thing. I'll look into it On 17/06/2014 1:24 AM, "Enjgine" notifications@github.com wrote:

New Menu BG.JPG, Logo.PNG, Mod.JPG and Into Game.PNG art (New Logo

design and Background image)

You can merge this Pull Request by running

git pull https://github.com/enjgine/chaotic-rage master

Or view, comment on, or merge it at:

https://github.com/TheJosh/chaotic-rage/pull/91 Commit Summary

  • Intro/Menu Art Update

File Changes

Patch Links:

Reply to this email directly or view it on GitHub https://github.com/TheJosh/chaotic-rage/pull/91.

TheJosh commented 10 years ago

Hey @enjgine, before I merge this, can you confirm that ALL art assets are free to use?

For anything you created, I need it licensed for GPL2 - you keep the copyright.

For anything else (earth image, fonts, etc), I need them either licensed GPL2, or something we can re-license. CC0/public domain stuff is the easiest, but BSD/MIT is okay too but we need to know the origin so it can be mentioned in the commit log

esper commented 10 years ago

Background scale bug found and commited (fc53b16766).

enjgine commented 10 years ago

@Thejosh I encountered the bug but expected it would be sorted out.

Anything used in the images is 'free for commercial use'. I've made sure that I can find a licensing document or page for each that is GPL friendly. If you would like I can put links to the pages, but they will read 'free for commercial use'.

The files do work. I tested them on a 1.8 copy, not through Git (which I forgot to sync).

TheJosh commented 10 years ago

Hi @enjgine,

Yeah If you can send me those sources, that'd be great. The URL where you found the piece and the original author name. It's just for the commit log.

It's a pain in the butt, but we have to do it.

enjgine commented 10 years ago

@TheJosh http://www.fontspace.com/nal/dead-font-walking (Logo Font, Possibly replace current DejaVu with this?) http://all-silhouettes.com/tou/ (Logo Handprint) http://www.nasa.gov/audience/formedia/features/MP_Photo_Guidelines.html (Menu Earth Photo Used)

TheJosh commented 10 years ago

Hey @enjgine, can you provide layers for the menu bg? I've got an idea...

enjgine commented 10 years ago

@TheJosh bg_1 bg_2

TheJosh commented 10 years ago

@enjgine, is the crt lines over the earth a separate layer or is it baked into that layer?

enjgine commented 10 years ago

No it is a seperate layer. I could provide the .PSD if you have photoshop.

TheJosh commented 10 years ago

Post a pull request with it added into the orig/ directory under a new directory called menu.

enjgine commented 10 years ago

Regarding orig/, is it necessary for items such as (6) Logo alterations to be included? Ideally a logo uses one common iteration.

TheJosh commented 10 years ago

Just commit the final psd for the logo and the menu. Git will handle any (future) revisions On 18/06/2014 6:14 PM, "Jurie Boshoff" notifications@github.com wrote:

Regarding orig/, is it necessary for items such as (6) Logo alterations to be included? Ideally a logo uses one common iteration.

Reply to this email directly or view it on GitHub https://github.com/TheJosh/chaotic-rage/pull/91#issuecomment-46410070.

enjgine commented 10 years ago

Oh, sorry, I meant there are several different copies (Logo, Logo_Alt, Logo_Alt_Black Ect) already there.