Jump to content
SSForum.net is back!

Maverick

★ VIP
  • Posts

    3556
  • Joined

  • Last visited

Everything posted by Maverick

  1. aaah yea that was a nice plugin I programmed. Complex though Here is a snippet of the plugin code which iterates over all the flags in the arena and checks if the x and y position of each flag matches the position given in the configuration file (flags[] array): _listnode <Flag> *parse; bool flagCorrect; //Check flags with settings for(int i = 0; i < 32; i++) { for(int j = 0; j < 32; j++) { if(flags[i][j][0] > -1) { parse = flaglist->head; flagCorrect = false; while (parse) { Flag *f = parse->item; if((flags[i][j][0] == (int)f->x) && (flags[i][j][1] == (int)f->y)) { flagCorrect = true; } if(flagCorrect) break; parse = parse->next; } if(!flagCorrect) sendChannel("TURFSPAWN: X or Y position of (area #"+String(i)+") flag #"+String(j+1)+" is incorrect. ("+String(flags[i][j][0])+","+String(flags[i][j][1])+")"); } } } As you can see, the answer to your question is you can do flag->x and flag->y to get it's x and y position (after instantiating it with a Flag object).
  2. http://www.tiny.cc/EPqlv
  3. kernel32.dll is a windows dll file, you better not mess with it or your windows might not work. If Continuum can't load it then there must be something quite wrong with your windows system. Maybe repairing windows (boot via cd and then repair the windows installation) will help.
  4. Well, this is the config file of that skin: main=(0,0,587,379) profile=(48,44,82,56)+(454,380) profile=(48,60,82,72)+(454,393) macros=(48,76,82,88)+(454,406) keydefs=(48,92,82,104)+(454,419) ping=(318,42,352,54)+(489,380) options=(294,327,420,352)+(160,380) play=(294,353,587,379)+(160,406) zones=(421,327,587,352)+(287,380) proftext = (98,45,246,106) zonetext = (320,62,545,275) zoneselcolor1 = (0,128,0) zoneselcolor2 = (0,128,0) zonecolor1 = (255,204,51) zonecolor2 = (255,153,0) ship1=(0,400,0,400) ship1=(56,184,255,335)+(160,433) ship1=(152,224,231,303)+(0,380)(0,460)(0,540)(0,620)(0,700)(0,780)(0,860)(0,940)(0,1020)(0,1100)(0,1180)(0,1260)(0,1340)(0,1420)(0,1500)(0,1580)(0,1660)(0,1740)(0,1820)(0,1900)(0,1980)(0,2060)(0,2140)(0,2220)(0,2300) ship2=(0,400,0,400) ship2=(56,184,255,335)+(160,585) ship2=(152,224,231,303)+([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],380)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],460)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],540)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],620)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],700)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],780)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],860)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],940)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],1020)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],1100)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],1180)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],1260)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],1340)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],1420)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],1500)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],1580)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],1660)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],1740)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],1820)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],1900)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],1980)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],2060)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],2140)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],2220)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],2300) ship3=(0,400,0,400) ship3=(56,184,255,335)+(160,737) ship3=(152,224,231,303)+(0,2380)(0,2460)(0,2540)(0,2620)(0,2700)(0,2780)(0,2860)(0,2940)(0,3020)(0,3100)(0,3180)(0,3260)(0,3340)(0,3420)(0,3500)(0,3580)(0,3660)(0,3740)(0,3820)(0,3900)(0,3980)(0,4060)(0,4140)(0,4220)(0,4300) ship4=(0,400,0,400) ship4=(56,184,255,335)+(160,889) ship4=(152,224,231,303)+([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],2380)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],2460)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],2540)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],2620)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],2700)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],2780)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],2860)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],2940)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],3020)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],3100)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],3180)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],3260)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],3340)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],3420)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],3500)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],3580)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],3660)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],3740)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],3820)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],3900)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],3980)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],4060)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],4140)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],4220)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],4300) ship5=(0,400,0,400) ship5=(56,184,255,335)+(160,1041) ship5=(152,224,231,303)+(0,4380)(0,4460)(0,4540)(0,4620)(0,4700)(0,4780)(0,4860)(0,4940)(0,5020)(0,5100)(0,5180)(0,5260)(0,5340)(0,5420)(0,5500)(0,5580)(0,5660)(0,5740)(0,5820)(0,5900)(0,5980)(0,6060)(0,6140)(0,6220)(0,6300) ship6=(0,400,0,400) ship6=(56,184,255,335)+(160,1193) ship6=(152,224,231,303)+([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],4380)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],4460)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],4540)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],4620)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],4700)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],4780)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],4860)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],4940)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],5020)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],5100)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],5180)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],5260)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],5340)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],5420)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],5500)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],5580)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],5660)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],5740)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],5820)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],5900)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],5980)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],6060)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],6140)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],6220)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],6300) ship7=(0,400,0,400) ship7=(56,184,255,335)+(160,1345) ship7=(152,224,231,303)+(0,6380)(0,6460)(0,6540)(0,6620)(0,6700)(0,6780)(0,6860)(0,6940)(0,7020)(0,7100)(0,7180)(0,7260)(0,7340)(0,7420)(0,7500)(0,7580)(0,7660)(0,7740)(0,7820)(0,7900)(0,7980)(0,8060)(0,8140)(0,8220)(0,8300) ship8=(0,400,0,400) ship8=(56,184,255,335)+(160,1497) ship8=(152,224,231,303)+([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],6380)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],6460)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],6540)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],6620)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],6700)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],6780)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],6860)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],6940)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],7020)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],7100)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],7180)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],7260)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],7340)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],7420)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],7500)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],7580)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],7660)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],7740)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],7820)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],7900)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],7980)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],8060)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],8140)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],8220)([img=http://www.ssforum.net/public/style_emoticons/default/mega_shok.gif],8300) spectate=(0,400,0,400) spectate=(56,184,255,335)+(160,1649) spectate=(152,224,231,303)+(0,8380)(0,8460)(0,8540)(0,8620)(0,8700)(0,8780)(0,8860)(0,8940)(0,9020)(0,9100)(0,9180)(0,9260)(0,9340)(0,9420)(0,9500)(0,9580)(0,9660)(0,9740)(0,9820)(0,9900)(0,9980)(0,10060)(0,10140)(0,10220)(0,10300) I think you can figure it out for yourself how to get those animations working.
  5. http://stash.dedicational.com/happy_2007.JPG
  6. Just open the .skn file in paint or any other imaging software - it will open as a bmp since it's basically a bmp and the txt configuration at the end (which will be ignored). I attached the Ceinwyn image to my previous post.
  7. http://stash.dedicational.com/HappyNewYear.jpg Best wishes
  8. If you open a .skn file in your text editor the txt file will be at the bottom. (tip: use textpad) For example, this is the txt file for the Ceinwyn.skn (skin installed with a default continuum installation): MAIN = (0,0,639,459) PROFTEXT = (69,61,227,118);158x57 SHIPBOX = (30,290,270,400);240x110 INFOBOX = (30,290,270,400);240x110 ZONETEXT = (311,180,619,440);308x260 ZONEDOWN = (309,436,328,447) + (310,580);19x11 ZONEUP = (329,436,348,447) + (330,580);19x11 ;Ships SPECTATE = (240,160,270,190) + (240,475); Spectate 30x30 SHIP1 = (34,186,64,215) + (30,505); Warbird 52x60 SHIP2 = (94,186,124,215) + (90,505); Javelin 57x60 SHIP3 = (150,190,180,219) + (150,505); Spider 52x60 SHIP4 = (211,189,241,218) + (210,505); Leviathan 57x60 SHIP5 = (65,235,95,264) + (60,555); Terrier 52x60 SHIP6 = (125,235,155,264) + (120,555); Weasel 57x60 SHIP7 = (184,236,214,265) + (180,555); Lancaster 52x60 SHIP8 = (242,238,272,267) + (240,555); Shark 57x60 ;Buttons PROFILE = (339,79,440,100) + (339,499);101x21 ZONES = (339,109,440,130) + (339,529);101x21 TRACE = (499,79,600,100) + (499,499);101x21 PLAY = (419,49,520,70) + (419,469);101x21 QUIT = (499,109,600,130) + (499,529);101x21
  9. Via this topic I found this website that features a continuum skin tutorial: http://continuumskins.s5.com/tutorial.html . Beware of the annoying popus and ads though
  10. I googled the key word in your error message and the first result I found probably is your solution:
  11. That's really a pointless comment, rootbear. I just used the default installation directory to point to where Continuum is installed. If he/she can't find it then he's probably intelligent enough to figure out where he choose to install it instead.
  12. Please read http://forums.sscentral.com/index.php?act=...E=01&HID=23
  13. oki Let me know when I can help with content again, but please don't wait until the last moment so you require me to do all of it in a few days time.
  14. Maverick

    Hockey

    Are you running Continuum through the "Run As..." option?
  15. Takes time getting used to. ew @ the Times New Roman in Fast Reply Hm it's really red, don't know if I like it or not.
  16. Looks better
  17. Good proposition, but isn't necessary (if it's even doable). Like Telson said, spam is unavoidable.
  18. I don't like such advertising, go somewhere else. [ronn359 banned, keeping the topic here since it's referenced from other thread]
  19. Delete / purge explodeX.bm2 (X = 0, 1 or 2) under C:\Program Files\Continuum\graphics
  20. pointless
  21. You can't do much anything about that nor can your ISP. It's caused by a few foreign routers.
  22. http://stash.dedicational.com/Merry_Christmas.gif
  23. Still does it for me
  24. I must say, you did it yourself. You can find your topic somewhere in the trash can.
  25. If you only going to make pointless bashing posts that nothing have to do with either continuum or this forum you can jump off a cliff instead.
×
×
  • Create New...