This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Eponyx

Pages: [1]
1
Level Design / Deleting existing WoW maps?
« on: September 20, 2015, 02:30:00 pm »
Hello guys,

I want to reduce the WoW client size by removing all existing maps (azeroth, eastern kingdoms, northrend etc) since im making everything from scratch. Does anyone have any idea how to do this?

Thanks in advance.
- Eponyx.

2
Modelling and Animation / [QUESTION] Custom Images on Char. Creation
« on: April 01, 2015, 11:35:44 pm »
So, I have re-done the entire char creation screen, but I want to add some images, when I edit CharacterCreate.xml and add (as a test)

Code: [Select]
 <Texture name="MyTexture" file="InterfaceItemSocketingFrameUI-ItemSockets" alphaMode="ADD">
  <Size>
    <AbsDimension x="13" y="13"/>
  </Size>
  <Anchors>
    <Anchor point="CENTER">
      <Offset>
        <AbsDimension x="0" y="0"/>
      </Offset>
    </Anchor>
  </Anchors>
  <TexCoords left="0.398" right="0.445" top="0.402" bottom="0.449"/>
</Texture>

Nothing is showing up. I tried to add this code on the layer level of the border.

Can anyone tell me what i'm doing wrong here?


Thank you!
- Epo.

3
Miscellaneous / [QUESTION] Char Creation Armor
« on: September 26, 2013, 02:17:57 pm »
Hello,

Ive been searching but couldnt find a subject on this matter...

How can I modify the armor the classes wear when creating a character?


Thanks,
-E.

4
Modelling and Animation / [QUESTION] CharCreate.xml Placement
« on: September 09, 2013, 01:13:16 am »
Hello Guys,

I have a little problem - ive been messing around with the CharCreate.xml and got stuff almost as I want, the only problem I seem to be having now is that the breed icons are not placed in the cneter and have to few distance from eachother.

Does anyone know how to modify this? I've been looking at the code and been modifying it for over 3 hours now but I just cant seem to get it right...

And this is my CharCreate.xml

pastebin.-com/02TrEgtZ

(Remove the "-".. for some reason i cant post links)


Really hoping some one can tell me what the problem is here,
- Thanks - Eponyx.

5
edit; i think this is the wrong section? sorry for that, please move it if it is..

Hello guys,

I am using 2 huge patches - one from Reznik (Revamp of all areas)
and one from anthony...

Now I got the following issue;

I am using anthony's release of firelands (.go xyz -545 318 116 42)
However, Reznik, put a instance on the same coords...

I want to remove the one from Reznik's MPQ.

- I got the MPQ Editor.

I have no idea what i'm looking for to be honest, I would really love if you guys could give me a hand here, I have never been editing MPQs before so...

Thanks in advance,
- E.

Pages: [1]