Jump to content

NevesOma

Global Moderator
  • Posts

    1,035
  • Credits

  • Joined

  • Last visited

  • Days Won

    114
  • Feedback

    100%

Everything posted by NevesOma

  1. Hero cloak: About your screen from 1st post: in the share there is a likeness of these versions ( but not as in the original with effects ). The original cloaks as in the first photo, in my opinion, do not exist in the share. But maybe someone uploaded them.
  2. Hello, guide: Use Umodel, l2tool, Unreal 2 Runtime Editor, Photoshop ( + DDS plugin ) and l2decrypt. Extract all textures from old *.utx, edit your background in Photoshop and save + import ( or replace ) to *.utx.
  3. Save your texture in DXT3 format, not in DXT1 ( exactly as l2tool writes to you ).
  4. It will be useful for beginners, is written perfectly.
  5. You should have something like this: static function DialogShow (EDialogModalType modalType, EDialogType dialogType, string strMessage, string strControlName, optional int dialogWeight, optional int dialogHeight, optional bool bUseHtml, optional string customIconTexture) { local DialogBox script; script = DialogBox(GetScript("DialogBox")); script.ShowDialog(modalType,dialogType,strMessage,strControlName,dialogWeight,dialogHeight,bUseHtml); if ( customIconTexture != "" ) { script.setIconTexture(customIconTexture); } } local DialogBox script; - this should be your line (41) Please tell me how did you get the interface decompilation?
  6. Take as a base a line from Gracia Final and from H5 transfer values for animation and textures from armorgrp.dat or weapongrp.dat. I have already described this process before.
  7. Try to use l2tool by acmi, open you icon.utx, use button Next: open with Unreal 2 Tournament Editor. You can see the icons in the format pack.group.iconname
  8. Hello, +1 guide for you:
  9. Can you show UICOmmonAPI.uc ? The error says that you do not have a variable name in line 41. Check this line.
  10. As @SGER@fjs wrote to you, try to use IDs in order. Like: 1 2 3 4 5, not 1 5 4 2 3 etc. Or move your new IDs to the top of the list.
  11. That's right, editing from the interface is also needed.
  12. I will help you. Folder: ./systextures Files: sp_32b_01.bmp - sp_32b_N.bmp sp_256_01.bmp - sp_256_N.bmp *N - number. This act needs to be repeated as many times as you have files in total. Locked. Reason: solved.
  13. This is not enough ( to change the grade in database ).
  14. By default, it has no glow. On the screen, I added a glow from the dagger ( this glow needs to be fixed so that it is on the entire surface of the weapon ).
  15. Hello. Chronicles? I guess Interlude.
  16. I already explained to you what you need to do for c4 differently, not through the OAUKX as was done with the models for the Interlude ( as I see from your lines for armorgrp ), but through the editor ( I sent you a link to a cool manual that should clear up all the questions ). You need to extract all the models and assemble it in a new one in the Unreal editor. It will works for c4. __________ Locked.
  17. LineageEffectsTextures.etc.fx_m_t2000 LineageEffectsTextures.etc.fx_m_t2001 Locked. Reason: solved.
  18. Hello. With OAUKX? For c4 need to use another method.
  19. Thanks! Already added. :) On the video version 1.0, I did it a long time, but only now I upload it. In version 2.0 I added a fading. Also it's unfortunate that VertexMesh technology cannot give us a bit more.
  20. Yes, youre right, my own VertexMesh.
  21. Chronicles: Interlude ( can be adapted for another chronicles ).
  22. Skill Rage of Baium - unique and new!

     

×
×
  • Create New...