For direct access use https://forums.oldunreal.com
It's been quite a while since oldunreal had an overhaul, but we are moving to another server which require some updates and changes. The biggest change is the migration of our old reliable YaBB forum to phpBB. This system expects you to login with your username and old password known from YaBB.
If you experience any problems there is also the usual "password forgotten" function. Don't forget to clear your browser cache!
If you have any further concerns feel free to contact me: Smirftsch@oldunreal.com

unreal engine 3 PSK

Questions and tools for modelling.
User avatar
dustinechoes849
OldUnreal Member
Posts: 480
Joined: Sat Feb 28, 2015 1:56 am

unreal engine 3 PSK

Post by dustinechoes849 »

ayyyy

So I tried to put a PSK file I ripped using UModel into Unreal using this method:

EXPORT THE MODEL LOL
Image

PUT THE FILES INTO THE FOLDERS AND STUFF SO I CAN COMPILE USING UCC AND STUFF
Image

PUT MAKE SOME UC FILE WITH SOME JUNK IN IT TO IMPORT THE MODEL OR WHATEVER
Image

THEN I IMPORTED IT BUT IT LOOKS LIKE THIS:
Image
THAT DOESN'T LOOK LIKE A DAHL TRASH CAN

I bet it has to do with the line in the UC file:

Code: Select all

#exec MESH LODPARAMS MESH=trashcan_lootable HYSTERESIS=0.00 STRENGTH=0.01 MINVERTS=10.00 MORPH=0.30 ZDISP=0.00
Since I copied it from something (don't remember what).
I tried changing the the "MINVERTS" to the amounts of vertices the original model has.
UCC complained about the number being invalid or something, but it made it look a wee bit more like it's supposed to:
Image
NOT QUITE A PROPER DAHL TRASH CAN

I tried to generate a .UC file using UnPSA toolkit, but I didn't see the option to. (probably because all I have was a .PSK file.)

could anyone help me resolve this issue? thanks! :D
Last edited by dustinechoes849 on Tue Feb 28, 2017 5:15 am, edited 1 time in total.
User avatar
dustinechoes849
OldUnreal Member
Posts: 480
Joined: Sat Feb 28, 2015 1:56 am

Re: unreal engine 3 PSK

Post by dustinechoes849 »

I JUST SET THE NUMBER IN EVERY PARAMETER EXCEPT MINVERTS TO ZERO

Code: Select all

#exec MESH LODPARAMS MESH=trashcan_lootable HYSTERESIS=0.00 STRENGTH=0.00 MINVERTS=1113 MORPH=0.00 ZDISP=0.00
Image
DAHL TRASH CANS IN UNREAL



edit:
I'll keep this thread here since someone might find it helpful idk
Last edited by dustinechoes849 on Tue Feb 28, 2017 5:24 am, edited 1 time in total.
User avatar
dustinechoes849
OldUnreal Member
Posts: 480
Joined: Sat Feb 28, 2015 1:56 am

Re: unreal engine 3 PSK

Post by dustinechoes849 »

so, wait, how do I import pskx files?

edit: nvm, ended up just converting them to .OBJ files
Last edited by dustinechoes849 on Tue Feb 28, 2017 11:29 am, edited 1 time in total.

Return to “Modelling”