Unreal Tournament 469
-
- Adept
- Posts: 391
- Joined: Mon Nov 11, 2013 7:56 am
- Personal rank: Average
- Location: India
-
- Godlike
- Posts: 10556
- Joined: Wed Jul 15, 2009 11:36 am
- Personal rank: coffee addicted !!!
- Location: Cologne, the city with the big cathedral.
Re: Unreal Tournament 469
Deepu wrote: ↑Sun Oct 06, 2019 4:54 pm Try this: http://ultimateut.tk/ut_dev/UnrealTourn ... r-Test.mp4
Page not found
We're sorry, but we were unable to locate the page you requested. You may want to try using the menu on your top to find what you are looking for.
-
- Godlike
- Posts: 1964
- Joined: Sat Sep 17, 2011 4:32 pm
- Personal rank: Dame. Vandora
- Location: TN, USA
Re: Unreal Tournament 469
I think this is played off from newnet - not sure why no one mentioned that. XC_Engine doesn't do anything to modify the weapons.
-
- Godlike
- Posts: 1462
- Joined: Mon Jun 01, 2015 7:08 pm
- Personal rank: Resident Wallaby
- Location: Porto Alegre, Brazil
Re: Unreal Tournament 469
It is in the vanilla game, but it's intentional. It makes the projectile look like it comes from the weapon, instead of your dick.
"Everyone is an idea man. Everybody thinks they have a revolutionary new game concept that no one else has ever thought of. Having cool ideas will rarely get you anywhere in the games industry. You have to be able to implement your ideas or provide some useful skill. Never join a project whose idea man or leader has no obvious development skills. Never join a project that only has a web designer. You have your own ideas. Focus on them carefully and in small chunks and you will be able to develop cool projects."
— Weapon of Destruction
— Weapon of Destruction
-
- Godlike
- Posts: 1964
- Joined: Sat Sep 17, 2011 4:32 pm
- Personal rank: Dame. Vandora
- Location: TN, USA
Re: Unreal Tournament 469
Then how come it never happened for me on v436 - with only default install that it only shoot straight?
-
- Adept
- Posts: 391
- Joined: Mon Nov 11, 2013 7:56 am
- Personal rank: Average
- Location: India
Re: Unreal Tournament 469
Video link is updated: http://ultimateut.tk/ut_dev/UnrealTourn ... r-Test.zip
-
- Godlike
- Posts: 1462
- Joined: Mon Jun 01, 2015 7:08 pm
- Personal rank: Resident Wallaby
- Location: Porto Alegre, Brazil
Re: Unreal Tournament 469
It is very slight. Have you tried non-hitscan weapons? Also, maybe you just didn't notice!
"Everyone is an idea man. Everybody thinks they have a revolutionary new game concept that no one else has ever thought of. Having cool ideas will rarely get you anywhere in the games industry. You have to be able to implement your ideas or provide some useful skill. Never join a project whose idea man or leader has no obvious development skills. Never join a project that only has a web designer. You have your own ideas. Focus on them carefully and in small chunks and you will be able to develop cool projects."
— Weapon of Destruction
— Weapon of Destruction
-
- Adept
- Posts: 391
- Joined: Mon Nov 11, 2013 7:56 am
- Personal rank: Average
- Location: India
-
- Experienced
- Posts: 91
- Joined: Mon Oct 15, 2018 10:37 pm
Re: Unreal Tournament 469
What I understand is that they don't have permission to add new things, but only fixes and tweaks..
-
- Godlike
- Posts: 5499
- Joined: Wed Feb 27, 2008 6:24 pm
- Personal rank: Work In Progress
- Location: Liandri
Re: Unreal Tournament 469
I think anth can shed some more light on this, but from at least what I understood, they can add new things, as long as 2 basic conditions are met:KillRoy1972 wrote: ↑Mon Oct 07, 2019 9:31 pm What I understand is that they don't have permission to add new things, but only fixes and tweaks..
- they don't break network compatibility: in other words, a v436 client must be able to connect and play with a v469 server without issues;
- they don't change the overall look and feel of the game: in other words, they cannot reinvent the UI, or change whichever makes UT99, UT99 (the latter is a bit more tricky to understand the boundary).
This means he can add new things, such as add new settings, which he did afaik, and even new minor features.
Major features such as static mesh systems and such are a no go, because they violate the first condition, and depending on one's perspective, may also violate the second.
It's likely, however, that anth, along anyone else helping in building new patches, are able to do more radical changes to the Unreal Editor itself, since whichever they do in the editor, as long as it works and works well, it doesn't violate the 2 conditions above.
They may also release new native headers, and even rewrite and create new native bindings to make it possible to implement other things in the game that weren't possible in v436.
Which could open the way for other major features to be implemented, but independently from the patch itself, making it so that the 2 conditions above aren't violated, but the community as a whole can still develop new features.
Case in point, XC_Engine had some fixes transferred over to the patch, but most features will stay in XC_Engine itself, it may just be easier in the future for Higor to implement new things, and distribute those things if the patched game allows it in some way.
-
- Godlike
- Posts: 1964
- Joined: Sat Sep 17, 2011 4:32 pm
- Personal rank: Dame. Vandora
- Location: TN, USA
Re: Unreal Tournament 469
It doesn't happen that way, it's always on point.Gustavo6046 wrote: ↑Mon Oct 07, 2019 4:51 pm It is very slight. Have you tried non-hitscan weapons? Also, maybe you just didn't notice!
-
- Adept
- Posts: 257
- Joined: Thu May 13, 2010 2:23 am
Re: Unreal Tournament 469
Your analysis is spot on! The number of in-game features we added/are adding is quite limited, and they all serve to make the game run better on modern platforms. UnrealEd is a different story. We are working towards unifying OldUnreal's 227 UEd with UT's UEd. Both have features that the other does not have. I will post a (very tentative) change log soonish.Feralidragon wrote: ↑Mon Oct 07, 2019 10:50 pmI think anth can shed some more light on this, but from at least what I understood, they can add new things, as long as 2 basic conditions are met:KillRoy1972 wrote: ↑Mon Oct 07, 2019 9:31 pm What I understand is that they don't have permission to add new things, but only fixes and tweaks..
- they don't break network compatibility: in other words, a v436 client must be able to connect and play with a v469 server without issues;
- they don't change the overall look and feel of the game: in other words, they cannot reinvent the UI, or change whichever makes UT99, UT99 (the latter is a bit more tricky to understand the boundary).
This means he can add new things, such as add new settings, which he did afaik, and even new minor features.
Major features such as static mesh systems and such are a no go, because they violate the first condition, and depending on one's perspective, may also violate the second.
It's likely, however, that anth, along anyone else helping in building new patches, are able to do more radical changes to the Unreal Editor itself, since whichever they do in the editor, as long as it works and works well, it doesn't violate the 2 conditions above.
They may also release new native headers, and even rewrite and create new native bindings to make it possible to implement other things in the game that weren't possible in v436.
Which could open the way for other major features to be implemented, but independently from the patch itself, making it so that the 2 conditions above aren't violated, but the community as a whole can still develop new features.
Case in point, XC_Engine had some fixes transferred over to the patch, but most features will stay in XC_Engine itself, it may just be easier in the future for Higor to implement new things, and distribute those things if the patched game allows it in some way.
-
- Inhuman
- Posts: 762
- Joined: Thu Jun 24, 2010 10:35 pm
- Personal rank: Retard
- Location: England
Re: Unreal Tournament 469
Do you have a rough idea when it will be released, will it be 2019 or more likely 2020?anth wrote: ↑Tue Oct 08, 2019 1:01 pm Your analysis is spot on! The number of in-game features we added/are adding is quite limited, and they all serve to make the game run better on modern platforms. UnrealEd is a different story. We are working towards unifying OldUnreal's 227 UEd with UT's UEd. Both have features that the other does not have. I will post a (very tentative) change log soonish.
-
- Godlike
- Posts: 1205
- Joined: Mon Aug 31, 2015 10:31 pm
Re: Unreal Tournament 469
13) TimerCounter should increase accordingly to Level.TimeDilation;
14) If I zoom with a sniper and I throw it, if I don't have any other weapon then SwitchToBestWeapon() won't do anything and I will end up stuck with the zoom FOV until I pick up another weapon (which is difficult with a tiny FOV);
14) If I zoom with a sniper and I throw it, if I don't have any other weapon then SwitchToBestWeapon() won't do anything and I will end up stuck with the zoom FOV until I pick up another weapon (which is difficult with a tiny FOV);
Some of the stuff I created:
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks
: Create/Write files with UScript, Read files with UScript, Running files with UScript
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
Mods: VisualStreamPlayer, TeamColorOverlay, FunkyMoves, CommandSystem, FunkyPointer, AdvancedMutator, CommandEvent, ParticleSystem, LifeSucks
Gametypes: UTRoyale, UnrealRace
Hacks
Maps: CTF-(POF)-Escher_Fix, CTF-(NotYet)HyperBlast, DM-(NotYet)Condemned, CTF-StalwartXS, UR-Hyperblast, DM-3072-ItalyKinda, DOM-NRMC-Cathode, CTF-TAMC-UnderPressure
Concepts: RabbitHole, Builder gun, HeatMap, Playable arcade cabinet, Stalwartception, Non Conventional Weapons, MainFrame
Memes: Meme#1, Meme#2
-
- Godlike
- Posts: 10556
- Joined: Wed Jul 15, 2009 11:36 am
- Personal rank: coffee addicted !!!
- Location: Cologne, the city with the big cathedral.
Re: Unreal Tournament 469
Oh interesting... didn't notice this.PrinceOfFunky wrote: ↑Tue Oct 08, 2019 6:35 pm 14) If I zoom with a sniper and I throw it, if I don't have any other weapon then SwitchToBestWeapon() won't do anything and I will end up stuck with the zoom FOV until I pick up another weapon (which is difficult with a tiny FOV);
Have to test it.