Totem Arts Staff kira Posted August 5, 2016 Totem Arts Staff Posted August 5, 2016 i am a beginning programmer and i would like to see the scripting and all of ren x so how do i load it into the epic engine? Quote
Ruud033 Posted August 5, 2016 Posted August 5, 2016 I think you're better off googling how to do UDK scripting. Basically RenX is based upon UDK (Unreal engine 3) So if you know how to do that stuff (there are plenty of tutorials on the web) you're going to understand RenX too. Quote
Totem Arts Staff kira Posted August 7, 2016 Author Totem Arts Staff Posted August 7, 2016 ok then googling udk scripting it is. thank you! Quote
RoundShades Posted August 7, 2016 Posted August 7, 2016 Also, you do NOT load it into UDK Editor. It CAN do it, but worse than even MS Notepad. Your BEST tool to use for it, is Notepad++. It's amazing for scripting. So, what you do, is either get the RenXSDK, and go to Development/Src/RenXGame/Classes and load those .UC (unrealcode) files into Notepad++ where it appears as plain english, or you do this to decompile packaged .U files from the game into readable .UC (still need SDK though): viewtopic.php?f=136&t=75223 Quote
Agent Posted August 7, 2016 Posted August 7, 2016 Your BEST tool to use for it, is Notepad++. I prefer using the nFringe plugin for Visual Studio. Quote
Totem Arts Staff kira Posted August 8, 2016 Author Totem Arts Staff Posted August 8, 2016 ok thank you i opened the .uc file of HUD, I see understandable English as you mention. It looks like java\javascript syntax. what is the language of the scripting? Quote
nBab Posted August 8, 2016 Posted August 8, 2016 It's Unreal Script: https://udn.epicgames.com/Three/UnrealScriptHome.html Quote
Totem Arts Staff kira Posted August 8, 2016 Author Totem Arts Staff Posted August 8, 2016 ok thanks! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.