Tidrak Pet

Want to share your mod with the world? Feel free!

Tidrak Pet

Postby Xeneonic » Sun Nov 01, 2009 10:55 pm

I'm proud to announce my first pet.

Tidrak, short for tiny Ordrak, is basically the Cat version of the pet, just with the Ordrak looks.


Installation:
Extract the zip to your %appdata%\roaming\runic games\torchlight\mods\
Warning: This mod doesn't work with PetShopEx or any other mod that alters the General Goods vendor.
Warning: This mod uses a custom version of the original Ordrak, this means that you NEED TO keep the \Pet Tidrak\units\monsters\Tidrak folder if your pet is still the Tidrak. If you want to use PetshopEx, you can remove the Pet Tidrak\media\Spawnclasses folder

To use:
Just like other pets, you can buy fish from the General goods vendor (exit town, enter town, wait ~40 seconds) and your pet will turn into a cute Tidrak.


Current issues:
In order to remove the screen shakes when Tidrak walks, I had to edit the original file. Meaning that the original mob (Erdrak) won't make any screenshakes while walking either (Which is a good thing imo).
As with all modded pets, you cannot rotate in the preview screen, it WILL result in a crash (With the pet inventory, you can normally see and rotate your pet)


Image

Version 0.3 released!

WARNING: Version 0.3 is not compatible with 0.1 or 0.2. To "update" you need to change your pet from Tidrak to something else, remove the mod, add this mod, and then change it back to Tidrak.

Download

Additions

3 Tidrak skills*:

Skill: Electric Quake
Description: Tidrak strikes the ground, sending burning cracks outward to pierce foes, knocking them back.
Damage: Deals 90% of current weapon damage as electric damage in a wide arc around Tidrak.

Skill: Firebreath
Description: Tidrak breathes out fire damaging anyone close range in a small arc.
Damage: Deals 70% of current weapon damage as fire damage per second in front of Tidrak for 2 seconds.

Skill: Close range punch
Description: Single target lethal blow.
Damage: Deals 66% * 3 of current weapon damage in quick succession, then a final blow of 66% weapon damage dealt which ignores armor. (So 198% + 66% throughput)

*Please note that these are existing Ordrak skills, and I need to tweak them a bit so they're not final.

This mod is licensed under the nc-sa license 2.5.
Last edited by Xeneonic on Tue Nov 03, 2009 11:02 pm, edited 7 times in total.
Xeneonic
 
Posts: 220
Joined: Sun Nov 01, 2009 5:36 pm

Re: Tidrak Pet

Postby Cackazor » Mon Nov 02, 2009 12:41 am

that is awesome, great job.
Image
User avatar
Cackazor
 
Posts: 27
Joined: Thu Oct 29, 2009 10:27 pm

Re: Tidrak Pet

Postby Xeneonic » Mon Nov 02, 2009 12:51 am

Thanks! I'm happy someone noticed my mod =)
Xeneonic
 
Posts: 220
Joined: Sun Nov 01, 2009 5:36 pm

Re: Tidrak Pet

Postby theguy » Mon Nov 02, 2009 12:56 am

good job man this is nice, hey if you want i can get rid of that sound for you, but i cant figure out the shaking thing though.
theguy
 
Posts: 32
Joined: Fri Oct 30, 2009 5:18 pm

Re: Tidrak Pet

Postby Xeneonic » Mon Nov 02, 2009 12:59 am

Version 0.2 gets rid of both the sound and the camera shaking, thanks though! :)
Xeneonic
 
Posts: 220
Joined: Sun Nov 01, 2009 5:36 pm

Re: Tidrak Pet

Postby theguy » Mon Nov 02, 2009 1:00 am

nice, what was causing the shake?
theguy
 
Posts: 32
Joined: Fri Oct 30, 2009 5:18 pm

Re: Tidrak Pet

Postby Xeneonic » Mon Nov 02, 2009 1:03 am

In media\models\bosses\Ordraake\ordraake.animation there's this:

Code: Select all
[KEY]
<STRING>NAME:PLAYSOUND
<FLOAT>FRAME:3.000000
<INTEGER>PARTICLECOUNT:1
<STRING>SOUND:ORDRAKWALKLEFT
[/KEY]
[KEY]
<STRING>NAME:PLAYSOUND
<FLOAT>FRAME:26.000000
<INTEGER>PARTICLECOUNT:1
<STRING>SOUND:ORDRAKWALKLEFT
[/KEY]
[KEY]
<STRING>NAME:PLAYSOUND
<FLOAT>FRAME:37.000000
<INTEGER>PARTICLECOUNT:1
<STRING>SOUND:ORDRAKWALKRIGHT
[/KEY]
[KEY]
<STRING>NAME:PLAYSOUND
<FLOAT>FRAME:13.000000
<INTEGER>PARTICLECOUNT:1
<STRING>SOUND:ORDRAKWALKRIGHT
[/KEY]
[KEY]
<STRING>NAME:CAMERASHAKE
<FLOAT>FRAME:3.289079
<INTEGER>PARTICLECOUNT:1
<STRING>CAMERASHAKE:TROLLSTEP
<FLOAT>CAMERASHAKEDURATION:0.100000
[/KEY]
[KEY]
<STRING>NAME:CAMERASHAKE
<FLOAT>FRAME:13.212540
<INTEGER>PARTICLECOUNT:1
<STRING>CAMERASHAKE:TROLLSTEP
<FLOAT>CAMERASHAKEDURATION:0.100000
[/KEY]
[KEY]
<STRING>NAME:CAMERASHAKE
<FLOAT>FRAME:26.257839
<INTEGER>PARTICLECOUNT:1
<STRING>CAMERASHAKE:TROLLSTEP
<FLOAT>CAMERASHAKEDURATION:0.100000
[/KEY]
[KEY]
<STRING>NAME:CAMERASHAKE
<FLOAT>FRAME:37.212551
<INTEGER>PARTICLECOUNT:1
<STRING>CAMERASHAKE:TROLLSTEP
<FLOAT>CAMERASHAKEDURATION:0.100000
[/KEY]


I just removed that code.
Xeneonic
 
Posts: 220
Joined: Sun Nov 01, 2009 5:36 pm

[WIP] Version 0.3

Postby Xeneonic » Mon Nov 02, 2009 2:54 am

I'm currently working on version 0.3 which will include:

3 Tidrak skills*:

Skill: Electric Quake
Description: Tidrak strikes the ground, sending burning cracks outward to pierce foes, knocking them back.
Damage: Deals 90% of current weapon damage around Tidrak.

Skill: Firebreath
Description: Tidrak breathes out fire damaging anyone close range in a small arc.
Damage: Deals 70% of current weapon damage per second in front of Tidrak

Skill: Close range punch
Description: Single target lethal blow.
Damage: Deals 66% of current weapon damage, 66% of skill damage dealt ignores armor.

*Please note that these are existing Ordrak skills, and I need to tweak them a bit so they're not final.
Xeneonic
 
Posts: 220
Joined: Sun Nov 01, 2009 5:36 pm

Re: Tidrak Pet

Postby Xeneonic » Mon Nov 02, 2009 3:06 am

Version 0.3 released!

WARNING: Version 0.3 is not compatible with 0.1 or 0.2. To "update" you need to change your pet from Tidrak to something else, remove the mod, add this mod, and then change it back to Tidrak.

Download

Additions

3 Tidrak skills*:

Skill: Electric Quake
Description: Tidrak strikes the ground, sending burning cracks outward to pierce foes, knocking them back.
Damage: Deals 90% of current weapon damage as electric damage in a wide arc around Tidrak.

Skill: Firebreath
Description: Tidrak breathes out fire damaging anyone close range in a small arc.
Damage: Deals 70% of current weapon damage as fire damage per second in front of Tidrak for 2 seconds.

Skill: Close range punch
Description: Single target lethal blow.
Damage: Deals 66% * 3 of current weapon damage in quick succession, then a final blow of 66% weapon damage dealt which ignores armor. (So 198% + 66% throughput)

*Please note that these are existing Ordrak skills, and I need to tweak them a bit so they're not final.
Xeneonic
 
Posts: 220
Joined: Sun Nov 01, 2009 5:36 pm

Re: Tidrak Pet

Postby tedios » Wed Nov 04, 2009 11:20 am

great mod but i have a small request can u make it a little big bigger(the pet) because its so small i cant see the details, so maybe make it as big as ur character
User avatar
tedios
 
Posts: 15
Joined: Sat Oct 31, 2009 3:38 pm

Re: Tidrak Pet

Postby jameskond » Wed Nov 04, 2009 12:09 pm

Aaaaah, ain't he cute!

He reminds me of that pet Diablo in WoW :)
jameskond
 
Posts: 35
Joined: Tue Nov 03, 2009 8:21 am

Re: Tidrak Pet

Postby Comical » Fri Feb 12, 2010 10:07 pm

PLEASE GET A NEW DOWNLOAD LINK!! i really wanna download but ur link doesn't work. upload to mediafire or something
Comical
 
Posts: 12
Joined: Fri Feb 12, 2010 10:02 pm

Re: Tidrak Pet

Postby Duds » Wed May 26, 2010 7:32 am

Can someone recreate this mod or post it if they have cuz his link isn't working and i really want this pet.
"If you could flick a switch and open your third-eye you'd see that we should never be afraid to die" Muse-Uprising
User avatar
Duds
 
Posts: 41
Joined: Sat Jan 30, 2010 7:39 am

Re: Tidrak Pet

Postby Xeneonic » Sun Jul 11, 2010 5:24 pm

The files should now be downloadable again from their original location (Follow the big "DOWNLOAD" link in the first post) Remember that these files have been made way before 1.15 (Was it 1.02?) but they should work without a problem nonetheless.

Currently I've stopped making/editing mods for Torchlight, but I may come back at some point. Don't get your hopes up too much though!
Xeneonic
 
Posts: 220
Joined: Sun Nov 01, 2009 5:36 pm


Return to Mod Showcase

Who is online

Users browsing this forum: No registered users and 2 guests