• 0

    posted a message on [Help] Copying a siege tank!

    I've been trying to wrap my head around the data editor for a week now, but i've been making annoyingly slow progress. here's what i'm trying to accomplish, if you want to help with anything besides the tank. a lot has been done, or pseudo-done, on the map.

    (it supports diplomacy mode and war mode, a balkans 1912 which is serving as a prototype for a europe 1914. railroads, navy, are some unique parts. you don't build any buildings (except fort and airfield) they are part of the province/city you conquer.)

    • when you destroy the capitol of a province, all other buildings in that particular province turn your color. all buildings are invincible except for capitol (and airfield/fortification). problem in triggers: i can't find out how to select each building that's within a region, it seems like it should be simple..
    • Enginer brigade can build fortification (bunker) and airfield (model: Logistics HQ... i'll do stuff with the airfield later, i just want the map playable for now)
    • fortification is a bunker which does not load guys into it. just has a machine gun weapon.
    • Capitol (CC) builds engineer brigade (scv) and conscript militia (spectre); garrison (barracks..model:mercenary fortress) builds infantry brigade (ghost) and vulture (rifle cavalry brigade); factory builds howitzer battery (siege tank);
    • shipyard can build: SS_Carrier (battleship) Carrier (frigate) Voidray (submarine) and transport (hercules)
    • the three protoss naval units can only exist in the bottom cliff level (AKA, the sea, aka they are actual navy units); their weapons need to be appropriate for ships exchanging cannonballs

    later, i'm going to make the railroads do cool stuff (a railroad artillery battery can move/fire near railroads, fast troop transport unit along railroads also... i'm thinking invisible pylons could help me do this)

    or just see what's up with the tank ;) sorry, this editor has been frustrating me for a while, so i'm coming off as feed-me-everything despite my efforts at learning...

    while i'm uploading map... i'm also having trouble setting the water and switching textures between tilesets. i got a light grass from BelShir to work, but a mar sara texture wouldn't work, and was totally transparent when placed on the map. maybe i did something wrong with the other texture? i've also had no luck setting the water height and color. which object are you supposed to change, when there are multiple?

    Posted in: Data
  • 0

    posted a message on [Help] Copying a siege tank!

    I presume that this mean you set the same actor for sieged and unsieged tank
    nope:(

    Posted in: Data
  • 0

    posted a message on easy Q? how do you make region text for players to see

    ooh. thanks :P

    Posted in: Triggers
  • 0

    posted a message on easy Q? how do you make region text for players to see

    e.g. in risk revulsion each country shows its name on the 3d terrain.

    i tried searching for anything like terrain text but i don't know.

    Posted in: Triggers
  • 0

    posted a message on quick question, unit selection

    sorry, i'm not finding the field. is it in the Units tab? or Actors?

    i searched layer, selection, priority, on both, but none of the fields are called such

    Posted in: Data
  • 0

    posted a message on [Help] Copying a siege tank!
    Quote from gosperglider: Go

    i did the above. it all works, except the siege tank model, when sieged, is now that of an unsieged tank. but the animation up to the sieged part, and back down, is fine.

    this is the error message i get when it appears as the non-sieged unit after the animation sequence:

    Warning More than one CActorUnit persisting int he same scope.

    Posted in: Data
  • 0

    posted a message on developers chat | plz help

    maybe we can use that chatroom so others can get realtime help too. just post here if you're available in the room

    ^ because sometimes realtime is quicker and better ;)

    Posted in: Data
  • 0

    posted a message on [Help] Copying a siege tank!

    i did the above. it all works, except the siege tank model, when sieged, is now that of an unsieged tank. but the animation up to the sieged part, and back down, is fine.

    Posted in: Data
  • 0

    posted a message on developers chat | plz help

    doh, was afk o.o

    Posted in: Data
  • 0

    posted a message on developers chat | plz help

    i've become somewhat familiar with the data editor, and very familiar with the triggers, but some of the data editor is still too complex.

    here is the sc2 mapster free chat,

    chat.freenode.net:6667 #sc2mapster

    or if you don't prefer IRC, another free chat for you guys (register doesn't require any verification aka you're anon)

    http://glidersoft.org/chat/

    i'm trying to complete a World War I map and if somebody could answer a few quick questions i'd be appreciative ;)

    Posted in: Data
  • 0

    posted a message on How to Create Custom Structures / Buildings and Custom Build Abilities

    does this still work with current version of sc2?

    Posted in: Tutorials
  • 0

    posted a message on question about training custom units

    my garrison(barracks), capitol(command center), and factory have corresponding green-texted (changed) corresponding data sections in the Abilities tab.

    but when i made my shipyard(starport), no (green, editable) ability for it appeared, even after i edited the shipyard command card/what units it trains

    i created my own ability and called it shipyard and based it off starport data, and conformed it to what i want. but i don't know how to link it to the shipyard?

    Posted in: Data
  • 0

    posted a message on quick question, unit selection

    when you drag a selection box around units (mouseclick & drag), some are selected with higher priority. like if you drag a selection box around some units and some structures, usually it will only select the units.

    some models that you can add into the game have a higher selection priority than units, even though they're structures, making gameplay harder. so i'm wondering what data field changes which priority level the unit is at for selection?

    Posted in: Data
  • 0

    posted a message on unit radius

    thanks

    Posted in: Data
  • 0

    posted a message on unit radius

    i made a duplicated (mostly similar) version of a command center, barracks, factory, and supply depot. however, i'm having some problems with the unit size. in the unit's stats,

    i set

    CUnit_MinimapRadius to 1, CUnit_Radius to 1, CUnit_SeparationRadius to 1

    yet when placing the building in the editor, or testing the map and running marines around the building, its collision radius (despite resizing the unit model in the actors data, and the new size shows up in editor/testrun) remains its default value

    is there a field i'm missing?

    Posted in: Data
  • To post a comment, please or register a new account.