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

Ascendant One Model Viewer

Post questions about game models here, or help out others!
sydie
n00b
Posts: 10
Joined: Tue Nov 29, 2016 11:45 pm
Has thanked: 14 times
Been thanked: 6 times

Re: Ascendant One Model Viewer

Post by sydie »

Hey, thanks for the tool!
However, I can’t find where to download the game?!
I was waiting for it to come out for a year now - is it out of early access?
I hope it’s not region-locked :scaredy:

Thanks.
User avatar
HeliosAI
mega-veteran
mega-veteran
Posts: 166
Joined: Wed Nov 17, 2010 2:57 pm
Has thanked: 151 times
Been thanked: 62 times

Re: Ascendant One Model Viewer

Post by HeliosAI »

Hey Thanks a lot for this tool! This might be a similar issue as the other problematic model, but the new character's hair only imports the low poly mesh, not the high poly. Is there a way to fix this eventually?
https://mega.nz/#!Pv50xI4Z!9kZwdKDRgndz ... MgqSdGyCOY
akderebur
double-veteran
double-veteran
Posts: 640
Joined: Fri Jul 08, 2011 10:36 am
Has thanked: 65 times
Been thanked: 898 times

Re: Ascendant One Model Viewer

Post by akderebur »

Looks like it was just a tiny error. Hair also loads now. Tool link updated.

Image

o0Crofty0o wrote: Thu Apr 25, 2019 8:04 pm the new character's hair only imports the low poly mesh
That was related to Unity's vertex count limit. I also fixed that, should export the first LOD too now.
User avatar
HeliosAI
mega-veteran
mega-veteran
Posts: 166
Joined: Wed Nov 17, 2010 2:57 pm
Has thanked: 151 times
Been thanked: 62 times

Re: Ascendant One Model Viewer

Post by HeliosAI »

That was super fast! Thanks a lot :)
WollieWoltaz
beginner
Posts: 39
Joined: Wed Feb 08, 2017 8:44 pm
Been thanked: 6 times

Re: Ascendant One Model Viewer

Post by WollieWoltaz »

Have you ever tried getting the animations to extract?
akderebur
double-veteran
double-veteran
Posts: 640
Joined: Fri Jul 08, 2011 10:36 am
Has thanked: 65 times
Been thanked: 898 times

Re: Ascendant One Model Viewer

Post by akderebur »

WollieWoltaz wrote: Fri Apr 26, 2019 8:45 pm Have you ever tried getting the animations to extract?
Not planning to support animations atm.
luckso
ultra-n00b
Posts: 5
Joined: Tue Aug 14, 2012 4:51 am
Has thanked: 6 times
Been thanked: 1 time

Re: Ascendant One Model Viewer

Post by luckso »

hi and thx great tool
where do I find umode for extracting textures pls?
joeyq
n00b
Posts: 18
Joined: Tue Jan 19, 2010 11:14 am
Has thanked: 1 time
Been thanked: 5 times

Re: Ascendant One Model Viewer

Post by joeyq »

Hi, your model viewer doesn't work anymore on newer version of Ascendant One, maybe because of .uasset being split into .uasset and .uexp :[
akderebur
double-veteran
double-veteran
Posts: 640
Joined: Fri Jul 08, 2011 10:36 am
Has thanked: 65 times
Been thanked: 898 times

Re: Ascendant One Model Viewer

Post by akderebur »

joeyq wrote: Mon May 27, 2019 8:02 pm your model viewer doesn't work anymore on newer version of Ascendant One
You have to be more specific. What doesn't work? What file are you trying to load? Always send me a sample file so that I can understand the problem.
joeyq
n00b
Posts: 18
Joined: Tue Jan 19, 2010 11:14 am
Has thanked: 1 time
Been thanked: 5 times

Re: Ascendant One Model Viewer

Post by joeyq »

akderebur wrote: Mon May 27, 2019 8:20 pm
joeyq wrote: Mon May 27, 2019 8:02 pm your model viewer doesn't work anymore on newer version of Ascendant One
You have to be more specific. What doesn't work? What file are you trying to load? Always send me a sample file so that I can understand the problem.
I just learned from akderebur that you can merge 2 files with command prompt, so here's a batch file that merges .uasset and .uexp so you can view the models in the model viewer:

Code: Select all

@ECHO OFF
IF NOT EXIST "./output" (md output)
for %%s in (*.uasset) do copy /b "%%s"+"%%~ns.uexp" "./output/%%s"
pause
copy the code above into a .txt file, rename it "batch_merge_uasset_and_uexp.bat" and place it in a folder where the .uasset and .uexp are, this creates a subfolder "output" with the merged files which are viewable in the model viewer.
Thanks akderebur!
mono24
double-veteran
double-veteran
Posts: 840
Joined: Sat Nov 06, 2010 12:27 am
Has thanked: 435 times
Been thanked: 235 times

Re: Ascendant One Model Viewer

Post by mono24 »

akderebur wrote: Sat Apr 27, 2019 12:28 amNot planning to support animations atm.
But will there ever be a chance to support animations in future, or not a chance at all?
The animations are simply flawlessly gorgeous, one of a kind.
akderebur
double-veteran
double-veteran
Posts: 640
Joined: Fri Jul 08, 2011 10:36 am
Has thanked: 65 times
Been thanked: 898 times

Re: Ascendant One Model Viewer

Post by akderebur »

mono24 wrote: Mon Aug 19, 2019 3:20 am But will there ever be a chance to support animations in future, or not a chance at all?
It probably uses one of the existing UE4 animation datatypes. So I think it can be done. I don't know if I will ever have the time to do that though.
mono24
double-veteran
double-veteran
Posts: 840
Joined: Sat Nov 06, 2010 12:27 am
Has thanked: 435 times
Been thanked: 235 times

Re: Ascendant One Model Viewer

Post by mono24 »

akderebur wrote: Mon Aug 19, 2019 6:54 amI don't know if I will ever have the time to do that though.
Please do consider it, these animations are worth it, I genuinely hope you can in the future.
Gildor is aware of your tool and unfortunately will not touch the game, at least please consider it for later on.
It would be a shame to see it die, the characters are just extraordinary.
WollieWoltaz
beginner
Posts: 39
Joined: Wed Feb 08, 2017 8:44 pm
Been thanked: 6 times

Re: Ascendant One Model Viewer

Post by WollieWoltaz »

I fully agree
akderebur
double-veteran
double-veteran
Posts: 640
Joined: Fri Jul 08, 2011 10:36 am
Has thanked: 65 times
Been thanked: 898 times

Re: Ascendant One Model Viewer

Post by akderebur »

mono24 wrote: Mon Aug 19, 2019 10:12 am Gildor is aware of your tool and unfortunately will not touch the game
I would do the same in his place. Would be a waste trying to support every UE game that has non-standard stuff.
mono24 wrote: Mon Aug 19, 2019 10:12 am Please do consider it, these animations are worth it, I genuinely hope you can in the future.
I won't say never, but I am finding less and less time for model ripping. Don't want to give anyone hope with this :D
Post Reply