• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 06:45
CEST 12:45
KST 19:45
  • 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
Classic wins Code S Season 2 (2025)10Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy4Code S RO8 Preview: herO, Zoun, Bunny, Classic7Code S RO8 Preview: Rogue, GuMiho, Solar, Maru3
Community News
Weekly Cups (June 9-15): herO doubles on GSL week1Firefly suspended by EWC, replaced by Lancer12Classic & herO RO8 Interviews: "I think it’s time to teach [Rogue] a lesson."2Rogue & GuMiho RO8 interviews: "Lifting that trophy would be a testament to all I’ve had to overcome over the years and how far I’ve come on this journey.8Code S RO8 Results + RO4 Bracket (2025 Season 2)14
StarCraft 2
General
The Memories We Share - Facing the Final(?) GSL Weekly Cups (June 9-15): herO doubles on GSL week The SCII GOAT: A statistical Evaluation Nexon wins bid to develop StarCraft IP content, distribute Overwatch mobile game Rogue EWC 2025 Hype Video!
Tourneys
RSL: Revival, a new crowdfunded tournament series $5,100+ SEL Season 2 Championship (SC: Evo) SOOPer7s Showmatches 2025 SOOP Starcraft Global #22 $3,500 WardiTV European League 2025
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers [G] Darkgrid Layout
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 478 Instant Karma Mutation # 477 Slow and Steady Mutation # 476 Charnel House Mutation # 475 Hard Target
Brood War
General
BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ ASL20 Preliminary Maps Recent recommended BW games FlaSh Witnesses SCV Pull Off the Impossible vs Shu
Tourneys
[BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET [BSL20] ProLeague Bracket Stage - WB Finals & LBR3 [Megathread] Daily Proleagues [BSL 2v2] ProLeague Season 3 - Friday 21:00 CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do. [G] How to get started on ladder as a new Z player
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile Beyond All Reason What do you want from future RTS games?
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 UK Politics Mega-thread Russo-Ukrainian War Thread Echoes of Revolution and Separation
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Korean Music Discussion [Manga] One Piece
Sports
TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024 2024 - 2025 Football Thread Formula 1 Discussion
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
A Better Routine For Progame…
TrAiDoS
StarCraft improvement
iopq
Heero Yuy & the Tax…
KrillinFromwales
I was completely wrong ab…
jameswatts
Need Your Help/Advice
Glider
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 29446 users

Tricks with pathfinding - Page 6

Forum Index > SC2 General
Post a Reply
Prev 1 4 5 6 7 8 9 Next All
DuneBug
Profile Joined April 2010
United States668 Posts
May 02 2011 19:18 GMT
#101
everything cool/unintended in sc2 usually ends up being patched. I expect blizzard to at least address the scrap station bug.
TIME TO SAY GOODNIGHT BRO!
Raysalis
Profile Joined July 2010
Malaysia1034 Posts
May 02 2011 19:30 GMT
#102
Wow, you sir are a genius for finding this.

I think checking for natural expansion and especially the scrap station thingy might be a bit broken for certain maps.

I think most of this can probably be 'fix' by making small changes to the maps though, since I am not a big fan of increasing the memory require to have the 'perfect' path finding system.
:)
hugman
Profile Joined June 2009
Sweden4644 Posts
May 02 2011 19:31 GMT
#103
On May 03 2011 03:59 Furycrab wrote:
ScrapStation thing... is the only legit problem, but it's a map specific thing... If it became a serious issues, I'd rather have one map modified (and it is possible) than throw a wrench in the whole pathfinding. At least not something where I would rush a quick fix.


You could do the same thing on Typhon, or on old Shakuras.
I don't think it's a problem though, it's equal for all players and you can try to deny LoS to your expansions if you're good.
artanis2
Profile Joined April 2010
United States732 Posts
May 02 2011 19:39 GMT
#104
On May 03 2011 04:30 Raysalis wrote:
Wow, you sir are a genius for finding this.

I think checking for natural expansion and especially the scrap station thingy might be a bit broken for certain maps.

I think most of this can probably be 'fix' by making small changes to the maps though, since I am not a big fan of increasing the memory require to have the 'perfect' path finding system.


There would be no performance penalty with the fix. The fact that you don't see their building as soon as it is built is fact enough that the vision information is available. The pathing just needs to utilize it.
AzurewinD
Profile Joined November 2010
United States569 Posts
Last Edited: 2011-05-02 19:46:50
May 02 2011 19:41 GMT
#105
On May 03 2011 01:51 artanis2 wrote:
It is not a hard problem.


Dynamic pathfinding that has to update itself in real time across hundreds of individual units, all being aware of each other's positions while attempting to find the most optimal way to any given location at any given time is indeed a hard problem. What sounds easy about this task?

Consider the necessary requirements that the pathfinding must be both intelligent and yet also be computationally efficient on a large scale. Now also consider that there can be as many as 8 players in a single game, all controlling up to 200 (not large numbers by computing standards, of course, but exponentially they can be) individual units, all having completely unique map awarenesses that shift on a second by second basis.

Thats a big task to tackle. Simply saying "Make it rely on a player's vision" may not be quite so simple a fix when you get down to the implementation.

In general, we have no way of knowing what their implementation is. Thus we can't assume anything is a "simple fix" and we certainly can't say that pathfinding is an easy task.
"...I want more people to be in that state more often, to see things not through the limited and rigid mind or the fearful ego, but through a heart that loves to express and create" - Xiaonan "Glider" Sun
artanis2
Profile Joined April 2010
United States732 Posts
May 02 2011 19:46 GMT
#106
On May 03 2011 04:41 AzurewinD wrote:
Show nested quote +
On May 03 2011 01:51 artanis2 wrote:
It is not a hard problem.


Dynamic pathfinding that has to update itself in real time across hundreds of individual units, all being aware of each other's positions while attempting to find the most optimal way to any given location at any given time is indeed a hard problem. What about this task sounds easy?

Consider the necessary requirements that the pathfinding must be both intelligent and yet also be computationally efficient on a large scale. Now also consider that there can be as many as 8 players in a single game, all controlling up to 200 individual units, all having completely unique map awarenesses that shift on a second by second basis.

Thats a big task to tackle. Simply saying "Make it rely on a player's vision" may not be quite so simple a fix when you get down to the implementation.

In general, we have no way of knowing what their implementation is. Thus we can't assume anything is a "simple fix" and we certainly can't say that pathfinding is an easy task.


Yes, and all of that problem has already been solved. Adjusting it to ignore certain buildings to within a range is an easy problem. For example:

[image loading]

Instead of generating the grey line, they generate the blue line. They do this by creating a path that ignores all buildings that cannot be seen initially, when the vision changes it is recalculated and tacked on to the current path. This can all be done when the unit is first told to move, or incrementally as the vision is adjusted for a unit's movements.

Just because you guys haven't solved this kind of problem before doesn't mean others haven't...
Raysalis
Profile Joined July 2010
Malaysia1034 Posts
May 02 2011 20:03 GMT
#107
On May 03 2011 04:46 artanis2 wrote:

Yes, and all of that problem has already been solved. Adjusting it to ignore certain buildings to within a range is an easy problem. For example:

[image loading]

Instead of generating the grey line, they generate the blue line. They do this by creating a path that ignores all buildings that cannot be seen initially, when the vision changes it is recalculated and tacked on to the current path. This can all be done when the unit is first told to move, or incrementally as the vision is adjusted for a unit's movements.

Just because you guys haven't solved this kind of problem before doesn't mean others haven't...


Well, from the video, it is quite clear that the pathing system is currently not tied to the player vision at all and the players vision is a completely different system.

While it sounds easy, trying to link 2 different system that is not link before is probably more complicated than what we initially perceive to be (from experience).

Not saying you are wrong, since there is a good chance that you are right and it is an easy fix ^^.

Obviously if they can do what you suggested, Blizzard should do it.
:)
ManaO
Profile Joined April 2011
Italy185 Posts
May 02 2011 20:03 GMT
#108
Woah, pretty cool indeed
No fear, Dr. Smith is here
TheOnlyOne
Profile Joined August 2010
Germany155 Posts
Last Edited: 2011-05-02 20:08:38
May 02 2011 20:08 GMT
#109
On May 03 2011 05:03 Raysalis wrote:
Show nested quote +
On May 03 2011 04:46 artanis2 wrote:

Yes, and all of that problem has already been solved. Adjusting it to ignore certain buildings to within a range is an easy problem. For example:

[image loading]

Instead of generating the grey line, they generate the blue line. They do this by creating a path that ignores all buildings that cannot be seen initially, when the vision changes it is recalculated and tacked on to the current path. This can all be done when the unit is first told to move, or incrementally as the vision is adjusted for a unit's movements.

Just because you guys haven't solved this kind of problem before doesn't mean others haven't...


Well, from the video, it is quite clear that the pathing system is currently not tied to the player vision at all and the players vision is a completely different system.

While it sounds easy, trying to link 2 different system that is not link before is probably more complicated than what we initially perceive to be (from experience).

Not saying you are wrong, since there is a good chance that you are right and it is an easy fix ^^.

Obviously if they can do what you suggested, Blizzard should do it.


His solution can even be done in the Map Editor ; and it works with a line of sight pathing.

So if Blizzard actual cares, they give us "exactly" his fix.


But as we know Blizzard, it will take approx 2 months to get a pseudo fix and another 3 months for a reasonable fix.

Just takes too much time ...
TedJustice
Profile Blog Joined June 2010
Canada1324 Posts
Last Edited: 2011-05-02 20:16:22
May 02 2011 20:15 GMT
#110
The problem with that "easy fix" is that when you have 200/200 worth of zerglings all having their paths calculated (or a potential 1600/1600 worth of zerglings in a 4v4), you don't want that path to constantly have to be recalculated based on vision. It would cause an insane amount of lag.

I'm not saying it's not possible, but it's not an "easy fix". It's something that would really need to be done carefully, and there'd be a lot of side effects to work out. I'm sure Blizzard was well aware of this problem when they made the pathfinding system.

But I do think it should be fixed. If not in a patch, then in Heart of the Swarm. For those people saying "they shouldn't patch out cool tricks like this", sure there are some awesome tricks that I wish they didn't patch out. I wish void ray fazing still existed. I wish the viking flower and the archon toilet still existed. These were all awesome tricks from a spectator perspective.

But this trick isn't very exciting. You can't even tell someone's doing it from a spectator's perspective unless you specifically watch their scout for it. I just don't think it's a nice enough trick that they should keep it in. It would just cause confusion more than anything else.
artanis2
Profile Joined April 2010
United States732 Posts
May 02 2011 20:24 GMT
#111
On May 03 2011 05:15 TedJustice wrote:
The problem with that "easy fix" is that when you have 200/200 worth of zerglings all having their paths calculated (or a potential 1600/1600 worth of zerglings in a 4v4), you don't want that path to constantly have to be recalculated based on vision. It would cause an insane amount of lag.


The path is only recalculated when a new building is uncovered. How many buildings are typically built during a game? Cheese ends with <10 buildings, a 45 minute game may have 50+ per player. Now how many times do you command a unit in a game? Thousands. Those 50 path recalculations aren't hurting performance...
sjschmidt93
Profile Joined April 2010
United States2518 Posts
May 02 2011 20:27 GMT
#112
I remember one of the glhf.tv guys doing this at the Day9 launch party.
My grandpa could've proxied better, and not only does he have arthritis, he's also dead. -Sean "Day[9]" Plott
Seldon
Profile Joined March 2011
90 Posts
Last Edited: 2011-05-02 20:46:41
May 02 2011 20:32 GMT
#113
On May 03 2011 05:15 TedJustice wrote:
The problem with that "easy fix" is that when you have 200/200 worth of zerglings all having their paths calculated (or a potential 1600/1600 worth of zerglings in a 4v4), you don't want that path to constantly have to be recalculated based on vision. It would cause an insane amount of lag.


To be fair, the path isn't calculated for every unit individually, the group of selected units is first divided into subgroups and then a path is calculated for every subgroup (and that's the reason we have magic boxing ). When a unit in a subgroup finds an obstacle this is solved with faster algorithms that do not involve global path-finding (line of sight, flocking, avoidance, local path-finding...).

Anyway, what I wanted to say is that the path is already being recalculated occasionally (due to depots being raised or burrowed or buildings being constructed/destroyed) so nothing new would have to be added in this sense. It's just that the frequency of these recalculations would increase cause now you have to take into account things coming inside and outside the fog. So it's slower but not exponentially slower as suggested. Every client would also need a little more RAM to keep every team's AI view.

To me the main difficulty is not technical as it is organizational. The software engineer in charge is not gonna be happy if they ask him to fix this, they are gonna have to do major changes to the simulation classes that will require extensive, maybe month-long, testing in Windows and Mac to avoid desynchronization. Also, they may have to do tricky stuff in order to keep compatibility with old replays and saved games, which will require more testing. For such a stable product it's a pain in the ass when you are asked to introduce a major change that may cause a ton of regressions. So if Blizzard doesn't fix this I'm pretty sure it will be mainly cause of the organizational challenge, SC2 is not very profitable compared to WoW and they may have some trouble justifying something major such as this. There's a reason most of the new features Blizzard are bringing us such as observing overlays are stuff that can be scripted or just added as a resource. i.e: non-engineering stuff that doesn't break anything.
kzn
Profile Blog Joined June 2007
United States1218 Posts
May 02 2011 21:23 GMT
#114
On May 03 2011 04:46 artanis2 wrote:
Show nested quote +
On May 03 2011 04:41 AzurewinD wrote:
On May 03 2011 01:51 artanis2 wrote:
It is not a hard problem.


Dynamic pathfinding that has to update itself in real time across hundreds of individual units, all being aware of each other's positions while attempting to find the most optimal way to any given location at any given time is indeed a hard problem. What about this task sounds easy?

Consider the necessary requirements that the pathfinding must be both intelligent and yet also be computationally efficient on a large scale. Now also consider that there can be as many as 8 players in a single game, all controlling up to 200 individual units, all having completely unique map awarenesses that shift on a second by second basis.

Thats a big task to tackle. Simply saying "Make it rely on a player's vision" may not be quite so simple a fix when you get down to the implementation.

In general, we have no way of knowing what their implementation is. Thus we can't assume anything is a "simple fix" and we certainly can't say that pathfinding is an easy task.


Yes, and all of that problem has already been solved. Adjusting it to ignore certain buildings to within a range is an easy problem. For example:

[image loading]

Instead of generating the grey line, they generate the blue line. They do this by creating a path that ignores all buildings that cannot be seen initially, when the vision changes it is recalculated and tacked on to the current path. This can all be done when the unit is first told to move, or incrementally as the vision is adjusted for a unit's movements.

Just because you guys haven't solved this kind of problem before doesn't mean others haven't...


Wouldn't this result in stupid pathfinding with regard to previously seen buildings that are in fog of war?
Like a G6
Swwww
Profile Blog Joined July 2010
Switzerland812 Posts
May 02 2011 21:31 GMT
#115
Woh, thats pretty sweet. Nice find!
"What is this TeamSupportGroup?" - mahnini.
corpuscle
Profile Blog Joined April 2011
United States1967 Posts
May 02 2011 21:31 GMT
#116
I hope they don't patch this so that we'll see some tournament game where someone blocks their expo path with another building to trick the opponent into thinking he expanded, and then punishes him with a one-base allin.
From the void I am born into wave and particle
Silent331
Profile Joined June 2010
United States356 Posts
May 02 2011 21:35 GMT
#117
this trick only tells you if there is a movement blocker in the path, if this starts getting used you are going to see a rax where the expansion would be. lets say a z uses this trick, he thinks expo and BAM 4 rax at his doorstep. The cannon rush example is the most powerful think i can think of.
They cant beat you, They only hope you beat yourself.
artanis2
Profile Joined April 2010
United States732 Posts
Last Edited: 2011-05-02 21:53:30
May 02 2011 21:42 GMT
#118
On May 03 2011 06:23 kzn wrote:
Show nested quote +
On May 03 2011 04:46 artanis2 wrote:
On May 03 2011 04:41 AzurewinD wrote:
On May 03 2011 01:51 artanis2 wrote:
It is not a hard problem.


Dynamic pathfinding that has to update itself in real time across hundreds of individual units, all being aware of each other's positions while attempting to find the most optimal way to any given location at any given time is indeed a hard problem. What about this task sounds easy?

Consider the necessary requirements that the pathfinding must be both intelligent and yet also be computationally efficient on a large scale. Now also consider that there can be as many as 8 players in a single game, all controlling up to 200 individual units, all having completely unique map awarenesses that shift on a second by second basis.

Thats a big task to tackle. Simply saying "Make it rely on a player's vision" may not be quite so simple a fix when you get down to the implementation.

In general, we have no way of knowing what their implementation is. Thus we can't assume anything is a "simple fix" and we certainly can't say that pathfinding is an easy task.


Yes, and all of that problem has already been solved. Adjusting it to ignore certain buildings to within a range is an easy problem. For example:

[image loading]

Instead of generating the grey line, they generate the blue line. They do this by creating a path that ignores all buildings that cannot be seen initially, when the vision changes it is recalculated and tacked on to the current path. This can all be done when the unit is first told to move, or incrementally as the vision is adjusted for a unit's movements.

Just because you guys haven't solved this kind of problem before doesn't mean others haven't...


Wouldn't this result in stupid pathfinding with regard to previously seen buildings that are in fog of war?


No. The pathfinding will path around any obstacle that you can see, so you would get the grey path every time in the future.

This includes buildings that you once saw but are no longer actually there, so if that main building had been destroyed or moved, you would path around it, until your unit saw that it was missing and then the path would be recalculated to move through the now empty space.

There are some interesting cases where if there are multiple paths to a location, your unit may end up taking the long way around because you previously saw a wall. That wall might be gone, but your units wont see that fact unless you specifically scout it. With the existing pathing your units magically know that the building is gone and will go up an unblocked ramp that your vision tells you is blocked. This is a bug.


One other quirk with the current pathfinding is when there is no path to a location the unit prefers to get as close as possible even if there is a wall in the way. So for example your scouting worker will sit below a base that is walled off hugging a wall nearest your path destination. I think the correct path should make the unit get as far as possible via the shortest blocked path. This way the unit would move up whichever ramp gets you closest and stop there, instead of by some wall in the middle of nowhere.
Steel
Profile Blog Joined April 2010
Japan2283 Posts
May 02 2011 21:48 GMT
#119
That's pretty cool but only usable on some maps where theres not like a tight corner...but i just tried it and knew this T's expo was up from across the map on metal
Try another route paperboy.
asdfjh
Profile Joined August 2010
Canada230 Posts
May 02 2011 22:00 GMT
#120
In your video you said that spam clicking actually will cause the selected units to move slower because the path has to be constantly recalculated. How much slower are we talking about? Because I haven't been able to notice the difference.
Prev 1 4 5 6 7 8 9 Next All
Please log in or register to reply.
Live Events Refresh
RSL Revival
10:00
Season 1: Group C
Solar vs ChamLIVE!
SHIN vs TBD
Harstem vs TBD
Tasteless668
ComeBackTV 552
IndyStarCraft 168
Rex72
LiquipediaDiscussion
The PondCast
10:00
Episode 51
CranKy Ducklings39
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Tasteless 668
Harstem 184
IndyStarCraft 168
Rex 72
StarCraft: Brood War
Rain 4654
Horang2 3037
Flash 1987
Jaedong 940
actioN 579
EffOrt 407
Soulkey 383
Stork 345
Killer 249
Last 121
[ Show more ]
Snow 112
JulyZerg 90
Rush 77
ToSsGirL 62
Yoon 59
Mong 50
Liquid`Ret 43
sSak 32
Free 32
sorry 21
NaDa 21
ajuk12(nOOB) 19
yabsab 17
Sharp 16
GoRush 16
zelot 10
Backho 10
ivOry 4
Barracks 1
Dota 2
XcaliburYe430
Fuzer 210
Counter-Strike
Stewie2K1183
shoxiejesuss936
x6flipin356
Heroes of the Storm
Khaldor189
Trikslyr36
Other Games
C9.Mang0441
crisheroes264
DeMusliM261
Hui .107
SortOf69
Lowko49
ArmadaUGS11
Organizations
StarCraft: Brood War
Kim Chul Min (afreeca) 1101
Other Games
gamesdonequick695
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• Berry_CruncH326
• LUISG 18
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• iopq 1
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• WagamamaTV527
League of Legends
• Jankos1171
• Stunt592
Upcoming Events
WardiTV Invitational
1h 15m
ByuN vs Reynor
Clem vs MaxPax
OSC
1h 45m
Replay Cast
13h 15m
RSL Revival
23h 15m
Reynor vs Scarlett
ShoWTimE vs Classic
uThermal 2v2 Circuit
1d 4h
SOOP
1d 22h
Cure vs Zoun
SC Evo League
2 days
Road to EWC
2 days
SOOP Global
2 days
Future vs MaNa
Harstem vs Cham
BSL: ProLeague
2 days
Sziky vs JDConan
Cross vs MadiNho
Hawk vs Bonyth
[ Show More ]
Circuito Brasileiro de…
2 days
Sparkling Tuna Cup
2 days
Road to EWC
3 days
BSL: ProLeague
3 days
UltrA vs TBD
Dewalt vs TBD
Replay Cast
4 days
Online Event
5 days
Replay Cast
6 days
The PondCast
6 days
Liquipedia Results

Completed

Acropolis #3 - GSC
2025 GSL S2
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
BSL Season 20
Acropolis #3
KCM Race Survival 2025 Season 2
NPSL S3
Rose Open S1
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025
YaLLa Compass Qatar 2025
PGL Bucharest 2025

Upcoming

CSLPRO Last Chance 2025
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
Esports World Cup 2025
HSC XXVII
Championship of Russia 2025
BLAST Open Fall 2025
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
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.