I have this terminal screen in my map that I whipped up a while back.
Its kind of lame looking I think. I wondered if anybody out there that is handy with the photo shops could whip me up something better looking. Maybe with some cool graphics on it or something so it looks more like a computer screen on a space station. I would like to keep the background blue but more color would be good.
If it says 'message db "Hello XONOTIC!", "$"' the screen to the right should read "Hello XONOTIC!"
(07-18-2010, 10:59 AM)Flying Steel Wrote: How could anyone with ADHD tell its a high damage weapon if it wasn't a gigantic metal cock fucking the map whenever a player gets within 3 meters of a wall?
(06-26-2010, 05:40 PM)Ribnon Wrote: do you like this one?
It looks pretty dam good but I think it needs to pop more.
This is how it looks in the game.
All the black is completely transparent. Maybe some color in the background so it glows more? I misspell t xonotic it comes up as xonotix. You can change the text if u want or get rid of it and put something cooler in there like some wire frame graphics or something... what ever you think.
Also, I would suggest making it larger than 256^2.
(07-18-2010, 10:59 AM)Flying Steel Wrote: How could anyone with ADHD tell its a high damage weapon if it wasn't a gigantic metal cock fucking the map whenever a player gets within 3 meters of a wall?
06-27-2010, 03:09 AM (This post was last modified: 06-27-2010, 03:11 AM by Ribnon.)
I changed some of the things you mentioned, but i don't know how to fix that background issue...
i removed the alpha channel on the first attachment, so this one shouldn't be transparent.
(06-26-2010, 10:43 PM)Roanoke Wrote: Also, I would suggest making it larger than 256^2.
its vector graphics, i can render it at any resolution you want ;-)
(06-27-2010, 03:09 AM)Ribnon Wrote: I changed some of the things you mentioned, but i don't know how to fix that background issue...
i removed the alpha channel on the first attachment, so this one shouldn't be transparent.
(06-26-2010, 10:43 PM)Roanoke Wrote: Also, I would suggest making it larger than 256^2.
its vector graphics, i can render it at any resolution you want ;-)
Thanks Ribnon
There is a shader that makes the screen transparent in game and it makes anything that is black on the texture completely transparent. This is what it looks like in game now. I put a white border around it. I love the addition of the guns. I was thinking about animating this screen a few frames. Is there anyway you could change the image a little to make it look like a screen glitch, like static or some sort of distortion? Then i can animate those images and make the screen look like it has a glitch.
1. the "mov ax, seg message" is redundant; however I was wrong on IRC, and now looked it up: EXE loading does not automatically preset DS (stupid MS-DOS)... so add back the "mov ds, ax".
2. the mov ah, 09 probably should be mov ah, 09h for consistency, although 9 decimal and hexadecimal are the same
3. the last int 21 sure is meant to be int 21h, like the first one
4. style question: is db"Hello... intentional (i.e. no space before the ")? It is likely valid syntax in some assembler.
Just saying, as this would be nice to fix before the texture is finalized.
1. the "mov ax, seg message" is redundant; however I was wrong on IRC, and now looked it up: EXE loading does not automatically preset DS (stupid MS-DOS)... so add back the "mov ds, ax".
2. the mov ah, 09 probably should be mov ah, 09h for consistency, although 9 decimal and hexadecimal are the same
3. the last int 21 sure is meant to be int 21h, like the first one
4. style question: is db"Hello... intentional (i.e. no space before the ")? It is likely valid syntax in some assembler.
Just saying, as this would be nice to fix before the texture is finalized.
Ah you programmers. Such Anal-ytical thinkers
Could you fix these things Ribnon?
1. the "mov ax, seg message" is redundant; however I was wrong on IRC, and now looked it up: EXE loading does not automatically preset DS (stupid MS-DOS)... so add back the "mov ds, ax".
[...]
where does the "mov ds, ax" belong?
Edit: I meant to do something different but this came out ;-)
if you like it, ill render it at higher resolution.
That looks pretty good! Can you take out the code all together in that window. I want to have the code scroll in that window on a different layer. I can make the code image to overlay onto your image. I like the static effect tho.