Make of and import of custom meshes to UT
-
- Godlike
- Posts: 1462
- Joined: Mon Jun 01, 2015 7:08 pm
- Personal rank: Resident Wallaby
- Location: Porto Alegre, Brazil
Re: Make of and import of custom meshes to UT
Can I specify animations from other meshes? Or put multiple animations in a single mesh?
"Everyone is an idea man. Everybody thinks they have a revolutionary new game concept that no one else has ever thought of. Having cool ideas will rarely get you anywhere in the games industry. You have to be able to implement your ideas or provide some useful skill. Never join a project whose idea man or leader has no obvious development skills. Never join a project that only has a web designer. You have your own ideas. Focus on them carefully and in small chunks and you will be able to develop cool projects."
โ Weapon of Destruction
โ Weapon of Destruction
-
- Godlike
- Posts: 1205
- Joined: Mon Aug 31, 2015 10:31 pm
Re: Make of and import of custom meshes to UT
You can do it with MilkShake.Gustavo6046 wrote:Can I specify animations from other meshes? Or put multiple animations in a single mesh?
Some of the stuff I created:
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
-
- Godlike
- Posts: 1462
- Joined: Mon Jun 01, 2015 7:08 pm
- Personal rank: Resident Wallaby
- Location: Porto Alegre, Brazil
Re: Make of and import of custom meshes to UT
How?PrinceOfFunky wrote:You can do it with MilkShake.Gustavo6046 wrote:Can I specify animations from other meshes? Or put multiple animations in a single mesh?
"Everyone is an idea man. Everybody thinks they have a revolutionary new game concept that no one else has ever thought of. Having cool ideas will rarely get you anywhere in the games industry. You have to be able to implement your ideas or provide some useful skill. Never join a project whose idea man or leader has no obvious development skills. Never join a project that only has a web designer. You have your own ideas. Focus on them carefully and in small chunks and you will be able to develop cool projects."
โ Weapon of Destruction
โ Weapon of Destruction
-
- Godlike
- Posts: 1205
- Joined: Mon Aug 31, 2015 10:31 pm
Re: Make of and import of custom meshes to UT
I never exported animations and never made before, but this vid could help youGustavo6046 wrote:How?PrinceOfFunky wrote:You can do it with MilkShake.Gustavo6046 wrote:Can I specify animations from other meshes? Or put multiple animations in a single mesh?
Some of the stuff I created:
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
-
- Godlike
- Posts: 1462
- Joined: Mon Jun 01, 2015 7:08 pm
- Personal rank: Resident Wallaby
- Location: Porto Alegre, Brazil
Re: Make of and import of custom meshes to UT
Wait. An example for Blender:
Keyframe 1 (0, start of Animation 1) - Animation 1 (say 60) - keyframe 2 (60) - Keyframe 3 (61, start of Animation 2) - Animation 2 (50) - Keyframe 4 (111)
But now the problem is I put it in UnrealTournament\GusPack\Classes\Skins\texture2.pcx but the compiler keep saying the texture don't exist!
UC code:
Keyframe 1 (0, start of Animation 1) - Animation 1 (say 60) - keyframe 2 (60) - Keyframe 3 (61, start of Animation 2) - Animation 2 (50) - Keyframe 4 (111)
But now the problem is I put it in UnrealTournament\GusPack\Classes\Skins\texture2.pcx but the compiler keep saying the texture don't exist!
UC code:
Code: Select all
class PlasmaCannon expands TournamentWeapon;
#exec MESH IMPORT MESH=PlasmaCannon ANIVFILE=MODELS\PlasmaCannon_a.3d DATAFILE=MODELS\PlasmaCannon_d.3d X=0 Y=0 Z=0
#exec MESH LODPARAMS MESH=PlasmaCannon STRENGTH=0.4
#exec MESH ORIGIN MESH=PlasmaCannon X=0 Y=0 Z=0 PITCH=0 YAW=0 ROLL=0
#exec MESH SEQUENCE MESH=PlasmaCannon SEQ=All STARTFRAME=0 NUMFRAMES=30
#exec MESH SEQUENCE MESH=PlasmaCannon SEQ=Still STARTFRAME=0 NUMFRAMES=1 RATE=1.0
#exec MESH SEQUENCE MESH=PlasmaCannon SEQ=Fire STARTFRAME=0 NUMFRAMES=30 RATE=2.0
#exec MESHMAP NEW MESHMAP=PlasmaCannon MESH=PlasmaCannon
#exec MESHMAP SCALE MESHMAP=PlasmaCannon X=0.03 Y=0.03 Z=0.06
#exec TEXTURE IMPORT NAME=Jtex2 FILE=Skins\texture2.pcx GROUP=Skins LODSET=2 MIPS=OFF
#exec MESHMAP SETTEXTURE MESHMAP=PlasmaCannon NUM=1 TEXTURE=Jtex2
defaultproperties
{
DrawType=DT_Mesh
Mesh=PlasmaCannon
}
"Everyone is an idea man. Everybody thinks they have a revolutionary new game concept that no one else has ever thought of. Having cool ideas will rarely get you anywhere in the games industry. You have to be able to implement your ideas or provide some useful skill. Never join a project whose idea man or leader has no obvious development skills. Never join a project that only has a web designer. You have your own ideas. Focus on them carefully and in small chunks and you will be able to develop cool projects."
โ Weapon of Destruction
โ Weapon of Destruction
-
- Godlike
- Posts: 1205
- Joined: Mon Aug 31, 2015 10:31 pm
Re: Make of and import of custom meshes to UT
[quotePhoebe and i mighttavo6046"]Wait. An example for Blender:
Keyframe 1 (0, start of Animation 1) - AnimatioUnrealTournament\GusPack\Classes\Skins\texture2.pcx
1 (say 60) - keyframe 2 (60) - Keyframe 3 (61, start of Animation 2) - Animation 2 (50) - Keyframe 4 (111)
But now the problem is I put it in UnrealTournament\GusPack\Classes\Skins\texture2.pcx but the compiler keep saying the texture don't exist!
UC code:[/quote]
Im on phone and i might not be awake at 6m cause I have 2 exams soon XD
but anyway if think you wrong the path, the textures have nothing to do with classes so the right path might be before Unreal Tournament/GusPack/Skins/texture2.pcs
I remembered having same problems with textures and file paths, if the problem persists, try writing the absolute path in the .uc
Plus I did it with Textures folder and not Skins folder.
Keyframe 1 (0, start of Animation 1) - AnimatioUnrealTournament\GusPack\Classes\Skins\texture2.pcx
1 (say 60) - keyframe 2 (60) - Keyframe 3 (61, start of Animation 2) - Animation 2 (50) - Keyframe 4 (111)
But now the problem is I put it in UnrealTournament\GusPack\Classes\Skins\texture2.pcx but the compiler keep saying the texture don't exist!
UC code:
Code: Select all
class PlasmaCannon expands TournamentWeapon;
#exec MESH IMPORT MESH=PlasmaCannon ANIVFILE=MODELS\PlasmaCannon_a.3d DATAFILE=MODELS\PlasmaCannon_d.3d X=0 Y=0 Z=0
#exec MESH LODPARAMS MESH=PlasmaCannon STRENGTH=0.4
#exec MESH ORIGIN MESH=PlasmaCannon X=0 Y=0 Z=0 PITCH=0 YAW=0 ROLL=0
#exec MESH SEQUENCE MESH=PlasmaCannon SEQ=All STARTFRAME=0 NUMFRAMES=30
#exec MESH SEQUENCE MESH=PlasmaCannon SEQ=Still STARTFRAME=0 NUMFRAMES=1 RATE=1.0
#exec MESH SEQUENCE MESH=PlasmaCannon SEQ=Fire STARTFRAME=0 NUMFRAMES=30 RATE=2.0
#exec MESHMAP NEW MESHMAP=PlasmaCannon MESH=PlasmaCannon
#exec MESHMAP SCALE MESHMAP=PlasmaCannon X=0.03 Y=0.03 Z=0.06
#exec TEXTURE IMPORT NAME=Jtex2 FILE=Skins\texture2.pcx GROUP=Skins LODSET=2 MIPS=OFF
#exec MESHMAP SETTEXTURE MESHMAP=PlasmaCannon NUM=1 TEXTURE=Jtex2
defaultproperties
{
DrawType=DT_Mesh
Mesh=PlasmaCannon
}
Im on phone and i might not be awake at 6m cause I have 2 exams soon XD
but anyway if think you wrong the path, the textures have nothing to do with classes so the right path might be before Unreal Tournament/GusPack/Skins/texture2.pcs
I remembered having same problems with textures and file paths, if the problem persists, try writing the absolute path in the .uc
Plus I did it with Textures folder and not Skins folder.
Some of the stuff I created:
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
-
- Godlike
- Posts: 1462
- Joined: Mon Jun 01, 2015 7:08 pm
- Personal rank: Resident Wallaby
- Location: Porto Alegre, Brazil
Re: Make of and import of custom meshes to UT
Read the UC code. That didn't work and putting absolute path wouldn't let it work in other locations, it has to be included with my pack like any custom content I make.
"Everyone is an idea man. Everybody thinks they have a revolutionary new game concept that no one else has ever thought of. Having cool ideas will rarely get you anywhere in the games industry. You have to be able to implement your ideas or provide some useful skill. Never join a project whose idea man or leader has no obvious development skills. Never join a project that only has a web designer. You have your own ideas. Focus on them carefully and in small chunks and you will be able to develop cool projects."
โ Weapon of Destruction
โ Weapon of Destruction
-
- Godlike
- Posts: 10537
- Joined: Wed Jul 15, 2009 11:36 am
- Personal rank: coffee addicted !!!
- Location: Cologne, the city with the big cathedral.
Re: Make of and import of custom meshes to UT
btw. it's Milkshape not Milkshake.
http://www.milkshape3d.com/
http://www.milkshape3d.com/
-
- Godlike
- Posts: 1462
- Joined: Mon Jun 01, 2015 7:08 pm
- Personal rank: Resident Wallaby
- Location: Porto Alegre, Brazil
Re: Make of and import of custom meshes to UT
When I export a model from Blender, it gets tiny on UEd and UT. How to fix this?
Please be quick because there is a Lesser Brute trying to get me!
Please be quick because there is a Lesser Brute trying to get me!
"Everyone is an idea man. Everybody thinks they have a revolutionary new game concept that no one else has ever thought of. Having cool ideas will rarely get you anywhere in the games industry. You have to be able to implement your ideas or provide some useful skill. Never join a project whose idea man or leader has no obvious development skills. Never join a project that only has a web designer. You have your own ideas. Focus on them carefully and in small chunks and you will be able to develop cool projects."
โ Weapon of Destruction
โ Weapon of Destruction
-
- Godlike
- Posts: 1205
- Joined: Mon Aug 31, 2015 10:31 pm
Re: Make of and import of custom meshes to UT
Yeah true XDpapercoffee wrote:btw. it's Milkshape not Milkshake.
http://www.milkshape3d.com/
Some of the stuff I created:
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
-
- Godlike
- Posts: 1462
- Joined: Mon Jun 01, 2015 7:08 pm
- Personal rank: Resident Wallaby
- Location: Porto Alegre, Brazil
Re: Make of and import of custom meshes to UT
Why are Blender models tiny in Unreal?
"Everyone is an idea man. Everybody thinks they have a revolutionary new game concept that no one else has ever thought of. Having cool ideas will rarely get you anywhere in the games industry. You have to be able to implement your ideas or provide some useful skill. Never join a project whose idea man or leader has no obvious development skills. Never join a project that only has a web designer. You have your own ideas. Focus on them carefully and in small chunks and you will be able to develop cool projects."
โ Weapon of Destruction
โ Weapon of Destruction
-
- Godlike
- Posts: 1205
- Joined: Mon Aug 31, 2015 10:31 pm
Re: Make of and import of custom meshes to UT
I'm so sorry for your lesserbruteGustavo6046 wrote:When I export a model from Blender, it gets tiny on UEd and UT. How to fix this?
Please be quick because there is a Lesser Brute trying to get me!
Anyway, I had same problem, I actually fixed it on the default properties of the code containing the mesh, putting the dimension of the mesh on a bigger value.
Some of the stuff I created:
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks : Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2