EDIT: All these files can now be found on github: https://github.com/Epidal/010_game_templates
Printable View
EDIT: All these files can now be found on github: https://github.com/Epidal/010_game_templates
Would be great if you add them all in one package, for those who don't have it :3
Right click each one > save file as. on each one. ez pz u lazy squeezy
The reason they're not available as one download is because each is a Dropbox link. I've done it this way so that the links always point to the latest versions of the templates and scripts. All I have to do on my end is edit the local versions on my PC, and Dropbox takes care of the rest.
Speaking of which, I've updated the ui.dat and EBM templates a little.
EDIT: Added a link to an auto-generated zip archive of all of the scripts and templates. Added very basic EBD (band) and GLS (glass) templates.
I'm quite lazy indeed, must admit though it makes me find the shortest ways :P
any template for the latest item.enc now?
Item.ENC [EP10] <<< does not work for the item.enc from latest official client.
Few bytes changed, figure it out, it's not that hard.
The boss, please help me
As shown in figure
When I run the script, to get such a mistake
What should I do is right?http://i.imgur.com/SMLkzLK.jpg
Help me, thank you
Run ebm template first ?
Thank you for your guidance
Now suggest such a mistake
http://i.imgur.com/jZxm931.jpg
The next step in the right what should I do?Help me
thank you
- - - Updated - - -
Thank you for your guidance
Now suggest such a mistake
http://i.imgur.com/jZxm931.jpg
The next step in the right what should I do?Help me
thank you
I'm sorry my English is very poor
The script is bad, i'll look at it when I wake up.
This should work, there's probably a better way to write it but I don't care. Make sure to run cabal_ebm.bt first still.Code://--------------------------------------##
// Game: CABAL Online
// File Format: EBM, EBS, ECH, EPS
// Description: Adds a new Material data block. Useful for adding layered textures to existing or custom files.
//--------------------------------------##
// Author: Yamachi, fixing : Punk
// Team: Forge
// Website: http://forge-dev.com
//--------------------------------------##
Assert(exists(estType), "No template results found. Please run the appropriate template before attempting to run this script again.");
Assert(estType == "EBM" || estType == "EBS" || estType == "ECH" || estType == "EPS", "File format not supported.");
int count = materials_and_textures.count;
int64 start = startof(materials_and_textures.materials[count - 1].layer);
int64 size = startof(materials_and_textures.chunk_id)-start;
start += size;
InsertBytes(start, 100);
materials_and_textures.count += 1;
// Refresh
RunTemplate();
materials_and_textures.materials[count].texture.id.length = 1;
materials_and_textures.materials[count].texture.size = 1;
start = startof(materials_and_textures.materials[count].texture.id.length);
start += 2;
InsertBytes(start, 1);
start = startof(materials_and_textures.materials[count].texture.size);
start += 5;
InsertBytes(start, 1);
// Refresh
RunTemplate();
materials_and_textures.materials[count].layer.material_index = -1;
materials_and_textures.materials[count].layer.render_flags = 4;
RunTemplate();
dear
Thanks for your great work.
According to your instruction, now still have such a mistake
http://i.imgur.com/lQuz0cA.jpg
Hope to be able to repair it
Thank you for your
You are a good man
You must be running an old version of 010.
Put the templates you downloaded in Documents/Sweetscape/010 Templates then replace the lines in the script with the RunTemplate("Cabal_"+estType+".bt");
dear
I was too stupid, can't solve this problem
Can share the right script?thank you
Now with the 010 version:
http://i.imgur.com/lq30v7k.jpg
I already told you what to change in the script, but it still won't work if u don't put the templates in the Documents folder.
- Updated EBM template to support newest Korean Test Client format.
(Download the full .zip and replace all your templates, as I've made numerous changes since I last published them)
Post the errors ?
Rename Vector3 to Vec3f
I get this error when trying to open new .ebms with the new template does anyone have any solution ? = /
https://uploaddeimagens.com.br/image...png?1469322802
Make sure u got the new Cabal_common template
With new template of EBM/ECH, How to export now the DDS file? Copying the ubyte data (HEX) does not work now with new template.
You must include the header and signature of the file when you save it, so click on data, then go to the hex view and SHIFT click before "DDS" to increase the selection to include them, then right click > selection > save selection, as such
http://i.imgur.com/yg5teiA.png
Can someone help me ? I want to edit this bm2 effect (blader)
http://i.imgur.com/d8nFdHh.jpg
I want to change this purple aura from bm2 blader to color dark/black/red - like dark blader.
What file I need to edit ?? I spend a lot of hours finding this file but no result.
Is efx file or what ? btw. I can't open efx files even if I use efx template.
Help me plese
How I fix this?
Thank You in advance!
So it seems that a shared dropbox folder is a terrible idea for these templates, as there's no way of commenting changes or notifying anyone of updates unless I post in this thread...
Therefore, I have 2 choices:
1) Make a github repository for the scripts and templates.
OR
2) Add them to the official Sweetscape template repository.
The problem with option 2 is that you would need to have the latest version of 010 editor, as the template repository is a new feature. What do you guys think?
This is for everyone, who will need an old Templates of estsoft. For whatever reason.
Old Scripts:
http://www.mediafire.com/file/meb9kww80mbxb1w/Old_Yamachi_Sweetscape_Scripts.rar
(.rar Format)
Old Templates:
https://www.mediafire.com/?2a82mi7gacfo94t
(.rar Format)
The Packs includes @Revy unfinished EP15 Item.enc Template, which I was using to see EP15/16 Item.enc to look for specific items and their ebm's.
Might get handy.
Credits to @Revy and @estsoft
Once I get my internet back, I'll set up a git repo with a branch for EP8 and the master branch keeping up-to-date with EU. I'll fix any scripts I've broken over time due to my template changes too (oops)
So I finally got around to putting the scripts and templates on github. Feel free to create an issue on the repo if you have problems with the templates, as I may have broken them.
https://github.com/Epidal/010_game_templates
item Ep14.bt
have ploblem
Please create a more detailed issue on the Github repo: https://github.com/Michael-Kelley/01...tes/issues/new
done3.....
Would anyone have this mob.dec template updated and compatible with the latest version of Korean? It looks like the image when you run the template.
print:
https://uploaddeimagens.com.br/imagens/010_editor-png
Hello, EBDTemplate has bug? anyone can fix ?