New features and changes of upcoming patch 469e

Discussions about UT99
Buggie
Godlike
Posts: 3116
Joined: Sat Mar 21, 2020 5:32 am

New features and changes of upcoming patch 469e

Post by Buggie »

Since few users (like @darksonny) interested what be in 469e new or changed, I create this topic for en-light what be on next patch 469e.

I will post from to time there some info. Maybe just text, maybe with pics or videos.

Actually list of changes and new features pretty huge, And I don't have much time describe everything, so it will be just few most interested stuff, from time to time.

You can see really full list (which update from time to time) here:
https://github.com/OldUnreal/UnrealTour ... seNotes.md

For start I can list next improvements/features:

1. Performance optimization make near 30% (or more) FPS for every renders include old. In some cases we even see x4 speed up.

2. Dedicated servers now able track movers in same way as in single player game. Monsters or bots will not see you through doors, and you can't damage anything behind door. This feature can be turned off if server owner want.

3. In patch include new awesome renders: D3D11, ICBIND (D3D11), D3D12, Vulkan, FruCore (Apple only).

4. XOpenGL get serious boost in performance and many features of it (bindless textures, SSBO, persistent buffers) now work as should.

5. You can now see spectators and much more info about server in server browser.

6. Game now support Borderless screen mode, so you can stop suffer from Fullscreen issues, and easy switch to another apps and back.

7. You can now choose what fov use - horizontal or vertical, which can improve user experience on widescreens.

8. A lot stability fixes which eliminate various crashes and make game and editor much more stable.

9. Collision code much improved, so now it less load CPU, can handle much more actors, produce less invisible walls, make players and vehicles much less stuck and so on.

10. Finally fixed mess with some skins like AtomicCow, and it can be selected now.
Last edited by Buggie on Mon Aug 19, 2024 10:02 pm, edited 1 time in total.
User avatar
Shrimp
Adept
Posts: 299
Joined: Wed Oct 10, 2018 11:15 am
Location: Australia

Re: New features and changes of upcoming patch 469e

Post by Shrimp »

Looks like it's shaping up to be another awesome patch.

Some of the debugging and profiling tools and updates look useful, and a "free" general performance boost would be cool.

You mention Vulkan though, but it's not mentioned in the WIP release notes or anything in the issue tracker besides your posts about UT99VulkanDrv which is Windows only and is 3rd party, is it really there or are you getting my hopes up only to be let down :mrgreen:.
ShrimpWorks
Unreal Archive - preserving over 25 years of user-created content for the Unreal series!
User avatar
EvilGrins
Godlike
Posts: 10157
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA

Re: New features and changes of upcoming patch 469e

Post by EvilGrins »

Why is it 469e and not simply version 470?
User avatar
Aspide
Skilled
Posts: 201
Joined: Wed Jun 09, 2021 12:13 am

Re: New features and changes of upcoming patch 469e

Post by Aspide »

because there are still letters in the alphabet left :wink: . Also changing it to 470 can cause some confusion since people are used to hearing about the 469 patch, the same goes for the 227 patch of Unreal.
Somewhere in Nevada...
User avatar
Shrimp
Adept
Posts: 299
Joined: Wed Oct 10, 2018 11:15 am
Location: Australia

Re: New features and changes of upcoming patch 469e

Post by Shrimp »

EvilGrins wrote: Mon Aug 19, 2024 3:44 am Why is it 469e and not simply version 470?
If I had to take a wild guess I'd assume the agreement with Epic probably said something like they're allowed to make one version, and now we're just in the "revisions and refinements" of that single version :loool:
ShrimpWorks
Unreal Archive - preserving over 25 years of user-created content for the Unreal series!
User avatar
EvilGrins
Godlike
Posts: 10157
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA

Re: New features and changes of upcoming patch 469e

Post by EvilGrins »

But with Epic out of the whole UT thang would any such agreement still have standing?
User avatar
Shrimp
Adept
Posts: 299
Joined: Wed Oct 10, 2018 11:15 am
Location: Australia

Re: New features and changes of upcoming patch 469e

Post by Shrimp »

It's still their intellectual property which they hold copyright over.
ShrimpWorks
Unreal Archive - preserving over 25 years of user-created content for the Unreal series!
darksonny
Adept
Posts: 497
Joined: Sat Sep 13, 2008 10:24 pm

Re: New features and changes of upcoming patch 469e

Post by darksonny »

Thanks buggie, its the first time i see the loaded packed with this future version of the patch: ICBIND (D3D11) and.... Vulkan? Wow!
Buggie
Godlike
Posts: 3116
Joined: Sat Mar 21, 2020 5:32 am

Re: New features and changes of upcoming patch 469e

Post by Buggie »

Shrimp wrote: Mon Aug 19, 2024 2:43 am Some of the debugging and profiling tools and updates look useful, and a "free" general performance boost would be cool.
Yea, about that... :D

11. Add UProfile tool, which allow you measure CPU load by separate UScript function and found good candidates for optimization. It show count of children calls and so on.
https://github.com/OldUnreal/UnrealTour ... issues/865

12. Add network usage per each open channel in SOCKETS command, which allow mod authors determine what eat network bandwidth and in which amount and optimize net usage.

13. Add command DevNetTrafficLogs which allow you see what come from replication, for which actor and in which amount. Use this tool allow mod authors greatly tune network usage for their mods and resolve various problems with it.
https://github.com/OldUnreal/UnrealTour ... issues/722

14. UTrace got huge performance boost, so now it is not anymore handbrake and can be used even on live game server, without get red box everyone.

15. Performance boost affect not only render parts, it general engine improvement. Include faster execute code, faster memory allocation and so on. So UScripts mods run faster (especially if compiled on 469e with improved compiler), servers run faster, more smooth and allow more players/mods, before it goes to 100% CPU load.
Shrimp wrote: Mon Aug 19, 2024 2:43 am You mention Vulkan though, but it's not mentioned in the WIP release notes or anything in the issue tracker besides your posts about UT99VulkanDrv which is Windows only and is 3rd party, is it really there or are you getting my hopes up only to be let down :mrgreen:.
We test it in internal test builds for sure. However not sure yet if it goes to final patch. Yes, it from dpJudas, which is 3rd party as for now. Same as for D3D11 and D3D12, which we for sure include in the patch.
I will talk with team and return with more info when it sorted out.
And yes, as for now, it is Windows only.
EvilGrins wrote: Mon Aug 19, 2024 3:44 am Why is it 469e and not simply version 470?
Because it is still 469. It not introduce incompatible changes. 470 planned for far future too. Some things delayed to 470, as you can see on github milestones page:
https://github.com/OldUnreal/UnrealTour ... milestones
User avatar
esnesi
Godlike
Posts: 1038
Joined: Mon Aug 31, 2015 12:58 pm
Personal rank: Dialed in.

Re: New features and changes of upcoming patch 469e

Post by esnesi »

These are truly amazing updates!
A big THANKS for all the time and effort (blood, sweat and tears) you are putting into this OldUnreal Team!
Buggie
Godlike
Posts: 3116
Joined: Sat Mar 21, 2020 5:32 am

Re: New features and changes of upcoming patch 469e

Post by Buggie »

Shrimp wrote: Mon Aug 19, 2024 2:43 am You mention Vulkan though, but it's not mentioned in the WIP release notes or anything in the issue tracker besides your posts about UT99VulkanDrv which is Windows only and is 3rd party, is it really there or are you getting my hopes up only to be let down :mrgreen:.
As for now Vulkan will not be included into the path 469e. My apologies for inconvience. However you can always install it manually from dpJudas github page.

Next set of changes:

16. Huge list of skins now load insane fast. We test more then 10 000 skins installed, and no noticeable delay for select skin in the game UI.

17. Script compiler produce better code, which especially affect replication rules code.

18. Editor now shipped with Epic awesome tool Bright, which allow pallettize texture with insane quality.   
Auto merged new post submitted 2 minutes later
Without Bright:
311450688-9986c369-56a6-4838-a3fd-1055ee843cbe.png
With Bright:
311450706-04ed333e-f9ca-4528-971e-6768d57dc8cf.png
You do not have the required permissions to view the files attached to this post.
User avatar
Shrimp
Adept
Posts: 299
Joined: Wed Oct 10, 2018 11:15 am
Location: Australia

Re: New features and changes of upcoming patch 469e

Post by Shrimp »

Only 10000 skins? Will that be enough for EvilGrins?
ShrimpWorks
Unreal Archive - preserving over 25 years of user-created content for the Unreal series!
Buggie
Godlike
Posts: 3116
Joined: Sat Mar 21, 2020 5:32 am

Re: New features and changes of upcoming patch 469e

Post by Buggie »

Actually issue report someone else: https://github.com/OldUnreal/UnrealTour ... ssues/1598   
Auto merged new post submitted 2 hours 45 minutes later
19. Allow Apply Selected Brushes to Level. This allow edit maps with removed brushes.

Here video example. I add Deck16][ into MH-XV-GiranTown2021v4, which not contained any brushes (author delete them before release map).


Auto merged new post submitted 44 minutes later
Here you can see few new features of 469e:

20. Show mover surfaces in editor.

21. Real-time mover edit.

22. Vertex edit brush in 3D viewport.

Last edited by Buggie on Tue Aug 20, 2024 9:37 pm, edited 1 time in total.
Hbgr
Average
Posts: 38
Joined: Thu Oct 19, 2023 2:44 am

Re: New features and changes of upcoming patch 469e

Post by Hbgr »

I am definitely looking forward to real-time mover editing. I would use a lot more in my maps, but they're just so cumbersome right now with 469d.
Buggie
Godlike
Posts: 3116
Joined: Sat Mar 21, 2020 5:32 am

Re: New features and changes of upcoming patch 469e

Post by Buggie »

Active mappers who want use/test new features and provide feedback, can join to beta testers, and get access to 469e preview and test builds.

For do that, follow that easy steps (you must have already github account, if you're not -create it. it is free):
Go to old unreal Discord.
OldUnreal - http://discord.gg/thURucxzs6
And write into #⁠469-discussion channel: https://discord.com/channels/1439866339 ... 7086269441
Mention @Anthrax and ask for add you to beta test group for upcoming patch. Not forget mention your github user name.