Jump to content
SSForum.net is back!

Samapico

🜲 Administrator
  • Posts

    7973
  • Joined

  • Last visited

Everything posted by Samapico

  1. F.A.Q. --- Why will Continuum not load?
  2. your fruit system is wrong Delic... very wrong... WHERE ARE THE APPLES??? A fruit system is not a fruit system without apples... wtf is wrong with you?
  3. i'd join, but I can't install anything on these !@#$%^&* computers
  4. Samapico

    I have

    This topic will be trashed in 5...
  5. I remember changing this: For i = 0 To UBound(hmnu) hmnu(i) = GetSubMenu(mainmnu, i) Next to For i = 0 To UBound(hmnu) hmnu(i) = GetSubMenu(mainmnu, i + 1) Next (in frmGeneral's SetIconsToMenu sub) because for some reason it seemed to consider the "menu" represented by the drake icon just to the left of "File" ; i.e. "File" was hmnu(1), instead of hmnu(0) but now, I needed to switch it back because hmnu(0) IS "File" now... so wtf... does it depend on VB version? what happens when compiling? which one to use... i'm confused
  6. right-click on your continuum folder, go in properties, make sure the Read-Only isnt checked. Maybe your settings files are marked as read-only for some reason and continuum might not be able to overwrite them
  7. Samapico

    Conversations

    haha... that would be a good definition of newbie
  8. call them back, and tell them to eat !@#$%^&*
  9. delic is ez... pfft
  10. what's wrong with our forum? uh?
  11. and if that fails... just play windowed
  12. I like the PEW PEW PEW one haha
  13. The first time I saw that number I must say I was impressed It's harder to keep track of the number of users now because of the auto-update system; and it seems it is not possible to know how many times the file was downloaded from Drake's server.
  14. oldschool blacktrons (black / yellow) were the coolest... I remember trying to order some old blacktron dudes, but instead they sent me these next-generation blacktrons, that were like.. white and green... i was sad
  15. http://www.peeron.com/pics/inv/setpics/6982-1.1105127515.jpg err I wanted that one: http://home.arcor.de/rosebud190155/6973159.jpg HOLY CRAP look at that base --- This huge model is !@#$%^&*led the Blacktron Intelligence Agency. http://peach.mie.utoronto.ca/events/lego/lego-081205/photos/photo22.jpg
  16. Browsing for stuff ni CDBaby is a pain, plus it didnt find any album of all the artists I searched for... bleh
  17. ctrl+break... you can be sure i'll remember that I know not "that" many people care about it... but still... I'm having fun doing it, plus I learn at the same time... So I'll probably continue working on DCME until it gets LVZ support ... That way , I might be able to finish that !@#$%^&* map I started like 2 years ago... CLT was way too slow to put all the lvz's I needed on it
  18. i call that french Bonjour mon ami, comment ça va?
  19. the zones in gray are zones that are not on your list. You can add these zones by double-clicking on them ; same if you want to remove zones from your list, double click on a zone it will be removed from the list as for the lag problem, make sure no other applications are trying to access the internet ; some programs may give you some lag spikes that could be enough to make you spec
  20. god!@#$%^&* I hate how MS visual basic CRASHES with infinite loops... I mean... the IDE could ATLEAST still respond or something... grrr ... I just lost my textbox emulator :'( ........ and now I can't open any vb project... wtf most form files and the user control file give me this error when trying to load: I can load a couple of files individually, but if I try to open the project, or some files individually, it crashes... I hate these school computers.
  21. the community needs a DCME with LVZ and eLVL, it's our mission! and the shortcut problem is already fixed, in picpreview_keypress, there's: If tiletext.active then call tiletext.keypress(keycode) else [ all the code that was there]
  22. when put in spec, you dont get the yellow message, you only get the green: You have been put in spectator mode due to no data coming from server or something like that. If you get the yellow message, it's because you were completly disconnected from server. So, if you get specced for no data, it's because the data packets are having a hard time getting to your computer... Which zone(s) did you try to connect to? On the main screen, check for zones in which the PING is low. Also, when in-game, type "?lag" and "?ping" to know your packetloss and your ping. Any packet loss above 5% or so will surely get you specced often. An average ping above 300ms might be a problem as well. You can also try to do a TRACE to a specific zone to see where the packets are lost.
  23. check this thread in the F.A.Q.S. of the tech support forum: Why will Continuum not load?
  24. I just thought about something... Would it be possible to completly control a hidden textbox ; so that when you type stuff in picpreview, it inserts / types / moves cursor / whatever in that hidden textbox. Then, when it is time to render the typed tiles, just read each character inthe text box, and generate these tiles... I mean like... p!@#$%^&* each keypress event directly to the text box I've tried just calling the TileTextData_KeyPress event with the given key... doesnt work at all That would make alot of things MUCH easier If that cant work, i was thinking using a string that holds each characters and do the same thing... but then, for inserting chars, it would need to split at each chr(13), check current X/Y cursor position depending on the boundaries of the textbox, insert a character at the correct row/column... hmmm yeah that should do it... I'm kind of tired so there may be some super-simple way I'm not thinking about....bleh Commiting to SVN and signing off... good night
×
×
  • Create New...