DemoMan2: What do you need ? Everything is said in first post.
Announcement
Collapse
No announcement yet.
July 2013 UDK Available Now
Collapse
X
-
Hi again.
I seen problems here :
1) Still problem clear screen buffer on mobile preview. Link : http://forums.epicgames.com/threads/...0#post30986080 Look it this :
2) Did not fix mobilemenubutton class. Should be change height and width variables. Link(last post) : http://forums.epicgames.com/threads/...-for-IOS/page2
Comment
-
Originally posted by nonder View PostDemoMan2: What do you need ? Everything is said in first post.
Comment
-
Sadly, but there are not any other fixes. I have my own list of small bugs too. It will be never solved and I partly approve it. They don't want to work on something that will be replaced. (by UE4). I hope that they will look on these bugs and make sure that they are not in UE4. There is really a few devs working on UE3 UDK.
Comment
-
Originally posted by nonder View PostSadly, but there are not any other fixes. I have my own list of small bugs too. It will be never solved and I partly approve it. They don't want to work on something that will be replaced. (by UE4). I hope that they will look on these bugs and make sure that they are not in UE4. There is really a few devs working on UE3 UDK.
Comment
-
Moved my old package to this new build, modified the inis and added my scripts to UTGame to support my custom camera settings/game mode and now the editor crashes upon loading( it always seems to do that while loading the "UTGame" scripts) So are there any unrealscript changes that I should know about?
Edit: The editor also crashes when I'm loading my old package.
Comment
-
I was able to convert everything without any problems. I suspect that you might have forgot to add these lines to your defaultengine.ini file. For what it's worth, I have a text file that lists a series of steps that I need to do in order to move my game from one version of UDK to another. There are about 10 items on my list, and this one is number three.
Note: My game is named BpoGame and that's where the packages are stored under content. There is also front end art in this list. You will need to change the names accordingly for your project.
3.) Update DefaultEngine.ini
a.) +Editpackages=BpoGame Look under [UnrealEd.EditorEngine] section of file
b.) +NonNativePackages=BpoGame Look under [Engine.ScriptPackages] section of file
c.) +Package=BpoGame Look under [Engine.StartupPackages] section of file
d.) .Package=BpoUI_FrontEnd_Art Look under [Engine.PackagesToForceCookPerMap] section of file
Comment
-
Hm, I'm crashing out too, even with everything in DefaultEngine.ini in order.
I've checked the logs though, this is the problem
Code:[0027.18] Critical: appError called: Can't bind to native class UnrealEd.GameStatsDBUploader [0027.18] Critical: Windows GetLastError: The system cannot find the file specified. (2) [0037.69] Log: === Critical error: === Can't bind to native class UnrealEd.GameStatsDBUploader
Comment
-
I would love to see Apex 1.2.3 implemented on the next build, please! I'm working on a game that its based on envirnoment destruction and the ImpactResistance variable bug on the current version is very frustrating and there is not a good work around. I know it works on July 2012 release, but newer APEX releases are way better and faster to work with. Thanks for the update EPIC!
Comment
-
Originally posted by ciox View PostHm, I'm crashing out too, even with everything in DefaultEngine.ini in order.
I've checked the logs though, this is the problem
Code:[0027.18] Critical: appError called: Can't bind to native class UnrealEd.GameStatsDBUploader [0027.18] Critical: Windows GetLastError: The system cannot find the file specified. (2) [0037.69] Log: === Critical error: === Can't bind to native class UnrealEd.GameStatsDBUploader
What version of OS are you using to run UDK on?
Comment
-
Originally posted by DemoMan2 View PostThat's a new one on me. I don't even have the class that's mentioned in my source files UnrealEd.GameStatsDBUploader
What version of OS are you using to run UDK on?
And it is new, never seen that class or error til now. It can be found on the wiki however: http://wiki.beyondunreal.com/UE3:Gam...ader_%28UDK%29
Comment
Comment