Guest CR0SSFIRE Posted September 10, 2003 Report Posted September 10, 2003 Not sure if this is the correct place for this thread, but I'm sure if it's not staff will move it. Anywho... First time I've tried making a skin, here's the code I have... main = (0,0,361,499) proftext = (117,95,300,95) profile = (50,92,102,105) + (400,0) macros = (51,124,98,137) + (400,28) keydefs = (51,140,88,154) + (400,42) prevprof = (273,150,285,165) + (400,57) nextprof = (287,150,298,165) + (412,57) zonetext = (72,207,293,319) zoneup = (262,329,279,336) + (400,74) zonedown = (282,329,297,336) + (400,83) zoneselcolor1 = (35,85,135) zoneselcolor2 = (0,0,0) trace = (50,189,85,204) + (460,31) zones = (100,189,136,203) + (460,47) options = (51,323,110,336) + (441,61) ship1 = (59,368,93,401) ship2 = (104,369,134,400) ship3 = (143,369,179,401) ship4 = (187,368,222,400) ship5 = (61,410,93,439) ship6 = (104,410,136,439) ship7 = (146,410,179,439) ship8 = (188,410,222,440) spectate = (268,368,304,400) play = (261,410,295,423) + (460,0) quit = (261,427,293,442) + (460,15) Now this work perfectly for me, but when I sent it to the rest of my squad, they all got the same error... Error: Invalid region or setting name Line(1): 02,105) + (400,0) Near: "02" Anyone able to explain why and/or what I need to do to fix it?
Yupa Posted September 10, 2003 Report Posted September 10, 2003 try removing all the spaces and in the future you might want to include the .bmp ...and use notepad or the like (not wordpad)
Mr Ekted Posted September 10, 2003 Report Posted September 10, 2003 My skin code expects carriage returns in the file at the end of each line. This is standard for windows. If your editor does not use them (plain linefeeds, ala Unix) they should not load. I can't explain why it works for you and not them, UNLESS you sent them the file using FTP and transferred them as ASCII instead of BINARY. If so, two wrongs made a right! http://home.maine.rr.com/user/ekted/pics/ssgc.jpg http://www.againsttcpa.com/images/AgainstTCPA-Log01Small.gif
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now