I've looked for a solution and can't find one. Basically my problem is this; After importing a model into RF, I need to scale it down, as it is too tall. However, I select the model, click scale, and try to scale it, but nothing happens.
It is a staticentityproxy, I have tried a StaticMesh but I have been getting the same issue.
Is there any way to actually scale an imported model, or do I have to keep creating different versions in the modelling program itself to get my desired result?
Thanks in advance.
How to scale imported models?
Re: How to scale imported models?
You can use STATIC MESH entity eg:-Add to szActor = props\Table.act then use Scale= 1.5 or any value to scale your actor.
If your using PAWN then go PAWN.INI Actorscale = 1.5 or any value.
If your using PAWN then go PAWN.INI Actorscale = 1.5 or any value.
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
Re: How to scale imported models?
If the entity does not update in the editor's views after changing the scale value of the entity go to the Build menu and click on Rebuild BSP Tree. Do not use the Scale Brush tool!
Re: How to scale imported models?
Any chance of getting to try out your game?