Totem Arts Staff kira Posted August 5, 2016 Totem Arts Staff Share 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 Link to comment Share on other sites More sharing options...
Ruud033 Posted August 5, 2016 Share 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 Link to comment Share on other sites More sharing options...
Totem Arts Staff kira Posted August 7, 2016 Author Totem Arts Staff Share Posted August 7, 2016 ok then googling udk scripting it is. thank you! Quote Link to comment Share on other sites More sharing options...
RoundShades Posted August 7, 2016 Share 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 Link to comment Share on other sites More sharing options...
Agent Posted August 7, 2016 Share Posted August 7, 2016 Your BEST tool to use for it, is Notepad++. I prefer using the nFringe plugin for Visual Studio. Quote Link to comment Share on other sites More sharing options...
Totem Arts Staff kira Posted August 8, 2016 Author Totem Arts Staff Share 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 Link to comment Share on other sites More sharing options...
nBab Posted August 8, 2016 Share Posted August 8, 2016 It's Unreal Script: https://udn.epicgames.com/Three/UnrealScriptHome.html Quote Link to comment Share on other sites More sharing options...
Totem Arts Staff kira Posted August 8, 2016 Author Totem Arts Staff Share Posted August 8, 2016 ok thanks! Quote Link to comment Share on other sites More sharing options...
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.