• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 18:50
CEST 00:50
KST 07:50
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL20] Ro16 Preview Pt1: Ascent8Maestros of the Game: Week 1/Play-in Preview12[ASL20] Ro24 Preview Pt2: Take-Off7[ASL20] Ro24 Preview Pt1: Runway132v2 & SC: Evo Complete: Weekend Double Feature4
Community News
Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues7LiuLi Cup - September 2025 Tournaments2Weekly Cups (August 25-31): Clem's Last Straw?39Weekly Cups (Aug 18-24): herO dethrones MaxPax6Maestros of The Game—$20k event w/ live finals in Paris70
StarCraft 2
General
Team Liquid Map Contest #21 - Presented by Monster Energy #1: Maru - Greatest Players of All Time Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues Production Quality - Maestros of the Game Vs RSL 2 Geoff 'iNcontroL' Robinson has passed away
Tourneys
Maestros of The Game—$20k event w/ live finals in Paris Sparkling Tuna Cup - Weekly Open Tournament RSL: Revival, a new crowdfunded tournament series Chzzk MurlocKing SC1 vs SC2 Cup Sea Duckling Open (Global, Bronze-Diamond)
Strategy
Custom Maps
External Content
Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around Mutation # 487 Think Fast
Brood War
General
FlaSh on ACS Winners being in ASL ASL20 General Discussion BGH Auto Balance -> http://bghmmr.eu/ BSL Polish World Championship 2025 20-21 September [ASL20] Ro16 Preview Pt1: Ascent
Tourneys
[ASL20] Ro16 Group A [IPSL] ISPL Season 1 Winter Qualis and Info! [Megathread] Daily Proleagues Is there English video for group selection for ASL
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread General RTS Discussion Thread Path of Exile Warcraft III: The Frozen Throne
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine The Games Industry And ATVI UK Politics Mega-thread Russo-Ukrainian War Thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! [\m/] Heavy Metal Thread
Sports
Formula 1 Discussion MLB/Baseball 2023 2024 - 2026 Football Thread TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
The Automated Ban List TeamLiquid Team Shirt On Sale
Blogs
Collective Intelligence: Tea…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
INDEPENDIENTE LA CTM
XenOsky
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1267 users

General RTS Discussion Thread - Page 4

Forum Index > General Games
Post a Reply
Prev 1 2 3 4 5 Next All
JimmyJRaynor
Profile Blog Joined April 2010
Canada16747 Posts
Last Edited: 2025-09-01 06:24:02
September 01 2025 06:15 GMT
#61
There is a silver lining to the cloud of Stormgate running like garbage. This should steer other RTS developers away from UE5.

Apparently, Dawn of War 4 is running in Unity. C# is its primary scripting language.. its needed for engine integration etc. I've got more than 10,000 hours in C#. C# is very good and has been very good since its birth ~ 2001. Bill Gates might be one of the Lizard Men secretly running the world.. but damn he and M$ did an awesome job leading the creation of C#. I'm a big fan of both C# and Unity.

Unity allows you to manage 87 bazillion objects at near C++ speeds while coding in the safe and cozy C# managed code environment.

"Code in C# because life is too short to code everything in C++"

All this sounds wonderful, however, recent builds of DoW4 are running at 5FPS during heavy battles. Hopefully, King Art Games can improve things.
Ray Kassar To David Crane : "you're no more important to Atari than the factory workers assembling the cartridges"
qwerty4w
Profile Joined January 2024
47 Posts
September 01 2025 07:41 GMT
#62
Sanctuary: Shattered Sun (Supreme Commander FAF like RTS with some binary terraforming) use Unity's DOTS (Data-Oriented Technology Stack) for multithreading. Programming for Unity's DOTS is quite complicated and difficult judging by what I heard, but the game was mostly bottlenecked by its graphical performance according to its developers. They will release a public demo of the game by the end of 2025, perhaps it will have some improvement in this area.
JimmyJRaynor
Profile Blog Joined April 2010
Canada16747 Posts
Last Edited: 2025-09-01 13:31:17
September 01 2025 12:58 GMT
#63
it is hard if you've never done low level programming. if you have a solid all around math/computer science background with a 4 year degree that includes stuff like compiler construction in C++ and encryption algorithms in C++ then DOTS is just another technology stack.

If you took an Avilo style "computer science" degree you'll probably find DOTS tough. If you took a CombatEx type of degree then you'll be fine. Given the level of Avilo's math education i hesitate to label his degree as a "computer science" major.

Put it this way.. once you master DOTS its like you are coding in a high-level, super-easy language like Visual Basic while getting the lightning speed execution performance of well made C++.
Ray Kassar To David Crane : "you're no more important to Atari than the factory workers assembling the cartridges"
WombaT
Profile Blog Joined May 2010
Northern Ireland25564 Posts
September 01 2025 14:41 GMT
#64
They’re very different, albeit overlapping disciplines, game dev is not my particular domain to be fair.

Engine optimisers aren’t going to build you a good game, they’ll facilitate a good game with good design being a good experience for end users.

I’d imagine it can’t be that much more difficult to recruit some engineers particularly au fait with C# or C++, Unity or Unreal, they don’t have to build from scratch with a whole load of systems, but may need to write bespoke optimisations for specific use cases

Stormgate’s number 1 issue is a game design one, not a game engineering one. And they made some problems for themselves in the latter category as well.

There was no need to engineer the game at such a high tick rate other than to claim you have the ‘most responsive RTS ever’, which caused a lot of performance headaches.

They’d have had the exact same problems if they’d decided to go with Unity, or any other engine.
'You'll always be the cuddly marsupial of my heart, despite the inherent flaws of your ancestry' - Squat
JimmyJRaynor
Profile Blog Joined April 2010
Canada16747 Posts
September 01 2025 19:06 GMT
#65
Are there any well running RTS games made with UE5?
Ray Kassar To David Crane : "you're no more important to Atari than the factory workers assembling the cartridges"
WombaT
Profile Blog Joined May 2010
Northern Ireland25564 Posts
September 02 2025 00:31 GMT
#66
Well no, but you’re talking about Unity being good because C# has certain advantages at ‘near C++ speeds’.

Surely if you hire some crack C++ specialists, UE can be made to be performant?

Personally I don’t think it’s super advantageous to go the UE route in RTS, for a variety of reasons. A lot of the graphical funkiness, I mean it’s just not that relevant to a genre where you’re zoomed out from the action, and high graphical fidelity makes visibility tricky
'You'll always be the cuddly marsupial of my heart, despite the inherent flaws of your ancestry' - Squat
`Myst
Profile Joined September 2024
18 Posts
Last Edited: 2025-09-02 04:28:08
September 02 2025 04:27 GMT
#67
Hi all,

Interesting thread. Ive worked in game development with published titles for clients like EA and others.

As an RTS fan I have been thinking about this problem recently and have come across some nice opinion pieces on the subject. So, here is some food for thought:

On the Perceived Inevitability of Unreal
Ships, Icebergs, Game Engines
A case for building your own tech | Opinion
Path of Exile - We Wrote An Engine (And So Can You!)

My own opinion is that a large majority of "timeless" RTS titles (Total Annihilation, C&C, StarCraft, Warcraft III) were successful because the game engine technology brought something new and exciting to the table, and there was a sense of magic for the players (myself included). The problem I have with most UE5/Unity RTS games that I have played is that they all feel "muddy" to me, and despite differences in art style the rendering makes every game look pretty much the same.
RogerChillingworth
Profile Joined March 2010
2954 Posts
September 02 2025 06:31 GMT
#68
Thanks for sharing, Myst. I agree. As someone pointed out under one of those articles, it's prolly good to rein in the technical ambition. I wonder too that if you can't build your own unique tools or engine, can you focus on the fun of the game enough, with existing tools, that it doesn't matter?
I wonder if ego gets in the way of people just trying to make a thing that's really fun to play. When I think about something I would want to make, ego absolutely does get in the way. And I'm way overly ambitious. I'm not even an engineer. I don't even know one. I feel like it comes from a place of foolishness, and just not knowing what a thing takes, and focusing on the emotion of it. I personally would find it hard to slog through 8-10 years of technical problems for 99.9% of projects.
I do absolutely think that you must know what you want to do, and that you must do it, and decide that failure is not an option. I think once you make that decision, nothing is too ambitious. But you must know.
JimmyJRaynor
Profile Blog Joined April 2010
Canada16747 Posts
Last Edited: 2025-09-03 15:43:40
September 03 2025 15:42 GMT
#69
On September 02 2025 04:06 JimmyJRaynor wrote:
Are there any well running RTS games made with UE5?

On September 02 2025 09:31 WombaT wrote:
Well no, but you’re talking about Unity being good because C# has certain advantages at ‘near C++ speeds’.

Surely if you hire some crack C++ specialists, UE can be made to be performant?

Personally I don’t think it’s super advantageous to go the UE route in RTS, for a variety of reasons. A lot of the graphical funkiness, I mean it’s just not that relevant to a genre where you’re zoomed out from the action, and high graphical fidelity makes visibility tricky

I think Frost Giant's first move was the biggest mistake. I think trying to make a large scale RTS with 100s of fighting units in UE5 was a big mistake. I think they overestimated themselves. They talked in such giant grandiose terms they talked themselves into thinking they were some kind of giant.... in reality they had yet to release a single piece of software.

Tim Morten keeps making Bobby Kotick look smarter and smarter with each passing month.
Well no, but you’re talking about Unity being good because C# has certain advantages at ‘near C++ speeds’.

Unity has the potential to work well in a large scale RTS scenario. UE5 does not have that potential.
Ray Kassar To David Crane : "you're no more important to Atari than the factory workers assembling the cartridges"
Manit0u
Profile Blog Joined August 2004
Poland17329 Posts
Last Edited: 2025-09-03 20:37:58
September 03 2025 20:35 GMT
#70
On September 02 2025 04:06 JimmyJRaynor wrote:
Are there any well running RTS games made with UE5?


On September 04 2025 00:42 JimmyJRaynor wrote:
Unity has the potential to work well in a large scale RTS scenario. UE5 does not have that potential.


Tempest Rising uses UE5. It's an RTS with 200 pop cap just like SC2.
Time is precious. Waste it wisely.
ThunderJunk
Profile Joined December 2015
United States687 Posts
Last Edited: 2025-09-03 22:45:28
September 03 2025 22:43 GMT
#71
Meanwhile, BAR sets the unit cap per player at a default of 2000 (which can be adjusted with custom settings), and retains performance.

My favorite thing about BAR is the "Flanking Damage" mechanic. If 2 units are attacking a unit from opposite sides, that unit takes twice as much damage from each attacker. In practice this radically increases the possibile outcomes of each engagement.
I am free because I know that I alone am morally responsible for everything I do.
Manit0u
Profile Blog Joined August 2004
Poland17329 Posts
Last Edited: 2025-09-04 07:50:07
September 04 2025 07:43 GMT
#72
On September 04 2025 07:43 ThunderJunk wrote:
Meanwhile, BAR sets the unit cap per player at a default of 2000 (which can be adjusted with custom settings), and retains performance.

My favorite thing about BAR is the "Flanking Damage" mechanic. If 2 units are attacking a unit from opposite sides, that unit takes twice as much damage from each attacker. In practice this radically increases the possibile outcomes of each engagement.


Yeah, BAR is crazy. 100 player game, every projectile is a physical object taking into account elevation, distance, flanking etc. and it runs well.

In general, you can't trust AAA studios when they say something is "too hard"



Solo dev built a better game in 2 years than AAA studios can do in 5 years with hundreds of devs and unlimited budget.
Time is precious. Waste it wisely.
Miragee
Profile Joined December 2009
8539 Posts
September 04 2025 13:26 GMT
#73
On September 04 2025 16:43 Manit0u wrote:
Show nested quote +
On September 04 2025 07:43 ThunderJunk wrote:
Meanwhile, BAR sets the unit cap per player at a default of 2000 (which can be adjusted with custom settings), and retains performance.

My favorite thing about BAR is the "Flanking Damage" mechanic. If 2 units are attacking a unit from opposite sides, that unit takes twice as much damage from each attacker. In practice this radically increases the possibile outcomes of each engagement.


Yeah, BAR is crazy. 100 player game, every projectile is a physical object taking into account elevation, distance, flanking etc. and it runs well.

In general, you can't trust AAA studios when they say something is "too hard"

https://www.youtube.com/watch?v=XsnmhtqBFqU

Solo dev built a better game in 2 years than AAA studios can do in 5 years with hundreds of devs and unlimited budget.


Holy shit that looks good, thanks.
WombaT
Profile Blog Joined May 2010
Northern Ireland25564 Posts
September 04 2025 14:40 GMT
#74
On September 04 2025 07:43 ThunderJunk wrote:
Meanwhile, BAR sets the unit cap per player at a default of 2000 (which can be adjusted with custom settings), and retains performance.

My favorite thing about BAR is the "Flanking Damage" mechanic. If 2 units are attacking a unit from opposite sides, that unit takes twice as much damage from each attacker. In practice this radically increases the possibile outcomes of each engagement.

Does it work well in practice? Sounds a cool mechanic but I can see it being a bit wonky at the same time depending on the thresholds.

I could see it being a bit chaotic positionally, if you’re slightly off you’re not getting your flank damage, versus being slightly differently positioned by a few ‘pixels’ and it kicks in.

Do you feel they’ve addressed that kind of concern?
'You'll always be the cuddly marsupial of my heart, despite the inherent flaws of your ancestry' - Squat
Uldridge
Profile Blog Joined January 2011
Belgium4824 Posts
September 04 2025 15:07 GMT
#75
Might be something that is a continuous value: 100% for frontal damage, going all the way up to 200% damage depending on the angle of attack.
Taxes are for Terrans
Ideas
Profile Blog Joined April 2008
United States8114 Posts
September 04 2025 15:15 GMT
#76
Does anyone remember World in Conflict? That game felt so innovative in the way it handled multiplayer (8v8 battles where everyone picks a "class" that gives them a certain type of units to handle). Basically turned Battlefield into a team RTS (including completely destructible terrain/buildings). I'm not saying it was perfect at all, but definitely I think an interesting way of handling RTS multiplayer that might thrive in today's market (team-based games with defined roles for each player). I also loved the way that they set WASD to move the camera around lol.

I feel like 1v1 is just too off-putting to most gamers nowadays, but a team-focused RTS game could possibly find success.

Of course I think indie RTS game's biggest problem is just that most of them are way too derivative and nostalgic (big problem with a lot of the indie game market). Show me something new, not just worst versions of StarCraft or CnC.
Free Palestine
JimmyJRaynor
Profile Blog Joined April 2010
Canada16747 Posts
Last Edited: 2025-09-04 16:16:57
September 04 2025 16:11 GMT
#77
https://store.steampowered.com/app/3136490/Echoes_of_the_Architects/

a $10 RTS game that runs on a potato and is made by 1 guy in Unity.
On September 04 2025 05:35 Manit0u wrote:
Show nested quote +
On September 02 2025 04:06 JimmyJRaynor wrote:
Are there any well running RTS games made with UE5?


Show nested quote +
On September 04 2025 00:42 JimmyJRaynor wrote:
Unity has the potential to work well in a large scale RTS scenario. UE5 does not have that potential.


Tempest Rising uses UE5. It's an RTS with 200 pop cap just like SC2.

you can't play 2v2 with a pop cap of 200 on a machine that costs less than $3000. and when you have a $3000 machine player 2v2 you can heat your home in january with your computer.
they have a 2v2 with 100 pop cap mode that can be played on a reasonable machine.

there is no 3v3 or 3v3AI.

UE5 can not run decent scale RTS beyond 1v1 games.
Ray Kassar To David Crane : "you're no more important to Atari than the factory workers assembling the cartridges"
ThunderJunk
Profile Joined December 2015
United States687 Posts
Last Edited: 2025-09-04 18:32:06
September 04 2025 18:03 GMT
#78
On September 04 2025 23:40 WombaT wrote:
Show nested quote +
On September 04 2025 07:43 ThunderJunk wrote:
Meanwhile, BAR sets the unit cap per player at a default of 2000 (which can be adjusted with custom settings), and retains performance.

My favorite thing about BAR is the "Flanking Damage" mechanic. If 2 units are attacking a unit from opposite sides, that unit takes twice as much damage from each attacker. In practice this radically increases the possibile outcomes of each engagement.

Does it work well in practice? Sounds a cool mechanic but I can see it being a bit wonky at the same time depending on the thresholds.

I could see it being a bit chaotic positionally, if you’re slightly off you’re not getting your flank damage, versus being slightly differently positioned by a few ‘pixels’ and it kicks in.

Do you feel they’ve addressed that kind of concern?


It's continuous. There's no cutoff or breakpoint values. The closer to 180º the attackers are, the closer to 100% extra damage they do. It's very smooth.

I'm not sure about is how flanking damage is applied from bombers. I would guess 150% because they're hitting from above, which is a 90º angle. I don't know whether flanking damage is increased by attackers attacking from elevation. Like, if there's a marginal damage increase if two attackers are attacking at 90º laterally, and also one of them is on a hill, so it ends up being like 100º. I suspect that is indeed how it works, though!

In practice, it feels like every battle is microable, and you're always trying to find ways to get damage from multiple sources from multiple angles. For example, you could have a small cloud of ticks surround a big strong enemy unit, and also have an actual damage dealer attacking it - then that unit will go down way quicker because the ticks activate the flanking damage from all sides, so everything is multiplied by 2.

There's definitely ample chaos in BAR. The fact that you can't just count how many shots it takes to kill something makes it far less predictable, and forces a lot more emergent decision making.

Other cool things:
1) Units that die leave metal behind, which can be reclaimed or in some cases resurrected. The wreckage itself acts like destructible walls that block pathing both of units and attack projectiles. This too leads to emergent decision-making during fights.
2) Metal deposits aren't neatly concentrated in base locations. They're spread all over the map. So raiding and runbys are a defining feature of gameplay in just about every match.
3) Windspeed is variable and partially random, so macro build orders can't be the same every game. Windspeed values are map-dependent. Some maps have more wind, some have less. (If you want macro build orders to be the same every game, you can always play on maps that don't have wind.)
4) Navy and Hovercrafts.


It's a completely different system than Starcraft or any of the Starcraft clones. It's something very special.
I am free because I know that I alone am morally responsible for everything I do.
qwerty4w
Profile Joined January 2024
47 Posts
Last Edited: 2025-09-04 21:50:39
September 04 2025 20:48 GMT
#79
Tempest Rising is going to have 3v3 next week:
https://steamcommunity.com/app/1486920/eventcomments/603040419439183033

The original creator of the RTS engine Spring (Beyond All Reason uses a fork called Recoil) later joined Massive Entertainment and became one of the programmers of World in Conflict.

I think wind is a bit more interesting in Total Annihilation, as it does not only affect energy generation, but also projectile trajectory like in Team17's Worms series.
ThunderJunk
Profile Joined December 2015
United States687 Posts
September 05 2025 01:06 GMT
#80
On September 05 2025 05:48 qwerty4w wrote:
Tempest Rising is going to have 3v3 next week:
https://steamcommunity.com/app/1486920/eventcomments/603040419439183033

The original creator of the RTS engine Spring (Beyond All Reason uses a fork called Recoil) later joined Massive Entertainment and became one of the programmers of World in Conflict.

I think wind is a bit more interesting in Total Annihilation, as it does not only affect energy generation, but also projectile trajectory like in Team17's Worms series.


Hard disagree. That's a bad application of RNG imo
I am free because I know that I alone am morally responsible for everything I do.
Prev 1 2 3 4 5 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 11h 10m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nathanias 76
ForJumy 33
StarCraft: Brood War
Artosis 536
sSak 30
NaDa 29
Dota 2
monkeys_forever395
League of Legends
JimRising 584
Counter-Strike
Fnx 1617
fl0m1471
Stewie2K681
Super Smash Bros
PPMD151
Other Games
Grubby3623
shahzam467
Sick211
C9.Mang0210
Maynarde68
Organizations
Other Games
gamesdonequick2150
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 19 non-featured ]
StarCraft 2
• StrangeGG 52
• musti20045 41
• davetesta37
• Kozan
• LaughNgamezSOOP
• sooper7s
• AfreecaTV YouTube
• intothetv
• Migwel
• IndyKCrew
StarCraft: Brood War
• STPLYoutube
• ZZZeroYoutube
• iopq 0
• BSLYoutube
Dota 2
• masondota22541
• WagamamaTV602
Other Games
• imaqtpie1439
• Scarra333
• Shiphtur320
Upcoming Events
Afreeca Starleague
11h 10m
BeSt vs Alone
Queen vs Bisu
PiGosaur Monday
1d 1h
OSC
1d 17h
OSC
2 days
RSL Revival
2 days
Cure vs SHIN
Reynor vs Zoun
The PondCast
2 days
RSL Revival
3 days
Classic vs TriGGeR
ByuN vs Maru
Online Event
3 days
BSL Team Wars
3 days
Team Bonyth vs Team Dewalt
BSL Team Wars
3 days
[ Show More ]
RSL Revival
4 days
Maestros of the Game
4 days
ShoWTimE vs Classic
Clem vs herO
Serral vs Bunny
Reynor vs Zoun
Cosmonarchy
4 days
Bonyth vs Dewalt
[BSL 2025] Weekly
4 days
RSL Revival
5 days
Maestros of the Game
5 days
BSL Team Wars
5 days
Afreeca Starleague
6 days
Snow vs Sharp
Jaedong vs Mini
Liquipedia Results

Completed

Copa Latinoamericana 4
SEL Season 2 Championship
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21: BSL Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
Chzzk MurlocKing SC1 vs SC2 Cup #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1

Upcoming

2025 Chongqing Offline CUP
BSL Polish World Championship 2025
BSL Season 21
BSL 21 Team A
EC S1
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
MESA Nomadic Masters Fall
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.