UDK classes tutorial: Make a third person Custom Game w Character
Loading...
1,502
Loading...
Uploader Comments (MatthewMatte)
see all
All Comments (13)
-
@aliasdarknut hey i have the same problem. what exactly did u type in to fix it please
-
@aliasdarknut heay im having the same problem as u. what do i change the default anim too?
-
@MatthewMatte got it working, it was that and i hadn't stated that it was an AnimSet array, thanks for the help, been trying to get a custom class working for ages
-
@MatthewMatte added < but it is now stating "unrecognised type 'defaultAnimSet'", ive been searching for answers on the internet but have found nothing, and being a beginner at scripting (only doing this to add a custom character with the freedom to add anything else like animsets, etc) i dont have the knowlege to fix it myself
Loading...
i have one question when i make game were to get files to publish ?
doreto95 1 week ago
@doreto95 You will want to use the Frontend.exe included in the binaries folder of UDK just follow the steps once opened and you can have a exe of your very own game.
MatthewMatte 4 days ago
followed the tutorial on the website, but every time i try to compile, it comes up with
development/src/fmjgame/classes/fmjplayercontroller.uc(8) : error, missing '<' in 'array'
aliasdarknut 4 months ago
@aliasdarknut Sounds like you have a syntax error on line 8. Check what that line 8 says in a (in text editor that lets you search by line number) and post it here. Or if yousee the error a missing ; or ] just fix it and re-run compiler. let me know if you have more questions. I also have a forum up at FMJgames.com with other questions that have been asked about this tut.
MatthewMatte 4 months ago
@aliasdarknut Ok so you don't have this defaultAnimSet(0)=AnimSet'AxMesh.Anims.BigMarine'
you need to switch it to the default male animset, youll have to open the content browser and search animsets only and youll see the one im talking about. Then you can right click and copy full name to clipboard, shut down UDK and paste it in your code and recompile. should fix it.
For copy and pasting the script.
fmjgames.com/tutorials/udk-classes-tutorial-third-person-game/
MatthewMatte 4 months ago
@TheEliteMontage There is a manual compiler, it's called Frontend.exe its in the Binaries folder. Did you get it to work?
MatthewMatte 5 months ago