Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

boyesjs03

Members
  • Posts

    548
  • Joined

  • Last visited

    Never

Everything posted by boyesjs03

  1. Looks quite interesting, Ill get in touch with you sometime after my exams xD
  2. Could you explain this in code, Im still learning xD
  3. Have you edited it at all? What engine are you using? It is only a label that updates from a value which is looped so it should work instantly.
  4. I agree, you should upgrade now.
  5. Great system for PvP games, well done.
  6. Layout looks nice, loving the colours and font xD
  7. Aha, just one more thing: set the topic to solved, thank you.
  8. I think I would come pretty close if Im honest xD Spend most of my school day on it on my tablet then get home and use my computer xP
  9. I dont know where else to put the option though :L Because I could use an If or Select Case statement but I also get an error.
  10. Well first try another item, then try clearing your maps from the data files, then if all else fails redownload the client see if you get the same problem.
  11. SO Im trying to add a resolution option to my options.ini file. Ive coded the option into ModDatabase and ModConsants but I get an error saying "Circular dependencies between modules". Im guessing this is due to my ModConstants looking like this: ``` Public Const MAX_MAPX As Byte = (Options.ResolutionH / 32 - 1) Public Const MAX_MAPY As Byte = (Options.ResolutionW / 32- 1) ``` Any ideas? Im trying to make it so the Max map x and y equals the resolution values in the options.ini file, these will be set by control boxes ( I can do that ).
  12. So does everyone else after you boasted the other day ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png)
  13. So you can't boast ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png)
  14. Screenshots of your system? (And the code)
  15. boyesjs03

    Link me

    No problem man ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png) And sorry Seany ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png)
  16. > yes, client options are handled clientside ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png) Self Explanitory ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png) Thanks for your help, I was just missing where to define it :-)
  17. And all handled client side yeah?
  18. Derp, I meant the config.ini xD. Is it still defined in ModTypes?
  19. Yeah added a resolution option in but says I havnt defined the resolution option.
  20. Bit stuck on this one, I spent 20 minutes yesterday trying to work it out but I seem to be missing something. Could someone please explain fully how to add an option to the Config.ini file?
  21. boyesjs03

    Link me

    [http://www.touchofdeathforums.com/community/index.php?/topic/120607-robins-history-bundle/](http://www.touchofdeathforums.com/community/index.php?/topic/120607-robins-history-bundle/)
  22. boyesjs03

    Custom Hat

    I hope he isn't… :/
×
×
  • Create New...