Hello,
Look in your dependencies if you include the Warcraft mods (File > Dependencies).
If so, remove them.
If you want War3 assets, I'd say to use the graphic mod only.
I'm pretty sure the random Race works fine.
Have a nice day.
Hello,
Look in your dependencies if you include the Warcraft mods (File > Dependencies).
If so, remove them.
If you want War3 assets, I'd say to use the graphic mod only.
I'm pretty sure the random Race works fine.
Have a nice day.
0.957091913033475
You're welcome !
:D
0.957101782633697
Hello,
About movement speed, it also depends on the acceleration of the unit.
- If the acceleration is low, your unit needs a certain amount of time to reach the maximum speed (the speed value). And in most cases, your unit may reach its destination before the max. speed, equals increasing the speed has no effect.
- If you increase slightly the acceleration (Ex : From 2 to 10), you might notice that your unit is faster.
- If you set the acceleration to 100, you will notice the change of speed. And you might not need to go to 160 for the speed (pretty sure that won't happen).
About attack speed, make sure you change the correct field in your Upgrade.
- If your Unit uses a Weapon, the field affecting the attack speed is the "Period" of that Weapon.
- If your Unit uses a Ability, that differs according to which creates the delay between attacks. Could be the Ability cooldown (= "Cost" recharge duration) itself, the attached Behavior "Period", the "Persistent" Effect "Period" ... .
You should not have issues, Upgrade tab works well. However :
- You must add a change effect.
- You must add the affected unit.
- You may want a maximum number of levels.
- You need an Ability of type "Research" that include the Upgrade.
An upgrade level usually is 0 or 1.
An upgrade with its level to 100 will apply 100 times the effect, so pay close attention to the operation you set for each change effect !
One tip : Operator "Add" is opposite to "Subtract", operator "Multiply" is opposite to "Divide" and operator "Define" is opposite to itself.
- When you set the upgrade level from 0 to 5, the change effect is applied 5 times. For example, it will ADD 5 times the value 0.1 to the movement speed.
- Conversely, then, when you set the upgrade level from 5 to 0 (without doing any change to your Upgrade), the change effect is reversely applied 5 times. For example, it will SUBTRACT 5 times the value 0.1 to the movement speed.
- If you use the operator DEFINE, it will set 5 times the value 0.1 to the movement speed (that would be non-sense) and either way the level evolves.
OK ! On that note, if you still have issues, you know what to do.
Have a nice day !
0.957111647694607
Hello,
Of course, it cannot work like this.
Move both your actions in the correct action block.
That is to say, drag and drop your actions in "Actions" of your loop "Pick Each Integer".
You should read a basic documentation about programming (not forcibly a specific programming language) to understand the common instructions (in "General" category).
Have a nice day !
0.957082038890807
Information appears when conditions are met.
- Armor : You must set an icon (field "LifeArmorIcon") for the "Unit" Actor.
- Shield : You must set an icon (field "ShieldArmorIcon") for the "Unit" Actor. The unit itself must set "ShieldsStart" and "ShieldsMax" (eventually "ShieldsRegenRate"). Shield armor is optional.
- Weapon : 3 things.
A) You must set a weapon to the unit. Optionally, the weapon is linked to a turret.
B) You must create an "Attack" Actor. Look for example the "Marine Attack" Actor, it's a simple one. Note : Don't forget to change the "Article" at the bottom of the window (You may change the display to table view (Shortcut : CTRL+1)).
C) You have to give the Ability "Attack" to your unit and add a button to its command card.
- Weapon - Attack damage and bonus : The effect tree from the root effect executed by the weapon (Weapon tab) must contain exactly 1 Effect of type "Damage".
- Weapon - Attack speed : Set a value for the field "Period" (works differently than Ability, field "Cost" might lead to confusion here).
- Weapon - Target type : Set a filter "Target filters" for the weapon. Usually : Require - Air or Ground or neither, Visible ; Exclude - Self, Missile, Stasis, Dead, Hidden, Invulnerable.
- Weapon - Display effect : Usually the same effect then the field "Effect". You may set directly the "Damage" Effect.
At this point, you should get a tooltip or something like the attached picture.
On the picture, you can see that :
- I started with a Warp Prism.
- I set to blank the wireframe.
- I removed the icon for the armor.
- I removed the icon for the shield.
- I set to 0 values related to shield.
- I gave a weapon with details like written above.
- There are french words.
Good luck !
0.956213558934492
Recently, I have tried changing a model's colors dynamically using the Tint Color event in the actors menu. Unfortunately, the model had a greenish color in it's underlying textures which was causing some conflicts with the actor event Tint Color preventing the model from changing colors and displaying correctly. For some colors it would work but for others it would not. The solution was simply replacing the existing textures with the same ones but in a different base color (white). This required many hours of research, trial and error, and attempting different approaches before finally discovering the best approach. To save others some of this headache and offer something back to the community, I've decided to make a updated 2021 write-up on how to do a texture swap in the SCII galaxy editor, fully compatible with battle.net online use.
Disclosures:
Performing a texture swap is not a task for beginners in the editor. It is going to be assumed in this tutorial's description that you know how to navigate the different areas within the editor.
I have discovered that replacing textures using Blender or another modeling program only works locally. It will not work on battle.net.
Proceeding onward, I will use the same model I was working on as an example for demonstration. The model moving forward is called "Challenge Shield". It is an aura-like circle with a glowing green platform, surrounded by a shield with circuit-like patterns rotating around the platform.
Getting Started: Finding the used source Textures.
First things first, we'd like to know what texture needs replacing. There are many ways to go about this, but we'll just use the method most convenient to do which is to use the cutscene editor.
Open the cutscene editor. In the left hand panel, you'll find a few different tabs (Models, Sounds, Files, Conversations). Under the models tab, you'll want to find the model you are trying to do the texture swap on. Type "Challenge Shield" in the search bar, find the model, and add it to the scene. With it now selected in the editor, go to editor's tab Object and select Model Data or just press shift + D. This will bring up a new window showing you all the resources used within the selected model (including the textures).
The textures should be located under the materials directory of the model's tree. There may be different multiple different textures used on different layers, but don't worry about that for now. If we expand the different directories under the Materials directories, we can see there are a few key terms Emissive, Diffuse that are referencing a .dds file. Now we know the names of the files we need to replace. We will be looking at the two textures "ChallengeBubbleTech.dds" and "AOE_SplatTerran2_Green.dds" in our example. Tip: you can leave this window opened while you continue forward which can be useful for referencing file names later on.
Previewing Textures in the Editor:
I found the easiest way to preview these texture images within the editor is to just use the editor's asset browser. Within the editor, go to to the tab Window->Console or just press Alt + `. In the console field, type "browse". It will open a new window that allows you to browse different assets within the game. Now search for the texture you are looking for and it'll allow you preview the image. Additionally you can right click the file, hit export and save it somewhere on your computer locally for editing.
Importing new Texture assets:
From this point forward it is going to be assumed that you have the replacement Textures you would like to use on the target model on your computer. It must be in .dds format. PNG, JPEG, or other image formats will not work. If your file is not in this format there is a nifty little online image converter here that worked well for me.
You will need to import the texture files into your project through the import manager in the editor. It must be noted that if you attempt moving the image files into the project directory outside of the editor's import manager, it will not be recognized or found. With the Import Manager open, right click a blank space and select Import Files. A new window will open up. From here you can navigate to different areas on your hard drive and select the new .dds texture files you would like to use for your model. As a tip, I recommend making a new folder in your project called "Resources" where you can place all custom files. It just makes your project and file structure a little bit more organized. Warning: Import Manager will automatically select all files within the directory by default. Un-check the root directory first, or you risk importing a ton of unnecessary files into your project incidentally.
In my example, you can see the texture I am going to use to use in place of the ChallengeShield.dds texture. It is white instead of green, which should allow me to use the Tint Color feature better later on.
The order in which we proceed from here doesn't really matter now that we have our source texture names and the replacement textures imported. However, I am going to head over to the "Textures" tab within the Data Module because I think that makes the most sense for explaining how this all comes together.
Creating Texture Entries:
In this Tab, we'll want to create a new Texture entry. Right click -> click "Add Texture". Give it an appropriate name. I like to name things as the replacement texture name, so for in my example I'll call it "ChallengeBubbleTech". After naming the entry, it's important that you hit the "suggest" button next to the ID field. This will later be referenced by the model.
On the panel to the right, under "Field" look for file. This is where we will target the replacement texture to be used for our model. Select the empty entry and navigate/search for the new imported file in your project.
"Slots" and referencing models:
Next we need to give the Texture entry a "slot". A slot is like somewhat of an arbitrary (yet, reserved) namespace for the texture to by referenced by the model. It'll make more sense later as we move forward in this tutorial. All you need to know for now, is that slots have specific names created by blizzard and need to be typed correctly in the field. Otherwise it may just reset the typed field to be what it was previously or revert back to being a blank field. These are the available slot names known currently (source):
There are also some variations of these slots, such as "main.diffuse" or "main.emissive" which worked for me in testing. Some of these slots (like "Generic 01") did not work in my testing. This is where my research and tutorial falls a little short because there is not too much documentation on all the available slot names. If someone can add a more comprehensive list, I will update the post with it. The most important thing that we know how a slots relationship with the model works.
In my example, I will be using the "decal" slot for linking the new texture to the model. It does not matter which one you use!! And has nothing to do with which texture layer you are trying to target on the original source model.
Texture Declarations and Adaptations:
Now, we need to navigate to the Models tab within the data editor and track down the source model. Just type the model name we previously used in the cutscene editor to locate the model. With the model highlighted, on the right hand panel, find the Texture Declerations Field. This is where we specify what could be considered the "input" for the replacement texture. Double click this field entry and a new window will open.
Here we can create new Texture Declarations and "Adaptations". Each new Texture Declaration can be thought of as a new "search term" to target a texture filename from the model. Each Adaptation is the actual string to search for.
If we go back to the cutscene editor and take another look at the Modal Data, we can see that a single texture might be used multiple different times for an effect. A single Texture Declaration will replace all references of that source texture filename. The index of the Texture Deceleration does not matter and does not need to align with the directory of the Model Material for which the texture lies. It is the slot name that links the new texture to this Texture Deceleration, and the Texture Declaration which targets the Model's source texture to be replaced.
Create a new Texture Deceleration with the + sign on the right. With the newly created declaration highlighted, create a new adaption in the section below.
Trigger on Substring targets the filename of the texture you want to replace on the model. If you don't know, a prefix is usually some sort of identifier delimited by an notator (like an underscore "_") within a filename. For the adaptation to work, the Prefix field is a requirement. You must include one even if the filename does not have a prefix in it. This is why I chose "ChallengeBubbleTech.dds" as an example instead of "AOE_SplatTerran2_Green.dds" which also exists in this example model. You can circumvent the issue of not having a prefix by just faking one for the entry:
"ChallengeBubbleTech.dds" can be entered as an adaption term like so:
Prefix: "Challenge"
Trigger On Substring: "BubbleTech.dds"
You can include the file extension in the substring or not. It does not matter. I like to include it as it is more explicit.
The "slot" field is like a node to link a new Texture to the model. Remember how we first created a Texture entry in the data editor and gave it the "decal" slot? This is what we will use again here. Give the Adaption the slot name for the Texture you would like to replace with. After this, you can leave all remaining fields to their defaults and close the Texture Declarations window.
Note that this single entry will only target the "ChallengeBubbleTech.dds" texture. If you also wanted to replace the other material textures, then you will need to create another Texture Deceleration with another adaption which utilizes a different slot corresponding to another Texture entry in the Data Module.
Actor Events and Texture by ID:
Now that this is all configured, we can head on over to whatever actor is being used in your map. In the events field, create a new event "Actor Creation" and under that event use the "Texture by ID". We can search for the Texture name that we made earlier. This only looks for the ID name that was suggested earlier, instead of the editors name in the entry of the Textures panel.
Final Result:
Now when the map starts, whenever the actor is spawned/created it will apply this new texture over the default ones. It will do so using the assets we imported to the project, which are also uploaded when published so this will be compatible and work on battle.net as well!
And as for the finishing result, we now have the model with our new textures applied:
Performing this research, writing and editing the post, and gathering the image resources all took a great amount of time and effort. Did you find this helpful? If you did considering throwing your dog a bone ;)
0.956223568407818
@mods
I cannot seem to link images from google photos or another image hosting site like imgbb.com.
This was a rather long and descriptive post that I took many visual pictures for and I'd rather they be included than not.
Could someone assist in troubleshooting this? I have tried using the share link, the "viewer link" the "html, full, viewer etc" as well. It just seems like nothing works!
0.957050987597611
Quote from Vitkar: GoThis could help you
This is the second rude reply you've given to this thread. Please leave unless you have viable information.
0.957060849598163
Quote from Vitkar: GoIs there a chance that you mean the tooltip box (or whatever you want to call it) ?
If yes, I have no idea how to do that and why you would want that.
That doesn't really help, and i already explained why i want that, if you'd bothered to read (assuming you can).
Still looking for ideas.
0.95703125