I "PM"ed him but never replied.Quote:
Originally Posted by Civic03
Printable View
I "PM"ed him but never replied.Quote:
Originally Posted by Civic03
Can you send it to me? PM me...
Is everything suppose to work?
just bits like this which happen in various places.. no biggie tho, as it only happens when pressing buttonsQuote:
Originally Posted by drewdizzy
I've seen that too...I think its the area on the skin editor is overlapping....I'll see if i can fix that, thanks TJA
will you release the psdfiles??
Yeah...is that I'm arranging the Layers so ya'll can understand them a lil' bit, soon please.
that looks really nice! Can't wait for the PSDs to play around! Thanks!
-Emo
U'r wel come...and thank you!
Thnx drewdizzy for the OSK i asked you about earlier.
A few things in the OSK do not work correctly;
! (ascii 33) does not output anything
; (ascii 59) does not output anything
' (ascii 39) outputs a " (ascii 34)
" (ascii 34) outputs a ' (ascii 39)
, (ascii 44) outputs a "
< (ascii 60) outputs a "
The first two are probably RoadRunner problems, for I have
been trying out different codes in osk.skin, but nothing works.
the 3rd and 4th are simply switched codes.
K,665,419,60,53,004,034,039,"''" must be
K,665,419,60,53,004,039,034,"''"
The last two have to do with another problem in RoadRunner;
The skin-file-parser gets confused by the "'," parameter.
if you change line K,518,475,60,53,005,044,060,","
in K,518,475,60,53,005,044,060,044
the problem is solved.
Guino, can you look into the osk-codes for ! and ; THNX