And to answer your other question you can create an event inside the actor of your unit to trigger an animation like a spellcast when it uses a specific ability. Dont have time to go into that as i have to run, but if you want more info will tell you later.
If you do decide to continue and complete this project will it be the verse mode like in DK2 so you could go against 3 or so other players or will you make a mini campaign :)
I now use blender after testing out 3dsmax. While 3dsmax is more powerful is easier to use, you cant beat the price of blender :)
Blender is still powerful and can do most of the things other 3d modelling software can do, just take a few basic tutorials to learn the hotkeys as the layout is not very friendly. Blender also includes an in program painting tool so you can texture your model although its much better to unwrap it and take it over to photoshop / gimp.
Yes, on the right above the command box is a lil button with a person icon. Pressing that will open your friends list and you can chat that way.
I haven't seen a way to disable chat messages (haven't really looked) but you can clear text messages (can set type to chat message). Make a loop to keep clearing it and you have some dodgy method of disabling chat.
- Then you will notice that your mouse will have a lil icon around it (such as a square, circle etc) letting you do a specific task like raise terrain.
- Simply press the esc button on your keyboard to get rid of this icon
- Next drag your mouse around the area you wish to duplicate
- Ctrl + C then Ctrl + V and you should have duplicated terrain
In some game engines, people would simple create 1 rain emitter and just attach it so it follows the camera, giving the illusion that the rain is everywhere. This would also save alot of time and would run better then having 'x' amount of rain emitters placed everywhere in the map.
Not sure how well it would work in sc2 but you never know.
Animation - Remove Any doodads in the Target region
Doing that will remove any doodad models in the target region but will leave the collision(footprint) there. So if you wanted to remove a fence to allow your unit to pass through, this action wont work.
I don't think there is a way to remove a doodad footprint (could be wrong). Although there is ways around it such as converting the doodad to a unit, or removing the footprint from the doodad and putting a dynamic footprint underneath(unit).
How big is your array 'PlayerAlive'. In your code pick each player, you calling every player space in the game and so if your array is to small it would spout an error. Change 'All players' to 'Active Players' (this only returns that player slots that are currently in use and/or try increasing your array size.
If you placed the rock using the editor it will be found in 'Value'. so after you have selected 'unit - kill', change the 'triggering unit' to ' value > Destructible Debris - 4x4'.
If you used a trigger to make the rock, make a unit variable and set it to the rock you just created. Then call the variable in Unit - Kill.
To disable the background music (ambience) go into the data editor and go to 'Terrain Texture Sets' and select the texture set that matches you map. In there you will find 'Ambience'. Change that to '(None)' and that will remove that pesky background music :P You could also set it to that defeat music you wanted to play if you don't want to use the trigger.
0
The way I would create a visual affect on the affect units would be as followed:
Create a new model and just the model to an effect such as 'PsiDisruptorImpact.m3'
Next go into the actors tab and create a new actor of type 'Model' and set the based on to 'Model Animation Style Continuous'
And to answer your other question you can create an event inside the actor of your unit to trigger an animation like a spellcast when it uses a specific ability. Dont have time to go into that as i have to run, but if you want more info will tell you later.
0
I believe they wont show up as a thumbnail if they are saved as a .BMP so just change em to .jpeg for em to show.
0
Got a bunch more but you can see which genres I like :)
0
Bringing back some nostalgia :P
If you do decide to continue and complete this project will it be the verse mode like in DK2 so you could go against 3 or so other players or will you make a mini campaign :)
0
Its because we are the boat people trying to invade NA servers :P
So until the day we slip past their coast guard into their servers guess we are stuck being left behind.
0
I now use blender after testing out 3dsmax. While 3dsmax is more powerful is easier to use, you cant beat the price of blender :)
Blender is still powerful and can do most of the things other 3d modelling software can do, just take a few basic tutorials to learn the hotkeys as the layout is not very friendly. Blender also includes an in program painting tool so you can texture your model although its much better to unwrap it and take it over to photoshop / gimp.
0
@Siaon: Go
Yes, on the right above the command box is a lil button with a person icon. Pressing that will open your friends list and you can chat that way.
I haven't seen a way to disable chat messages (haven't really looked) but you can clear text messages (can set type to chat message). Make a loop to keep clearing it and you have some dodgy method of disabling chat.
0
@Victiln: Go
Yep, after you press Ctrl+V you will notice that large whitish square.
With that selected go to edit and u will find 2 controls that you need, Flip and Rotate. Self explanatory from there.
0
to duplicate any section of terrain simply:
- Go to Terrain(f5)
- Then you will notice that your mouse will have a lil icon around it (such as a square, circle etc) letting you do a specific task like raise terrain.
- Simply press the esc button on your keyboard to get rid of this icon
- Next drag your mouse around the area you wish to duplicate
- Ctrl + C then Ctrl + V and you should have duplicated terrain
0
In some game engines, people would simple create 1 rain emitter and just attach it so it follows the camera, giving the illusion that the rain is everywhere. This would also save alot of time and would run better then having 'x' amount of rain emitters placed everywhere in the map.
Not sure how well it would work in sc2 but you never know.
0
Animation - Remove Any doodads in the Target region
Doing that will remove any doodad models in the target region but will leave the collision(footprint) there. So if you wanted to remove a fence to allow your unit to pass through, this action wont work.
I don't think there is a way to remove a doodad footprint (could be wrong). Although there is ways around it such as converting the doodad to a unit, or removing the footprint from the doodad and putting a dynamic footprint underneath(unit).
0
(lets hope im on the right track :) )
How big is your array 'PlayerAlive'. In your code pick each player, you calling every player space in the game and so if your array is to small it would spout an error. Change 'All players' to 'Active Players' (this only returns that player slots that are currently in use and/or try increasing your array size.
If this didn't help, sorry
0
If you placed the rock using the editor it will be found in 'Value'. so after you have selected 'unit - kill', change the 'triggering unit' to ' value > Destructible Debris - 4x4'.
If you used a trigger to make the rock, make a unit variable and set it to the rock you just created. Then call the variable in Unit - Kill.
0
From memory cant you go into the data editor, locate the ability move then remove the ui - orders+.
Reading the tooltip of ui - orders+
"Order fields allow you to customize the appearance of the waypoint lines that show up when you queue orders"
0
To disable the background music (ambience) go into the data editor and go to 'Terrain Texture Sets' and select the texture set that matches you map. In there you will find 'Ambience'. Change that to '(None)' and that will remove that pesky background music :P You could also set it to that defeat music you wanted to play if you don't want to use the trigger.