I created a new model for the Enigma. but met some problems during compilation mdl file. I know that there are people on the forum have experience in this area. I hope for your help. and I hope that I will not be ignored.
GUIStudioMDL needs certain tools and text files for further compilation. the difficulty lies in the fact that I do not know where to get it. i have tf2, d2 and alien swarm on my pc
Replies
need help too much
BUT
Enigma isn't available for the workshop yet. Valve is probably still working on it or even reworking it (like venomancer recently).
You can check the available heroes here.
Not really an expert but I've tinkered with custom models and helped with some mods.
edit: did you try to follow the instructions in this admittedly old tutorial: http://wyksblog.com/getting-started-dota-2-cosmetics/
maybe my problem is that I can not properly explain my point difficulty (?)
"Enigma isn't available for the workshop yet" rly. thx. i know that)
i have new skin-model and textures for enigma (for spring event).
as Enigma not in the workshop and this model can not be replaced with gaming compiler, I'm trying to use GUIStudioMDL. my skin has an identical skeleton of Enigma. in this I only need to replace the standard model and textures. for this I have to compile the mdl file.
Bigpet, thanks for link. soon translate this article and add you)
have qc-file troubles... maybe i must delete some lines of text?
anyone tried to compile dota's characters?
You could try to delete everything related to turn animations, since the compiler can't deal well with them. Or you can try to compile the same files with Crowbar instead. Someone had similar issues with Mirana and got the model working with Crowbar but that resulted in a bunch of visual glitches in-game for him.
I deleted a mixed animation, standard animations successfully compiled. I think my rough compilation will be sufficient to record a demo video of Enigma-dragon skin) at the moment I have dx90, mdl and vvd files. it remains to find a way to replace the standard files that are in the gcf archive...
Just use the -override_vpk start parameter to do it without manipulating the gcf, if you for some reason really really want to replace it inside the file then look at this: http://steamcommunity.com/sharedfiles/filedetails/?id=130788578#33333 (I think there's other versions floating around that are called dota2replacer or something like that too)
edit: Btw. when polarbear said "Enigma isn't available for the workshop yet" he meant that submitting a workshop item for him will probably be useless. All the heroes were slightly changed when they were broken down. In the actual broken down hero there will probably be no "full body" slot, so it's almost impossible to make an enigma item now and get it into the game.
but to be honest, I just want to try create a new skin for any character and try to change the default skin of hero in the game. Enigma - space for experiments. since I had the idea to replace the mechanical unit in Timbersaw of medieval China style.
I am afraid not. Because of my shitty internet I cant even try to find him.
You can force load the files, to do so do the following -
1. Extract pak01_dir.vpk somewhere
2. Copy all the extracted files and place them in steamapps\common\dota 2 beta\dota
3. Make a backup folder somewhere, Copy all the .vpk files from steamapps\common\dota 2 beta\dota into the backup folder, then delete them in the dota folder.
The game will force load your extracted files intead of the .vpk, at this point you need to replace enigmas files with your own. If anything goes wrong just copy the .vpk's back, I usually use the test client for this, as you need to force load anything related to custom particles.
This is the description of how to use -override_vpk but step 1) and 2) are not necessary you only need to place the files you actually want to replace in the folder described in 2). This just makes dota search for the files in steamapps\common\dota 2 beta\dota and if they aren't found there it searches in the vpk files.
thanks.
it worked, but...
i have troubles with mdl file (bad compilation) or with material-files (i'm try to add alpha mode in vmf code for buity wings effect like a death prophet's dress)
Glad you figured it out!