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!

Menu

Author Topic: [SHOWOFF] What Are You Working On  (Read 318390 times)

deep6ixed

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 189
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #90 on: March 30, 2014, 11:22:55 pm »
Quote from: "stoneharry"
Quote from: "Steff"
Where do you need momory editing for modding?

  • Removing client checks for things like FrameXML, GlueXML, patching, modules...
  • Hooking the existing WoW API for modules and implementing new methods
  • Implementing new/changed functionality, such as I had to edit the binary to implement a new gold measure (Platinum -> Gold -> Silver -> Copper)
  • Changing other hardcoded things...

But I guess this can go in misc.

I second this, and as a side note, do you have your notes on the currency modification?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #91 on: March 30, 2014, 11:57:23 pm »
Quote from: "deep6ixed"
Quote from: "stoneharry"
Quote from: "Steff"
Where do you need momory editing for modding?

  • Removing client checks for things like FrameXML, GlueXML, patching, modules...
  • Hooking the existing WoW API for modules and implementing new methods
  • Implementing new/changed functionality, such as I had to edit the binary to implement a new gold measure (Platinum -> Gold -> Silver -> Copper)
  • Changing other hardcoded things...

But I guess this can go in misc.

I second this, and as a side note, do you have your notes on the currency modification?

No, but I can send you my exe so you can compare what has changed. This was done ages ago now on a different computer. :P
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

deep6ixed

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 189
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #92 on: March 31, 2014, 12:31:37 am »
Honestly, I want to sit down and learn client side interface modding.  Things such as custom ui Windows and getters by the server to interact with them.  But with time being more value than gold at this point I'm not sure if I can ever get that far.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #93 on: March 31, 2014, 12:40:16 am »
Quote from: "deep6ixed"
Honestly, I want to sit down and learn client side interface modding.  Things such as custom ui Windows and getters by the server to interact with them.  But with time being more value than gold at this point I'm not sure if I can ever get that far.

Well I hadn't created an interface from scratch before this week but I had some experience with Wow and Lua. What I'm working on at the moment is on github. Http://www.github.com/stoneharry/hungergames
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #94 on: March 31, 2014, 02:40:27 pm »
Add some ground effects set.

« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Skarn

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 807
    • View Profile
    • http://skarn-project.net
Re: [SHOWOFF] What Are You Working On
« Reply #95 on: March 31, 2014, 02:53:58 pm »
Well, looks nice. I think it would be better to increase the effect density a bit. Keep on this work.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #96 on: March 31, 2014, 06:47:07 pm »
If you know how ;)  it is already set to 16 and heigher values lead to grouping as the valie is not only strength.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Skarn

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 807
    • View Profile
    • http://skarn-project.net
Re: [SHOWOFF] What Are You Working On
« Reply #97 on: March 31, 2014, 06:49:49 pm »
Well, so turn on ultra graphics. It's not 16. Also.. I haven't noticed at first, your models look not really smooth and badly shaded. Try to recalculate normals in 3D editor (better in Blender, Max or Maya). And check if vertex normals are not enabled in the MirrorMachine QT.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #98 on: April 01, 2014, 05:53:50 am »
Normals are. Ok.. It is a problem with the exporter.  Will try if  his new one works better.
Or go the way over blender.
Gfx settings are at heighest values.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Hanfer

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 143
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #99 on: April 01, 2014, 08:01:38 pm »
[paragraph:1dqye4wr][/paragraph:1dqye4wr]
stuffing everything together :D
and performance improvements.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

phucko1

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 523
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #100 on: April 01, 2014, 11:51:25 pm »

This is what I am doing atm.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

MR. Farrare

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 963
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #101 on: April 01, 2014, 11:59:11 pm »
Quote from: "phucko1"

This is what I am doing atm.

awesome halfbreed deathknight
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Neyo

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 76
    • View Profile
    • https://kristheone.wordpress.com/
Re: [SHOWOFF] What Are You Working On
« Reply #102 on: April 04, 2014, 05:03:10 pm »
Vanilla stuff
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Allifeur

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 189
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #103 on: April 04, 2014, 10:41:39 pm »
What's up with the Manga girl icon ?  :|
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Alastor

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1105
    • View Profile
Re: [SHOWOFF] What Are You Working On
« Reply #104 on: April 09, 2014, 11:28:45 pm »
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
No matter how fast light travels it finds the darkness has always got there first and is waiting for it
Star Citizen Referral Code : STAR-XNFS-HVL9