Search results

  1. T

    Heroes with Battleships Skills

    I'm working on a Battleships map for me and a few friends and I'm having trouble with skills for hit points, regeneration and speed - only the first point put into them does anything and only the speed upgrade (based on a hero ability, not item ability) actually appears in purchased skills for...
  2. T

    Installing multiple VS2012 express versions and SQL MS

    I'm interested in both web and games development and want to use Microsoft Visual Studio 2012. Can I install both express for web and windows desktop side by side? Also I'd like to make my websites with SQL Management Studio 2012. Is there anything I should know before before I install all 3...
  3. T

    VS2012 DX11 Create Window

    I'd like to create, from a blank project, a window using direct x 11 SDK in Microsoft Visual Studio 2012. I'm on Windows 7 64bit. I'm sure this is somewhere on the web, but I can't seem to find anyone who shows the complete working code, just snippets or does it for different versions of...
  4. T

    Load, Modify and Create a BMP file with C++

    Hi, I'm using Microsoft Visual Studio 2010 and I would like to be able to load a BMP file, modify it based on the colors it has and create a new BMP file with the modifications. I've googled around and have seen some code, but didn't understand it all or at least how to modify it to do what I...
  5. T

    Map Security

    I made do how I make a map so that people can't view/modify it in the world editor? Thanks in advance
  6. T

    3D Java - what do I need?

    I need some help learning how to do 3D games with java. I've searched high and low on the internets, but I haven't found a 3D java tutorial which tells me all the current software I need and how to use it. Usually they're 10 years old or old enough that the software they list isn't current. What...
  7. T

    Elevator Maze Walls

    Hi, I've got a problem with placing elevator walls. For some reason, elevator walls are longer then the side of an elevator. When I try to place one wall along the top of an elevator and one along the side, the editor won't let me because they overlap a bit (whether alive or dead). I've had...
  8. T

    Problems loading the world editor

    Hi, For some reason when i try to load the editor, it gets part way, but then stops and i see lots of, (i don't know how to describe it) fuzz on the screen (i've tried taking screen shots but they show the map how it's supposed to be, not how it is currently). Also, the menu in the actual...
  9. T

    Custom Hero Attributes + Buffs

    Hi, Does anyone know how to create customs buffs? I want to be able to give hero skills that increase things like movement rate, attack rate, mana regen, hp regen etc but not as an aura and not having to do it as jointly with something else (i.e. just adding attack speed, instead of attack...
  10. T

    Computer selecting custom hero skills

    Hey, I was wondering how you get computer heroes to select custom abilities when they level up. So far I've only found the pre-made abilities in the 'learn skill' trigger. What I've done so far is; Event Hero gains level Conditions Hero belongs to the computer I need to know how to...
  11. T

    How do you do pathing for custom units?

    I've been working on creating large units and buildings for a custom campaign and have worked out how to work the selection scale and scaling value attributes. However, when I edit the collision size and change pathing to none which gets the unit collision right in the editor, it crashes the...
Top