Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Horizon Zero Dawn

Post questions about game models here, or help out others!
UberBlack
advanced
Posts: 44
Joined: Thu Oct 22, 2009 8:54 pm
Has thanked: 3 times
Been thanked: 6 times

Re: Horizon Zero Dawn

Post by UberBlack »

Wow, that's super. Thanks. When do you think we can play with it?
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2871 times

Re: Horizon Zero Dawn

Post by daemon1 »

its hard to say
User avatar
zaykho
mega-veteran
mega-veteran
Posts: 217
Joined: Fri Dec 03, 2010 1:20 pm
Location: France
Has thanked: 158 times
Been thanked: 52 times

Re: Horizon Zero Dawn

Post by zaykho »

Wow another good work !! nice job !
UberBlack
advanced
Posts: 44
Joined: Thu Oct 22, 2009 8:54 pm
Has thanked: 3 times
Been thanked: 6 times

Re: Horizon Zero Dawn

Post by UberBlack »

Take your time, there is no rush. I saw your video on Killzone. Was that Shadow Fall? Great job.
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2871 times

Re: Horizon Zero Dawn

Post by daemon1 »

UberBlack wrote:Take your time, there is no rush. I saw your video on Killzone. Was that Shadow Fall? Great job.
yes its Shadow Fall, i wanted to check if other decima games will work
UberBlack
advanced
Posts: 44
Joined: Thu Oct 22, 2009 8:54 pm
Has thanked: 3 times
Been thanked: 6 times

Re: Horizon Zero Dawn

Post by UberBlack »

Are you also going to support Shadow Fall along with Horizon?
Are there other games that your support might work on?
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2871 times

Re: Horizon Zero Dawn

Post by daemon1 »

UberBlack wrote:Are you also going to support Shadow Fall along with Horizon?
Are there other games that your support might work on?
you're only interested in animations ?
kidling
ultra-n00b
Posts: 8
Joined: Sat Aug 15, 2015 4:34 am
Has thanked: 1 time
Been thanked: 1 time

Re: Horizon Zero Dawn

Post by kidling »

wow, congratulations! these animations of horizon are amazing!
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2871 times

Re: Horizon Zero Dawn

Post by daemon1 »

Finally this day has come. First tool version published. You'll see its a bit complicated, especially robots. Good luck.

You must be able to extract characters, animals, weapons and robots fully weighted and working.
Image

Animation tool is still in progress: (NSFW) https://www.youtube.com/watch?v=m5nh9q1LPcs
As you can see, not all of them are working correctly now.
Blorbster
n00b
Posts: 11
Joined: Sat Mar 24, 2018 4:33 pm
Has thanked: 3 times
Been thanked: 5 times

Re: Horizon Zero Dawn

Post by Blorbster »

I'm getting a consistent crash when trying to extract the resource list:

Code: Select all

Unhandled Exception: System.ArgumentException: An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
   at ?????????????????????????????????????????.?????????????????????????????????????????(String[] )
If it helps, this is using CUSA01021, the European release.
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2871 times

Re: Horizon Zero Dawn

Post by daemon1 »

Blorbster wrote:I'm getting a consistent crash when trying to extract the resource list:

Code: Select all

Unhandled Exception: System.ArgumentException: An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
   at ?????????????????????????????????????????.?????????????????????????????????????????(String[] )
If it helps, this is using CUSA01021, the European release.
sorry forgot to say, remove PATCH.BIN, its not yet supported
Blorbster
n00b
Posts: 11
Joined: Sat Mar 24, 2018 4:33 pm
Has thanked: 3 times
Been thanked: 5 times

Re: Horizon Zero Dawn

Post by Blorbster »

daemon1 wrote:
Blorbster wrote:I'm getting a consistent crash when trying to extract the resource list:

Code: Select all

Unhandled Exception: System.ArgumentException: An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
   at ?????????????????????????????????????????.?????????????????????????????????????????(String[] )
If it helps, this is using CUSA01021, the European release.
sorry forgot to say, remove PATCH.BIN, its not yet supported
I don't actually have a patch.bin in my dump. The full contents of packed_pink are as listed:

Code: Select all

initial.bin
initial_english.bin
initial_french.bin
initial_german.bin
initial_italian.bin
remainder.bin
remainder_english.bin
remainder_french.bin
remainder_german.bin
remainder_italian.bin
And outside of that directory the only .bin file is eboot.bin.
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2871 times

Re: Horizon Zero Dawn

Post by daemon1 »

...
Last edited by daemon1 on Sat Mar 31, 2018 7:14 pm, edited 1 time in total.
Blorbster
n00b
Posts: 11
Joined: Sat Mar 24, 2018 4:33 pm
Has thanked: 3 times
Been thanked: 5 times

Re: Horizon Zero Dawn

Post by Blorbster »

No improvement, unfortunately. The error happens even with initial.bin as the only file in the directory.
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2871 times

Re: Horizon Zero Dawn

Post by daemon1 »

Blorbster wrote:No improvement, unfortunately. The error happens even with initial.bin as the only file in the directory.
and no subfolders?
Post Reply