Wiring code diagram for automobile

MySummerCar

2015.04.17 03:45 CGM-Devo MySummerCar

Anything related to My Summer Car -drinking simulator by Royal John Love, AKA ToplessGun.
[link]


2010.07.16 20:52 mlambir Luthier

[link]


2013.08.10 16:46 KoA07 Ideas and experiments for electric guitars!

This is a place specifically for discussing modification of electric guitars (& bass guitars), including electronic components and wiring, pickups, hardware, software(?!), frets, etc.
[link]


2024.05.14 21:38 LFA93 Is The AI Made code perfect as it says?

I have project where I have ESP32 powered by 18650 Lithium Battery Charge Shield Board Type-A USB 3A5V 3V1A, DS18B20 300cm + DS18B20 module. I would need it to take temp measurement every 5 or 10 minutes depending how much power it consumes. Below is the code I have made for it with help of AI. ChatGPT says there is nothing to improve so I ask the masters of the reddit are they thinking the same? The time of the deepsleep etc. are not yet configured, but everything else is. Is this now low powered and everyt else way good as possible like the AI says?

include

include

include

include

include

// Pin and sensor configuration

define SENSOR_PIN 4

define DELAY_DURATION 10000

define MAX_HTTP_RETRIES 3

define MAX_RECONNECT_ATTEMPTS 5

define DEEP_SLEEP_DURATION 10 // Duration in seconds

define WIFI_TIMEOUT 30000 // Timeout in milliseconds

// WiFi credentials
const char* ssid = "Name";
const char* password = "Pass";
// Server URL
const char* serverURL = "https:// .com/temperature-endpoint.php";
// OneWire and temperature sensor setup
OneWire oneWire(SENSOR_PIN);
DallasTemperature sensors(&oneWire);
// HTTPClient instance
HTTPClient http;
void setup() {
#ifdef DEBUG
Serial.begin(115200);
#endif
sensors.begin();
connectToWiFi();
}
void loop() {
static unsigned long lastReadingTime = 0;
if (WiFi.status() != WL_CONNECTED) {
connectToWiFi();
}
if (millis() - lastReadingTime >= DELAY_DURATION) {
float temperature = readTemperature();
if (!isnan(temperature)) {
if (sendData(temperature)) {
logMessage("Data sent successfully");
} else {
logMessage("Failed to send data");
}
} else {
logMessage("Failed to read temperature");
}
lastReadingTime = millis();
enterDeepSleep();
}
}
void connectToWiFi() {
WiFi.mode(WIFI_STA);
WiFi.begin(ssid, password);
unsigned long startTime = millis();
int attempts = 0;
int backoffDelay = 500;
while (WiFi.status() != WL_CONNECTED && millis() - startTime < WIFI_TIMEOUT && attempts < MAX_RECONNECT_ATTEMPTS) {
delay(backoffDelay);
attempts++;
backoffDelay *= 2; // Exponential backoff
}
if (WiFi.status() == WL_CONNECTED) {
logMessage("Connected to WiFi");
} else {
logMessage("Failed to connect to WiFi");
WiFi.disconnect(true); // Ensure WiFi is turned off if connection fails
WiFi.mode(WIFI_OFF);
}
}
bool sendData(float temperature) {
bool success = false;
http.setTimeout(5000); // Set timeout for HTTP request
for (int i = 0; i < MAX_HTTP_RETRIES; ++i) {
http.begin(String(serverURL) + "?Temp=2");
http.addHeader("Content-Type", "application/x-www-form-urlencoded");
int httpResponseCode = http.POST("temperature=" + String(temperature));
if (httpResponseCode == HTTP_CODE_OK) {
success = true;
break;
} else {
handleHttpError(httpResponseCode);
}
delay(1000); // Delay before retrying
}
http.end();
return success;
}
void handleHttpError(int errorCode) {
switch (errorCode) {
case HTTP_CODE_BAD_REQUEST:
logMessage("HTTP Error: Bad Request");
break;
case HTTP_CODE_NOT_FOUND:
logMessage("HTTP Error: Not Found");
break;
case HTTP_CODE_SERVER_ERROR:
logMessage("HTTP Error: Server Error");
break;
case HTTP_CODE_TIMEOUT:
logMessage("HTTP Error: Timeout");
break;
default:
logMessage("HTTP Error: Other");
break;
}
}
float readTemperature() {
sensors.requestTemperatures();
return sensors.getTempCByIndex(0);
}
void enterDeepSleep() {
logMessage("Entering deep sleep mode...");
WiFi.disconnect(true); // Disconnect WiFi to save power
WiFi.mode(WIFI_OFF); // Turn off WiFi
esp_sleep_enable_timer_wakeup(DEEP_SLEEP_DURATION * 1000000ULL);
esp_err_t deep_sleep_result = esp_deep_sleep_start();
if (deep_sleep_result != ESP_OK) {
logMessage("Failed to enter deep sleep");
}
}

ifdef DEBUG

#define logMessage(msg) Serial.println(msg)

else

#define logMessage(msg)

endif

submitted by LFA93 to esp32 [link] [comments]


2024.05.14 21:23 Gambit-Accepted Wehr Battlegroup And DLC Ideas

Wehr Battlegroup And DLC Ideas
Continuing this series on Battlegroup ideas, today is Wehr. Here are my DAK Ideas. To reiterate, I wanted to make these ideas thematic, different from existing battlegroups, unique and mostly historically accurate. Here I use the units that are already in the game files and propose how they could be implemented in an interesting way. Relic seem to have developed several bunker types which they intend to use, so when designing my battlegroups, I did it in a way where these bunker types were used but didn’t make the battlegroup Italian Coastal 2.0, rather fed into a larger idea. I introduce and expand a number of mechanics I have discussed in my other threads:
https://preview.redd.it/5pxs8daqzf0d1.png?width=1281&format=png&auto=webp&s=62517c6b48c79fe9ea3cdf8a8794e81cb8fd7ecb
Central Idea: All in prevention, counter attack. Your opponent would have a hard time overwhelming you in one all in push. The left side of the tree consists of mostly callins and quick dispatch units for handling flanks quickly, the right side is more logistics themed with multiple reactionary abilities.
BMW R75: Not a lot to say here, similar to the DAK bike except with an MG 42. It could be made to have no reverse, like the Coh1 bike, that was a fun mechanic.
4-Man Pios: Again, self-explanatory.
Sd. Kfz. 251 Variants: This gives you access to other 251 variants, either by upgrading the 251 directly or by calling them in. I’ve chosen these 2 versions that I feel open up a lot more strategies, Mortar HT and Luft tier would be quite good, that tier lacks indirect. Pakwagen Panzer Gren tier would also be strong, as that tier lacks mobile AT. The ATHT would have the same AT performance as the Marder, but would have less HP and no lockdown ability.
Panzer III H: As a unit to add to Wehr’s roster, this makes a lot of sense on many levels. In terms of performance, this would be closer to the Crusader medium tank. In terms of the timing, it would arrive at the same time as the Stug and the Wirbel, but unlike both of those specialists, this would be a generalist for that timing.
Temporary Armour Assignment: This is exactly like the mechanic I described in my DAK designs. How it works is that this munitions only ability is used and a Stug, P4 pair arrive from off map. Neither unit requires fuel, manpower, upkeep or population. They benefit from all the upgrades that affect the normal version, ie vet and armoured skirts. You have direct control over them but after a set period of time, they will turn to AI control and leave. This makes them really good as a reactionary ability (your opponent is doing an all in) or as your own all-in, especially if you’re already maxed out on population. You’re especially incentivised to make risky plays with them as armour preservation is not so important. The number of use cases for this ability are so numerous that I won’t explain it anymore, it should be obvious how strong this is. I think to balance this out, it needs a heavy munitions cost and a long recharge timer.
AI Temporary Elephant Assignment: One of the questions I’ve been asking myself since Coh3 came out is how do you add heavy tanks to the game in such a way that it’s not frustrating to play against and doesn’t break it. Given that the game is set so much earlier in the war and a number of the factions don’t have ready access to tank destroyers like the SU-85 and the Jackson, you can’t simply throw in the Elephant and hope for the best. To be completely explicit, I don’t see how the US with their current roster are expected to deal with a Coh2 style heavy tank destroyer. However, in Halo Wars 2 Blitz game mode, how it works is that you can call in a Scarab and its an incredibly strong unit but after a certain period of time, it spontaneously explodes and the game returns to normal. Why wouldn’t something similar work for Coh3? The risk reward calculus of using it would be; can you get enough damage done in the period available to justify the expenditure? There are a few ways that this could be implemented, you could, for instance, give the player direct control over the Elephant but I’m in favour of doing this slightly differently. Like the Infantry Assault ability for the US Advanced Infantry Doc, I think this should be AI controlled, should be on attack move and should be targeted on a position. After the timer, the unit would drive off map. This way you get the power fantasy of using a heavy tank without the game breaking potential of a heavy tank camping for the entire game between 2 VPs and zoning out all tanks. The reason I prefer this method of implementation is 2 fold; the first is that counterplay is much simpler, you just avoid the area and wait for it to time out. The second is that it has that appeal of being somewhat like a mini campaign mission within the game, you have to defend the tank with your forces as it advances. Your opponent would be easily able to flank it if its on it’s own, but when you support it yourself its more potent. The one exception to this AI control that perhaps should be considered is allowing the player to control the tageting directly, You wouldn’t want the Elephant to shoot at some random infantry while your opponent moves double Archers into position. In terms of relative strength of the abilty, I think if it was implemented in this fashion, the Elephant ability wouldn’t be that strong. I feel direct control over a P4 and a Stug is much stronger than an AI controlled Elephant. To me this is the best way of getting heavy tanks into the game.
Logistics Field Officer: The right side of the tree very much has a logistics theme to it, starting with the officer. The Resource Priority ability works well with a variety of units, one could see this being handy in a situation where you want to increase the ROF of an MG, Mortar or Pak being extremely useful. Situations where you want to increase the ROF on a tank to help it win the engagement would also be strong. Speeding up the recharge on a Nebelwerfer would also be a common use. Source Replacements I could also see being a heavily used ability, either on the field or in base. Finally, given this battlegroup is munitions intensive, the Supervise Resource Extraction ability will allow you to increase your income like a cache does. You could even have some rush strat builds involving the officer, but unlike caches and trucks, the unit can be repurposed to do other things afterwards.
Panzerschreck Trailer: This is another type of trailer unit. I’ve talked about trailer units a few times in my other posts, but here is the rundown: My thinking with this is that its a brand new unit type, which loosely can be defined as a support weapon. How it works is that infantry squads can crew it, push it around, vehicles can tow it, etc. When in a position, it provides an aura which in this case recharges nearby snares faster. However, the unit shouldn't require pop cap and moreover, you can actually manually decrew it and it will still provide you the benefits. So for example, let's say it spawns in your base and you want to setup a strong point, you can crew it with a squad, wheel it over to a house near the frontline and then decrew it. Units within its vicinity would still be benefiting from the aura. When you want to move it, recrew it again, or tow it, to a new location. The beauty of this dynamic is that your opponents can steal these units from you like an ATG, so while they don't take up popcap and would be relatively cheap (say 100 to 150 manpower), you're still incentivised to protect them. You can also attack move them with AT guns etc, would be interesting to play around it. I think it would make for a fun dynamic, but would need to be coded from scratch. It also indirectly makes tow yet more useful. With this trailer specifically, it’s aura will recharge nearby snares faster, however squads can also collect a Panzerschrek from the trailer for a munitions cost. This Panzerschrek is timed, so after a duration the squad will drop it. This is going to really strong in situations where your opponent is doing an all in dive with light vehicles and/or tanks and you need to bolster your AT immediately to hold on. Picking up these Panzerschreks is not cheap, but it makes it much harder for your opponent to dive you and also allows you to go for low AT builds with this trailer as the backup. The way I see this until being used is wheeling it behind a hedge or building near your cutoff and running over to grab a Panzerschrek if its needed. Let’s say your opponent does a double M8 dive, your 2 Grens and a Panzergren pick up 3 schreks between them and your opponent is basically able to do nothing but wait for them to time out. This could buy you enough time to reach T4 or whatever else you were doing. It’s a tool that adds a lot of flexibility to your composition, but remember if you get forced off, your opponent can just steal it and then its your problem!
Weapon Stores: This gives your pios the ability to build Riegel mines but also Weapon Supply Bunkers. Now, the bunker has a straight forward aura that increases ROF of infantry and their grenade recharge times, but it also has another more expansive mechanic of temporary weapon upgrades. I’ve talked about this mechanic at great length in my Luftwaffe Field Division faction design, where the faction essentially revolves around that mechanic, but here I use a simplified version for a Wehr battlegroup. The TLDR is that infantry squads can pick up weapon packages from the bunker to either augment their current DPS or completely change the role of the squad for a short period. For instance, Jagers can pick up Beretta 38s to transform the squad from a mostly mid range unit, to a short range one. Grens can pick up G43s to improve their mid to long range performance and Pios can pick up an MG34. All the options are avialable to you. However, the upgrades are not timed, but depletable. This means that if the squad is not in combat, the upgrade duration doesn’t tick. You have to be in combat to expend the upgrade. The situations where something like this would come in useful are numerous, but to name a few; giving all your grens weapons at any point in the game, augmenting your jagers with MG34s, giving Stosstruppen Berettas so they become a close range powerhouse, or even double MGs. Relative to normal weapon upgrades, these upgrades are inefficient, but for rush strats they can be strong, as well as augmenting your units in the lategame with the extra munitions you have in the bank.
HE Shell Delivery: Improves the splash and anti infantry power of all your vehicles at the cost of penetration. This could be somewhat tricky to use, as your opponent will become aware of its activation immediately and will come in with their vehicles. But situations where your opponent has dug in with ATGs and AT infantry, this ability will be devastating.
https://preview.redd.it/n3ou7kaxzf0d1.png?width=1208&format=png&auto=webp&s=5bc267deaae4b64ba1bb97c294b92a5056835443
Central Idea: Team weapon play, heavy fire power and artillery. Good for just battering your opponents head on.
SD-2 Line Drop: This is similar to the equivalent ability in Coh1, however the big difference is that you can customise the area where the mines will fall. For instance, you could do a relatively small field on a VP for 50 munitions, or you could do a large line of mines to completely block off a flank with mines. This flexibility allows you to employ the ability in a number of situations and adds some nuance to its employment. It terms of how this would work in game, I feel click and drag would be sufficient, the munitions cost being visible on the cursor. In the context of this battlegroup, it can block off the flanks of your team weapons.
Pre-Sighted Terrain: This feeds into that team weapon focused gameplay, having extra range on your Paks and MGs in an area is going to be really strong. You could even use it with Mortars and Nebels for an extra long range barrage.
7.5cm Flak 264/3(i) AA/AT: The Flak 264/3 is an Italian medium AA piece that fits into what I will refer to as the ‘premium anti tank gun’ category. Similar to how the MG42 and DSKH were premium MGs, this ATG will be better than your standard ATG, at a higher price point. On the scale of ATGs, this will lie between the Pak 40 and the Flak 36 in terms of raw firepower. The damage should be exactly as the Pak 40, however it should also benefit from 10 more range and also the ability to shoot down air. The drawback however is that it should be relatively slow to move, like a Pak 40 in camoflage mode. For small adjustments, this should be fine, but to move it across the map, it would be easier with a tow vehicle. This means there are tradeoffs with this option relative to the Pak 40, the situations where the Flak 264/3 would be better is when you don’t want to invest in a wirbel but still want AA on demand when you need it (2 of these should take down planes pretty quickly), or situations where you’re camping 2 VPs and don’t expect to have to move around much, allowing you to utilise the greater range. Paks are going to be better when you need to move around a lot and expect your opponent to invest in indirect fire.
Flakvierling 38: This gun is exactly as on the Wirbelwind, except it’s a team weapon. Relative to the Flak 30, this would have the advantage of suppression and probably better anti infantry performance. Perhaps starting with the same stats as the DAK Flak halftrack and going from there would be a good place to start.
28cm K5(E) Barrage: Heavy railway barrage, not much to say here.
7.5 cm IG 37: This is essentially work like the LeIG for DAK, it’s a later version of the same concept. Wehr don’t have anything like the Heavy Mortar equivalent and this would be it. This would be handy if you wanted to go Luft tier or tier 4 without having to tech to get Nebels.
Springer Remote Controlled Bombs: Conceptually, this is identical to the Goliath remote controlled bombs, except these bombs are twice the size and are significantly more dangerous as a result. For me, one distinction that could be made would be dialling up their effectiveness against your opponent’s base structures. One thing I feel Coh lacks are tools for crippling your opponent’s tech. Kane’s wrath has a plethora of units and abilities for exactly this purpose and their employment is great to use and even more exciting to watch. So the Spinger should be able to knock out 75% of the health of a base tier structure. So conceivably, you could get a 251, drive it over to or into the base, deploy a Springer and blow it up next to T4, finish it off with Paks or Stugs. This will reinforce that whole dimension of the game, camping on 2 VPs will be much easier to punish.
Sd.Ah. 57 Munitions Trailer: Another style of trailer, as discussed above. Here it would be used directly with team weapons to increase their ROF. It can also be used with indirect, so Rocket artillery would recharge faster. I feel the situations where this would be useful are fairly obvious but one extra way of making it interesting would be if it had an AOE explosion on death. So your opponent would be incentivised to move in with vehicles and target it down. They could also just steal it for themselves.
Wurfrahmen 40 UE (f): Standard rocket artillery. One question I would expect a Wehraboo to ask is ‘why this and not the Panzerwerfer?’. The way I see it, this only has 4 rockets, so its damage per barrage is less. This leaves scope to make the barrage recharge time shorter, meaning you need to micro it more, but also, its less of a wipe machine or do nothing unit. You can also give it a lower price and require less population. Looking at the Walking Stuka in Coh2, that unit either killed everything or missed and was largely a waste of resources and popcap. If you can have the same unit, but with less alpha damage, at a cheaper price and popcap, it should be more consistent over the course of a match. It would also be easier to fit into your composition and would see greater use as a result. This essentially is why I picked this unit. That and because its new and different.
AI Double Wespe Temp. Assignment: Like the Elephant assignment above, this is where double Wespe artillery pieces come onto the field and are controlled by the AI. They attack move to the target, shelling your opponent’s units within range. This ability should be much easier to employ, as they barrage from long range, but also they should be easier to counter (you can just dive them). Since we’re not using new vehicle models, it should be cheaper to develop and its different from the existing off-maps.
https://preview.redd.it/ioj0msg40g0d1.png?width=1651&format=png&auto=webp&s=a0dad1a46e5e618833d25a2381033f0a0a9d10a6
Central Idea: Long range engagements.
MGZ34 MG42 Scopes Upgrade: Simple upgrade, improves range and sight of MGs once they upgrade themselves for munitions.
AI Double Sniper Temp. Assignment: This is most similar to the Wespe ability I just described, except with 2 snipers. What this ability would be strong aganst would be team weapon camp and entrenched infantry, as well as guarding VPs in the lategame. What this ability would be pretty bad against would be an opponent with several light vehicles and tanks which can drive up and elminate the snipers in 5 seconds. Its not like the AI will dodge. This ability is augmented by the numerous sight abilities and units in this battlegroup.
Panzerbeobachtungswagen III: This is most similar to the 254 artillery observer for DAK, except where the abilities are largely air based. The unit has an MG, so it can be used to attack troops early on, but its mostly used for the focus sight ability in conjunction with tank destroyers and team weapons. The SD-2 Ground Burst drop I see being more like the M83 Cluster Mine drop from Coh2. The Ju-88 P-4 Heavy AT Strafe, is actually a 50mm cannon, so different from the JU-87 we have now by having more alpha damage.
Fritz X Guided Bomb Strike: This is probably most similar to the Stuka Dive Bomb in Coh2, however, the big difference is that you can manually guide it to the target. The inspiration for this are the Predator missiles from MW2, however in Coh3, the easiest way of implementing this to my mind is that the player has to keep the cursor where they want the bomb to land. However, if they don’t want to do this, as it prevents other micro, you double click and it will go to where it was last targeted. So the situations where you’d want to perform this micro are quite niche, basically when nothing else is happening for 5 seconds. I think a sensible decision should be to cut off direct control from the player 2 seconds before it hits the target, so its still possible to dodge but harder.
Nashorn Tank Destroyer: Not much to say here, its basically the Archer.
Grenadier K98k Scopes Upgrade: Not a lot to say here, range and sight augmentation for grens.
Ranged Bunker Options: Here we use some of the bunkers Relic has already invented. The mortar bunker is simple enough, but the Observation bunker is a bit more interesting. This emplacement should have a long line of sight, but it should be restricted to a narrow arc which can be refaced. This encourages active micro of the emplacement. It would be strong in matches where this is placed behind team weapons and artillery for spotting targets but would not detect flanks. Somewhat reminds me of the child’s game ‘Spotlight’.
Fusiliers: These are another unit that Grens can be swapped out for. Unlike Jagers and Panzergrens, this unit is purely focused on long range DPS. You could use Gebirgsjager here instead, I use Fusiliers as one of my other designs uses Gebirgsjager.
Range Adjustment: This unit ability increases the squad’s accuracy after each model drop to a maximum of 30%, 5% per model. I could imagine in most situations, this would be a simple DPS boost, but there would be situations where fighting low health squads where this would be especially strong. The same kind of logic applies to the ATG and Tank Destroyer ability, where everytime they land a shot while the ability is active, it increases their accuracy and ROF.
Focused Gunnery: A global sight and range buff for vehicles, at the cost of speed. This blends well with the other abilities in the battlegroup.
https://preview.redd.it/i3wsbhz50g0d1.png?width=1520&format=png&auto=webp&s=84fee451b9cebfbd3b19a7800e36450932f17bbe
Central Idea: Area denial.
Grenadier & Pio Field Defences: Gives access to a number of build options. Panzer-Stabmine 43 AT Mines are a variation on normal mines, where the emphasis is placed on the heavy engine critical rather than the damage of the mine. So these mines would be relatively spammable, specialised against vehicles and would cause a heavy engine damage critical. The focus here is leaving your opponet’s vehicle stricken and being able to move in with your own vehicles to take it out. However, unlike say Riegel mines, it doesn’t do that much damage, so your opponent will have a much easier time of quickly repairing off the damage. It’s a variation on mines with its own drawbacks and strengths. However, the main structure you get access to is the Luftwaffe Relay Point. This emplacement can call in strafing runs within its vicinity, the AT strafe would be particularly strong if combined with the Stab mine as it would be far harder to dodge. The relay point though can also call in a variety of crate drops with different infantry buffs. Ammunition crates increase ROF, which is simple enough, but the Explosives Crate doubles the squads grenade ability the next time its used. For instance, Grens would throw 2 stick grenades for the price of 1 with a 0.5 second delay between each throw. Naturally, this is pretty strong and also munitions efficient, at the cost of extra micro. The mechanic could also be made to give squads that don’t normally have a grenade, a grenade. For example, it would be cool if Jagers/Pios got stick grenades after picking up one of these crates. I’m not sure what you would do with Stosstruppen, a bundle grenade assault? Sounds overpowered and incredibly fun. Double frangible sounds fine. Camouflage Crates give your squad moving camo for 60 seconds, so you could conceivably pick up this crate on the way to your opponent’s side of the map and use it to ambush or do all manner of things. One question that would need answering is whether or not is should be possible to stack these crate bonues, I could foresee camoed Panzergrenadiers with double bundle grenades being very very good. Perhaps the best way of soft nerfing this combination is to have a shared cooldown timer of 90 seconds on the crates, this should severely limit the number of times a player can get explosives and camo at the same time.
251/17 Halftrack: Exactly like Coh2.
Cannone Da 105/28 Howitzer Emplacement: A general howitzer emplacement, you could use the LeFH but this emplacement already exists.
Panzerturm IV: A mixed AT and anti infantry emplacement. This emplacement absolutely should take up pop cap but also have prioritise vehicles.
Bf109 WerferGranate 21 Rocket Strike: This would fire 4 rockets in unison, have fairly high alpha damage and flame dot damage. You would most use it against team weapons and infantry, especially in denying point caps, but potentially you could use it against vehicles, particularly if they hit a panzer stab mine, to cause them health damage and prevent them from being repaired.
Sd.kfz. 251/16 Flame Halftrack: Similar to the unit in Coh2, except you can also upgrade it with MGs. As a general comment, I feel this unit and flame weapons more generally should have bonus damage against base tech structures. Sneaking flame tanks into the base and burning down your opponent’s tech is so much fun in Kane’s wrath and I feel Coh3 would do well to capture some of that magic. So being able to burn down a tech structure in 30-45 seconds in would give this unit extra utility, currently it fees like the flame units lack flexibility relative to their autocannon equivalents.
Infantry Gestreckte Ladung: This ability is on infantry and it essentially is a grenade that sits between the Bundle Grenade and a Satchel charge on the spectrum. It would have the same damage as a bundle, but a longer fuse and shorter range. However, the charge would have bonus damage against emplacements, buildings and field defenses. The ideal use case would be against units behind sandbags and wire, as it would destroy them completely. Its much more likely to land than satchels, with its shorter fuse time, but is not as a good as bundle grenades which do the same damage with an even shorter fuse. So the bonus against field defences is the main advantage of the grenade. It goes without saying that this ability benefits from the Explosives crate from the other side of the tree.
Decima Squad Infiltration: This squad is most comparable to Stormtroopers in Coh2. You would largely use the squad to charge cutoffs and plant explosives on points, its going to be strong in VP wars. This squad has no camo out of the box but you can get that from the other side of the tree.
Communication Breakdown: This is activated in a circle zone and no off-maps can be used in it for the duration, nor do any global abilities like Designate Assault Position work there. There are many situations where something like this would be useful, for example, preventing someone from calling an off-map in during your assault, preventing an off-map being called in on a crucial VP in a close match. The main use I could see people using this is with their emplacements on the other side of the tree, preventing say bombing runs, etc.
In Deckung!: This abilly mixes well with a variety of the other abilities in the battlegroup. Getting cheaper grenades will allow you to spam them during the duration of the ability, if you combine that with the Explosives crates, it will be yet more efficient. 15 munitions Panzer Stab mines will be strong. The crucial thing with this ability is timing, as you need to use grenades and mines en masse to justify the initial munitions cost.
Other Unit DLC
As I discussed before, I think it would be a mistake for Relic not to include the substitute units feature. In terms of what units should be substitutable, this is what I feel makes sense:
https://preview.redd.it/dw9pq3w70g0d1.png?width=1121&format=png&auto=webp&s=e416e3e5bb9b982b1da5d5bd6177cd6f2ef87c71
Finally, as a general change, I feel we need to talk about the Pak 43. The Pak 43 is already in the game files and is presumably lined up for a battlegroup. I feel this unit should just be added to T4 so that stock Wehr has an answer to heavy tank spam (thinking about Matildas and Grants here). Wehr doesn’t have a great answer for dealing with heavy tanks, short of building 3 paks or several marders, neither of which are great from a faction design perspective. They come quite early, relatively, so improving their performance messes with the flow of the game and makes T4 less attractive, why bother going T4 if all the AT you need is in T2/T3? A Pak 43 in T4 has a pleasing symmetry between DAK, Brits and Wehr. If US got he M5 ATG (which they should), all factions would have this common tool. A number of players have been calling out for the Panther to be added to T4, I don’t think that’s the play here, as it would dominate so many other options. The situations where you would build a Pak 43 over a Panther are quite niche (look at Coh2), so having the more attractive unit in stock over the less attractive solution in a battlegroup, to me makes little sense. The Panther would also crowd out Flak 36 Emplacment play. However, the Pak 43 is easier to counter for your opponent, using indirect etc, while also giving you a reason to go for a battlegroup with Panther as the main attraction. Essentially what I’m getting at is that the Panther is too dominant of a unit to be in T4 and the Pak 43 should be there in its place.
https://preview.redd.it/jrapt7y80g0d1.png?width=452&format=png&auto=webp&s=8d4c8bae94945e100777c1b9d53278bfb3f7bfb2
submitted by Gambit-Accepted to CompanyOfHeroes [link] [comments]


2024.05.14 21:21 Substantial_Reveal22 2 gang box code violations (California)

New to the group, I’m just looking for a little info on the best place to learn about electrical code violations for my local area. I’ll admit I don’t know much about house wiring. I have a very minimal background with any kind of wiring. I worked in F-16s in the Airforce for 20 years, however, we had electricians that did all of the wire splicing. Which we appropriately called “spark chasers.” I recently replaced half a dozen switches in my newer 2017 built house, with Lutron Smart switches and some pico remotes in 3 way. I opened one of the 2 gang boxes and was immediately punched in the face with 5 sets of wires coming into a 2 gang. 2 sets of 14/3s on the outer tops, and 3 sets of 14/2s coming in, in the center. 2 14/2s were squeezed into the same hole. This leaves me with 5 neutrals and 3 lines from the 14/2s in bundles. For those who know how the Lutron switches go, this made me add another gaggle of wires into the box. Now the dual gang has 7 neutrals in a blue 454 and 5 black in a red nut. The 7 neutrals has been keeping me up at night. I’ve been keeping an eye on the box, as my Leviton switches made more heat than I was comfortable with. The Leviton switch would be 92+° in which the Lutron smart switches, don’t seem to get over 81°
So, my question is, what are some things I need to look out for. I ordered an 8 port wago for the 7 whites. I want to get those out of the blue nut. I know the wires need to come out 6” from the back of the box, or you need to add length, as in pigtails. I removed pigtails from both of the 14/3 sets, but all of the wire bundles appear to be longer than 6” without them.
submitted by Substantial_Reveal22 to AskElectricians [link] [comments]


2024.05.14 21:18 uuda44luke 2007/ 4.0/ Ford Ranger misfires cylinder 1,2&3 after warmup

.
Drives fine when cold. Slight reduction in power. Misfires only at idle. RPMS at idle drop to 3-400. Starts to smell like sulfur. When cold, no smell, idles at 5-600 rpm. All new plugs / wires / injectors/ MAF/ IAC Solenoid/ Fuel filter and bank 1 upstream O2 sensor. ( was reading stuck high- that code gone now. ) Only codes P300,301,302,303. Totally fine at any speed except idle. Looking for most likely culprit based on someone similar experience.🤞
submitted by uuda44luke to AskMechanics [link] [comments]


2024.05.14 21:15 GardenOrdinary4800 2014 Sienna Limited P0303

I have a 2014 Sienna Limited AWD. I just installed a 4pin wiring harness for hauling a trailer. After finishing the job and reconnecting the battery I went to start the van and it immediately stalled. I then started it again and it ran fine. One day later my wife was driving when suddenly TRAC OFF, CHECK ENGINE, and AWD lights all came on. Had her bring the van to a parts store to run the code and came back as P0303. Did I screw something up with installing the trailer wiring? Is the ECU just wiped and needs time to relearn? The van otherwise drives fine and shows no other signs of issues.
submitted by GardenOrdinary4800 to mechanic [link] [comments]


2024.05.14 21:14 uuda44luke 2007/ 4.0/ misfires cylinder 1,2&3 after warmup.

Drives fine when cold. Slight reduction in power. Misfires only at idle. RPMS at idle drop to 3-400. Starts to smell like sulfur. When cold, no smell, idles at 5-600 rpm. All new plugs / wires / injectors/ MAF/ IAC Solenoid/ Fuel filter and bank 1 upstream O2 sensor. ( was reading stuck high- that code gone now. ) Only codes P300,301,302,303. Totally fine at any speed except idle. Looking for most likely culprit based on someone similar experience.🤞
submitted by uuda44luke to FordRangerEngines [link] [comments]


2024.05.14 20:48 uuda44luke 2007/ 4.0/ misfires cylinder 1,2&3 after warmup.

Drives fine when cold. Slight reduction in power. Misfires only at idle. RPMS at idle drop to 3-400. Starts to smell like sulfur. When cold, no smell, idles at 5-600 rpm. All new plugs / wires / injectors/ MAF/ IAC Solenoid/ Fuel filter and bank 1 upstream O2 sensor. ( was reading stuck high- that code gone now. ) Only codes P300,301,302,303. Totally fine at any speed except idle. Looking for most likely culprit based on someone similar experience.🤞
submitted by uuda44luke to fordranger [link] [comments]


2024.05.14 20:11 SnooDucks718 Fully fdm printed Void Ergo S

Fully fdm printed Void Ergo S
Hello there, this my first build.
Why? I've been hunting and pecking my whole life. Never learned to touch type. My work (mostly 3d software) makes me contort my hands into a knot all day with key combos for shortcuts, I do not really write long emails or much text. That started to affect my messaging typing really bad. Lots of typos.
Now that I'm going thru a career change and incorporated more and more code into my 3d work, typing efficiency became a thing for me. That and a cycling mishap 5 years ago that made my ring finger considerably shorter (slide the gallery to see how inexistent my left ringfinger knucle really is) had me seaching for a more agressive stack for the pinky (the two fingers are affected).
I'm more interested in the experimental side of things instead of simple acts of consumerism that are not conductive to much learning and sharing. Github projects are pure gold! The awesome Void ergo s seemed right for this project. By the way, thank you so much for creating and sharing this project, you are very appeciated for that, u/sirbakealot. 4 years old and aged really well!
Since I didn't know if this was right for me, I decided to build it as an experiment. So all fdm printing, including keycaps. For that I went with CLP - very contoured and very ergo! Thank you u/Strange-lab5541
Tested and printed in a way that minimal post processing was needed - remove supports, clean brim contact line, clip excess material from the stem. It took a while to figure that process out (see pictures), but once I've got that, it was jus a matter of printing all 44 keycaps in a single plate. They came out really nice! Pla+ from esun gave 'em a really nice texture. .16mm layers, on .4mm nozzle! Only complaint I have is that the lower profiled caps (saddle and derivates) have too thin cross sections at some spots, making them single walled and "telegraphing" the undeside geometry to the top suface, but since it is the same for all saddle type of keycaps, it creates a nice effect and texture.
The ergo is handwired. I used some of known methods for that (nod to u/Joe_Scotto), but chose 14awg copper wire instead of 16, to give the whole kb more heft. I also used solder resist coated wire, that way I could use it for row/collumns and not worry about shorts, insulation or the shape of the bends. You just have to grab the bent and marked wire with some serrated tip pliers and turn to remove the insulation material at your marked locations. 14awg fits perfectly between the column pin and the fat center nub on akko purple lavender pro v3.
Now the hard part for me - learning to touch type, colemak dh and to figure macros and layers to suit my use. Started on colemak club a couple of days ago, already seeing some progress - from absolutelly ridiculous 8.5 wpm to 13ish wpm. Once I've memorized all alpha keys, I'll move to monkeytype to improve speed.
I hope this inspires someone to start a project like this, it is totally worth it! Probably going to change a whole lot of the way I interact with the computer and other people online!
submitted by SnooDucks718 to ErgoMechKeyboards [link] [comments]


2024.05.14 20:09 itsjackjohens Top 100 tools for Spatial Computing Builders: Entrepreneurs, Developers, Designers, Creators

Hey guys. I've created a list of the 100 best tools for spatial computing builders that I use. Each tool has been carefully curated, tested and validated.

🤵‍♂️ Best entrepreneurs spatial tools

Great White(board): Great White(board) is a simple, uncomplicated working tool. Take a note, sketch an idea, diagram a process, or think through the details of a complex idea.
Immersed: Immersed offers a virtual reality workspace where users can create multiple virtual monitors without additional hardware. This app excels in enabling focused solo work and efficient remote collaboration, allowing users to share screens and engage in virtual whiteboarding.
Fluid: Virtual workstation, wherever you are. Fluid turns your VR headset into a spatial computer that you can use for work, media streaming, gaming, and more.
Warp VR: Transform your training with immersive 360° scenarios, outperforming traditional e-learning and live actor simulations in engagement and retention.
Zoom for Vision Pro: Zoom’s Apple Vision Pro app banks on a future where virtual meetings will feel like real ones, already offering immersive meeting experiences from wherever you are.
PowerPoint for Vision Pro: You can use Microsoft PowerPoint on Vision Pro to create and update presentations. One unique feature is the “Immersive Environment” feature, which allows you to practice your presentation as if you were presenting it to an audience.
Arthur: Arthur enables your organization to meet, collaborate and manage work
Navi: Navi adds subtitles to your conversations! Perfect for business meetings abroad. Connect directly to other Navi-enabled devices around you, and what they say will be displayed directly on your Mac screen.
Lenslist: Amplify Your Marketing Using AR Filters.
SAP Analytics Cloud: SAP Analytics Cloud on Apple Vision Pro lets users arrange their most critical business workflows and apps in their physical space while using contextual 3D maps and graphics to gain new insights.
Mozilla Hubs: The go-to virtual platform for educators, teams, and organizations. Powered by Mozilla, we’ve designed our platform to make virtual collaboration and learning effortless.
Mindesk: Mindesk is a real-time CAD and VR software that allows designers to create and edit 3D models directly in virtual reality, providing a more intuitive and immersive design experience.

📟 Best spatial developers tools

Tilt Brush: Developed by Google, Tilt Brush is a VR painting application that allows artists and developers to create 3D artwork in virtual reality, making it a valuable tool for prototyping and visualization.
Gravity Sketch: Gravity Sketch is a 3D design tool that enables designers and developers to create immersive 3D models and environments in VR, facilitating collaboration and rapid prototyping.
Substance Painter: Substance Painter is a texturing tool that supports VR painting, allowing developers to create high-quality textures and materials directly in VR for use in their VR applications.
Unity: One of the most popular game engines, Unity offers robust support for VR development with its built-in VR support and extensive asset store.
Unreal Engine: Another powerful game engine, Unreal Engine provides advanced tools for creating high-quality VR experiences, including built-in VR support and Blueprint visual scripting.
Google VR SDK: Google VR SDK provides developers with the tools and APIs for building VR applications for Android devices, including Google Cardboard and Daydream.
VRTK: VRTK is a popular open-source toolkit for Unity that simplifies VR development by providing a collection of scripts and prefabs for common VR interactions and mechanics.
NVIDIA VRWorks: NVIDIA VRWorks provides developers with a suite of tools and APIs for optimizing VR performance on NVIDIA GPUs, including features like Multi-Res Shading and Lens Matched Shading.

🖼️ Best spatial designers tools

Spatial Icon: Download Free Spatial Icons for your Spatial Apps.
ShapesXR: ShapesXR helps you design spatial experience together.
JigSpace: JigSpace helps you create spatial presentations, combining 3D content, audio, video and text in an interactive, step-by-step experience that energizes the communication of complex ideas, products or processes.
SwiftXR: A powerful 3D and immersive design tool that is easy to use
SketchAR: SketchAR is an AR drawing app that enables designers to sketch and visualize their ideas in augmented reality, allowing for immersive and interactive design processes.
Adobe Aero: Adobe Aero is an AR authoring tool that allows designers to create interactive AR experiences using 2D and 3D assets from Adobe Creative Cloud applications like Photoshop and Illustrator.
Blender: Blender is a free and open-source 3D modeling and animation software that supports AR and VR content creation, making it a valuable tool for designers to create 3D assets for their projects.
Reality Composer: Easily prototype and produce AR experiences directly in AR with no prior 3D experience.
Reality Composer: Reality Composer is an AR authoring tool developed by Apple for creating interactive AR experiences without writing any code, making it accessible to designers and artists.
Reality Converter beta: The Reality Converter app makes it easy to convert, view, and customize USDZ 3D objects on Mac. Simply drag-and-drop common 3D file formats, such as .obj, .gltf and .usd, to view the converted USDZ result, customize material properties with your own textures, and edit file metadata.
Adobe Lightroom: Lightroom for Vision Pro lets you edit photos on a truly big screen. It’s been redesigned for the VisionOS, so it’s easier to navigate with hand gestures than the desktop version, which has many more features.

👩‍🎤 Best content creators spatial tools

QuestCam: A system for third person recording that imposes minimal performance constraints and unlocks maximum creativity. QuestCam.
Liv: LIV is your complete toolset for VTubing, Mixed Reality Capture and VR native utilities like in-headset stream chat, alerts and notifications!
XCode + Reality Composer: Record 4K video in Apple Vision Pro using the Reality Composer kit on Xcode. Click here for the full tutorial.
The list is gradually being added to, and all 100 tools will be present by June 2024 (progressive updating).

🤵‍♂️ Best entrepreneurs spatial tools

Great White(board): Great White(board) is a simple, uncomplicated working tool. Take a note, sketch an idea, diagram a process, or think through the details of a complex idea.
Immersed: Immersed offers a virtual reality workspace where users can create multiple virtual monitors without additional hardware. This app excels in enabling focused solo work and efficient remote collaboration, allowing users to share screens and engage in virtual whiteboarding.
Fluid: Virtual workstation, wherever you are. Fluid turns your VR headset into a spatial computer that you can use for work, media streaming, gaming, and more.
Warp VR: Transform your training with immersive 360° scenarios, outperforming traditional e-learning and live actor simulations in engagement and retention.
Zoom for Vision Pro: Zoom’s Apple Vision Pro app banks on a future where virtual meetings will feel like real ones, already offering immersive meeting experiences from wherever you are.
PowerPoint for Vision Pro: You can use Microsoft PowerPoint on Vision Pro to create and update presentations. One unique feature is the “Immersive Environment” feature, which allows you to practice your presentation as if you were presenting it to an audience.
Arthur: Arthur enables your organization to meet, collaborate and manage work
Navi: Navi adds subtitles to your conversations! Perfect for business meetings abroad. Connect directly to other Navi-enabled devices around you, and what they say will be displayed directly on your Mac screen.
Lenslist: Amplify Your Marketing Using AR Filters.
SAP Analytics Cloud: SAP Analytics Cloud on Apple Vision Pro lets users arrange their most critical business workflows and apps in their physical space while using contextual 3D maps and graphics to gain new insights.
Mozilla Hubs: The go-to virtual platform for educators, teams, and organizations. Powered by Mozilla, we’ve designed our platform to make virtual collaboration and learning effortless.
Mindesk: Mindesk is a real-time CAD and VR software that allows designers to create and edit 3D models directly in virtual reality, providing a more intuitive and immersive design experience.

📟 Best spatial developers tools

Tilt Brush: Developed by Google, Tilt Brush is a VR painting application that allows artists and developers to create 3D artwork in virtual reality, making it a valuable tool for prototyping and visualization.
Gravity Sketch: Gravity Sketch is a 3D design tool that enables designers and developers to create immersive 3D models and environments in VR, facilitating collaboration and rapid prototyping.
Substance Painter: Substance Painter is a texturing tool that supports VR painting, allowing developers to create high-quality textures and materials directly in VR for use in their VR applications.
Unity: One of the most popular game engines, Unity offers robust support for VR development with its built-in VR support and extensive asset store.
Unreal Engine: Another powerful game engine, Unreal Engine provides advanced tools for creating high-quality VR experiences, including built-in VR support and Blueprint visual scripting.
Google VR SDK: Google VR SDK provides developers with the tools and APIs for building VR applications for Android devices, including Google Cardboard and Daydream.
VRTK: VRTK is a popular open-source toolkit for Unity that simplifies VR development by providing a collection of scripts and prefabs for common VR interactions and mechanics.
NVIDIA VRWorks: NVIDIA VRWorks provides developers with a suite of tools and APIs for optimizing VR performance on NVIDIA GPUs, including features like Multi-Res Shading and Lens Matched Shading.

🖼️ Best spatial designers tools

Spatial Icon: Download Free Spatial Icons for your Spatial Apps.
ShapesXR: ShapesXR helps you design spatial experience together.
JigSpace: JigSpace helps you create spatial presentations, combining 3D content, audio, video and text in an interactive, step-by-step experience that energizes the communication of complex ideas, products or processes.
SwiftXR: A powerful 3D and immersive design tool that is easy to use
SketchAR: SketchAR is an AR drawing app that enables designers to sketch and visualize their ideas in augmented reality, allowing for immersive and interactive design processes.
Adobe Aero: Adobe Aero is an AR authoring tool that allows designers to create interactive AR experiences using 2D and 3D assets from Adobe Creative Cloud applications like Photoshop and Illustrator.
Blender: Blender is a free and open-source 3D modeling and animation software that supports AR and VR content creation, making it a valuable tool for designers to create 3D assets for their projects.
Reality Composer: Easily prototype and produce AR experiences directly in AR with no prior 3D experience.
Reality Composer: Reality Composer is an AR authoring tool developed by Apple for creating interactive AR experiences without writing any code, making it accessible to designers and artists.
Reality Converter beta: The Reality Converter app makes it easy to convert, view, and customize USDZ 3D objects on Mac. Simply drag-and-drop common 3D file formats, such as .obj, .gltf and .usd, to view the converted USDZ result, customize material properties with your own textures, and edit file metadata.
Adobe Lightroom: Lightroom for Vision Pro lets you edit photos on a truly big screen. It’s been redesigned for the VisionOS, so it’s easier to navigate with hand gestures than the desktop version, which has many more features.

👩‍🎤 Best content creators spatial tools

QuestCam: A system for third person recording that imposes minimal performance constraints and unlocks maximum creativity. QuestCam.
Liv: LIV is your complete toolset for VTubing, Mixed Reality Capture and VR native utilities like in-headset stream chat, alerts and notifications!
XCode + Reality Composer: Record 4K video in Apple Vision Pro using the Reality Composer kit on Xcode. Click here for the full tutorial.
The list is gradually being added to, and all 100 tools will be present by June 2024 (progressive updating).
submitted by itsjackjohens to AppleVisionPro [link] [comments]


2024.05.14 20:07 itsjackjohens 100 best tools for spatial computing builders (Entrepreneurs, Developers, Designers, Creators)

Hey guys. I've created a list of the 100 best tools for spatial computing builders that I use. Each tool has been carefully curated, tested and validated.

🤵‍♂️ Best entrepreneurs spatial tools

Great White(board): Great White(board) is a simple, uncomplicated working tool. Take a note, sketch an idea, diagram a process, or think through the details of a complex idea.
Immersed: Immersed offers a virtual reality workspace where users can create multiple virtual monitors without additional hardware. This app excels in enabling focused solo work and efficient remote collaboration, allowing users to share screens and engage in virtual whiteboarding.
Fluid: Virtual workstation, wherever you are. Fluid turns your VR headset into a spatial computer that you can use for work, media streaming, gaming, and more.
Warp VR: Transform your training with immersive 360° scenarios, outperforming traditional e-learning and live actor simulations in engagement and retention.
Zoom for Vision Pro: Zoom’s Apple Vision Pro app banks on a future where virtual meetings will feel like real ones, already offering immersive meeting experiences from wherever you are.
PowerPoint for Vision Pro: You can use Microsoft PowerPoint on Vision Pro to create and update presentations. One unique feature is the “Immersive Environment” feature, which allows you to practice your presentation as if you were presenting it to an audience.
Arthur: Arthur enables your organization to meet, collaborate and manage work
Navi: Navi adds subtitles to your conversations! Perfect for business meetings abroad. Connect directly to other Navi-enabled devices around you, and what they say will be displayed directly on your Mac screen.
Lenslist: Amplify Your Marketing Using AR Filters.
SAP Analytics Cloud: SAP Analytics Cloud on Apple Vision Pro lets users arrange their most critical business workflows and apps in their physical space while using contextual 3D maps and graphics to gain new insights.
Mozilla Hubs: The go-to virtual platform for educators, teams, and organizations. Powered by Mozilla, we’ve designed our platform to make virtual collaboration and learning effortless.
Mindesk: Mindesk is a real-time CAD and VR software that allows designers to create and edit 3D models directly in virtual reality, providing a more intuitive and immersive design experience.

📟 Best spatial developers tools

Tilt Brush: Developed by Google, Tilt Brush is a VR painting application that allows artists and developers to create 3D artwork in virtual reality, making it a valuable tool for prototyping and visualization.
Gravity Sketch: Gravity Sketch is a 3D design tool that enables designers and developers to create immersive 3D models and environments in VR, facilitating collaboration and rapid prototyping.
Substance Painter: Substance Painter is a texturing tool that supports VR painting, allowing developers to create high-quality textures and materials directly in VR for use in their VR applications.
Unity: One of the most popular game engines, Unity offers robust support for VR development with its built-in VR support and extensive asset store.
Unreal Engine: Another powerful game engine, Unreal Engine provides advanced tools for creating high-quality VR experiences, including built-in VR support and Blueprint visual scripting.
Google VR SDK: Google VR SDK provides developers with the tools and APIs for building VR applications for Android devices, including Google Cardboard and Daydream.
VRTK: VRTK is a popular open-source toolkit for Unity that simplifies VR development by providing a collection of scripts and prefabs for common VR interactions and mechanics.
NVIDIA VRWorks: NVIDIA VRWorks provides developers with a suite of tools and APIs for optimizing VR performance on NVIDIA GPUs, including features like Multi-Res Shading and Lens Matched Shading.

🖼️ Best spatial designers tools

Spatial Icon: Download Free Spatial Icons for your Spatial Apps.
ShapesXR: ShapesXR helps you design spatial experience together.
JigSpace: JigSpace helps you create spatial presentations, combining 3D content, audio, video and text in an interactive, step-by-step experience that energizes the communication of complex ideas, products or processes.
SwiftXR: A powerful 3D and immersive design tool that is easy to use
SketchAR: SketchAR is an AR drawing app that enables designers to sketch and visualize their ideas in augmented reality, allowing for immersive and interactive design processes.
Adobe Aero: Adobe Aero is an AR authoring tool that allows designers to create interactive AR experiences using 2D and 3D assets from Adobe Creative Cloud applications like Photoshop and Illustrator.
Blender: Blender is a free and open-source 3D modeling and animation software that supports AR and VR content creation, making it a valuable tool for designers to create 3D assets for their projects.
Reality Composer: Easily prototype and produce AR experiences directly in AR with no prior 3D experience.
Reality Composer: Reality Composer is an AR authoring tool developed by Apple for creating interactive AR experiences without writing any code, making it accessible to designers and artists.
Reality Converter beta: The Reality Converter app makes it easy to convert, view, and customize USDZ 3D objects on Mac. Simply drag-and-drop common 3D file formats, such as .obj, .gltf and .usd, to view the converted USDZ result, customize material properties with your own textures, and edit file metadata.
Adobe Lightroom: Lightroom for Vision Pro lets you edit photos on a truly big screen. It’s been redesigned for the VisionOS, so it’s easier to navigate with hand gestures than the desktop version, which has many more features.

👩‍🎤 Best content creators spatial tools

QuestCam: A system for third person recording that imposes minimal performance constraints and unlocks maximum creativity. QuestCam.
Liv: LIV is your complete toolset for VTubing, Mixed Reality Capture and VR native utilities like in-headset stream chat, alerts and notifications!
XCode + Reality Composer: Record 4K video in Apple Vision Pro using the Reality Composer kit on Xcode. Click here for the full tutorial.
The list is gradually being added to, and all 100 tools will be present by June 2024 (progressive updating).

🤵‍♂️ Best entrepreneurs spatial tools

Great White(board): Great White(board) is a simple, uncomplicated working tool. Take a note, sketch an idea, diagram a process, or think through the details of a complex idea.
Immersed: Immersed offers a virtual reality workspace where users can create multiple virtual monitors without additional hardware. This app excels in enabling focused solo work and efficient remote collaboration, allowing users to share screens and engage in virtual whiteboarding.
Fluid: Virtual workstation, wherever you are. Fluid turns your VR headset into a spatial computer that you can use for work, media streaming, gaming, and more.
Warp VR: Transform your training with immersive 360° scenarios, outperforming traditional e-learning and live actor simulations in engagement and retention.
Zoom for Vision Pro: Zoom’s Apple Vision Pro app banks on a future where virtual meetings will feel like real ones, already offering immersive meeting experiences from wherever you are.
PowerPoint for Vision Pro: You can use Microsoft PowerPoint on Vision Pro to create and update presentations. One unique feature is the “Immersive Environment” feature, which allows you to practice your presentation as if you were presenting it to an audience.
Arthur: Arthur enables your organization to meet, collaborate and manage work
Navi: Navi adds subtitles to your conversations! Perfect for business meetings abroad. Connect directly to other Navi-enabled devices around you, and what they say will be displayed directly on your Mac screen.
Lenslist: Amplify Your Marketing Using AR Filters.
SAP Analytics Cloud: SAP Analytics Cloud on Apple Vision Pro lets users arrange their most critical business workflows and apps in their physical space while using contextual 3D maps and graphics to gain new insights.
Mozilla Hubs: The go-to virtual platform for educators, teams, and organizations. Powered by Mozilla, we’ve designed our platform to make virtual collaboration and learning effortless.
Mindesk: Mindesk is a real-time CAD and VR software that allows designers to create and edit 3D models directly in virtual reality, providing a more intuitive and immersive design experience.

📟 Best spatial developers tools

Tilt Brush: Developed by Google, Tilt Brush is a VR painting application that allows artists and developers to create 3D artwork in virtual reality, making it a valuable tool for prototyping and visualization.
Gravity Sketch: Gravity Sketch is a 3D design tool that enables designers and developers to create immersive 3D models and environments in VR, facilitating collaboration and rapid prototyping.
Substance Painter: Substance Painter is a texturing tool that supports VR painting, allowing developers to create high-quality textures and materials directly in VR for use in their VR applications.
Unity: One of the most popular game engines, Unity offers robust support for VR development with its built-in VR support and extensive asset store.
Unreal Engine: Another powerful game engine, Unreal Engine provides advanced tools for creating high-quality VR experiences, including built-in VR support and Blueprint visual scripting.
Google VR SDK: Google VR SDK provides developers with the tools and APIs for building VR applications for Android devices, including Google Cardboard and Daydream.
VRTK: VRTK is a popular open-source toolkit for Unity that simplifies VR development by providing a collection of scripts and prefabs for common VR interactions and mechanics.
NVIDIA VRWorks: NVIDIA VRWorks provides developers with a suite of tools and APIs for optimizing VR performance on NVIDIA GPUs, including features like Multi-Res Shading and Lens Matched Shading.

🖼️ Best spatial designers tools

Spatial Icon: Download Free Spatial Icons for your Spatial Apps.
ShapesXR: ShapesXR helps you design spatial experience together.
JigSpace: JigSpace helps you create spatial presentations, combining 3D content, audio, video and text in an interactive, step-by-step experience that energizes the communication of complex ideas, products or processes.
SwiftXR: A powerful 3D and immersive design tool that is easy to use
SketchAR: SketchAR is an AR drawing app that enables designers to sketch and visualize their ideas in augmented reality, allowing for immersive and interactive design processes.
Adobe Aero: Adobe Aero is an AR authoring tool that allows designers to create interactive AR experiences using 2D and 3D assets from Adobe Creative Cloud applications like Photoshop and Illustrator.
Blender: Blender is a free and open-source 3D modeling and animation software that supports AR and VR content creation, making it a valuable tool for designers to create 3D assets for their projects.
Reality Composer: Easily prototype and produce AR experiences directly in AR with no prior 3D experience.
Reality Composer: Reality Composer is an AR authoring tool developed by Apple for creating interactive AR experiences without writing any code, making it accessible to designers and artists.
Reality Converter beta: The Reality Converter app makes it easy to convert, view, and customize USDZ 3D objects on Mac. Simply drag-and-drop common 3D file formats, such as .obj, .gltf and .usd, to view the converted USDZ result, customize material properties with your own textures, and edit file metadata.
Adobe Lightroom: Lightroom for Vision Pro lets you edit photos on a truly big screen. It’s been redesigned for the VisionOS, so it’s easier to navigate with hand gestures than the desktop version, which has many more features.

👩‍🎤 Best content creators spatial tools

QuestCam: A system for third person recording that imposes minimal performance constraints and unlocks maximum creativity. QuestCam.
Liv: LIV is your complete toolset for VTubing, Mixed Reality Capture and VR native utilities like in-headset stream chat, alerts and notifications!
XCode + Reality Composer: Record 4K video in Apple Vision Pro using the Reality Composer kit on Xcode. Click here for the full tutorial.
The list is gradually being added to, and all 100 tools will be present by June 2024 (progressive updating).
submitted by itsjackjohens to VisionPro [link] [comments]


2024.05.14 19:55 raymate Why is it so difficult to send money to someone without internet banking in Canada.

So I moved to Canada number of years ago.
I need to send someone some money (a pensioner) that lives in Canada and they don’t use internet banking and as such don’t have Interac e-Transfer is not an option.
I have the persons account number, sort code and branch code.
My bank said they can’t just use that and I need to do a wire transfer and this has a $50 fee
I’m only need to send $15 to the guy
Is every bank like that in Canada in that they will only use Interac? For person to person transfer.
My home country you just setup anyone you want to pay with account and sort code. Job done
Why is it so difficult to achieve in Canada or am I missing something.
submitted by raymate to CanadaFinance [link] [comments]


2024.05.14 19:31 apex_tiger_ttv we're about to live in a four winds 36Z. struggling to find wiring diagrams for this rig

I want to have wiring diagrams on hand incase I have any electrical issues I need to trouble shoot but I can't seem to find any. looking for resources! any help would be greatly appreciated.
submitted by apex_tiger_ttv to RVLiving [link] [comments]


2024.05.14 19:24 m1cha3l57a An Honest Review of the Michael Phelps Chilly Goat Cold Plunge by Master Spa

I’m writing this review in the hopes that someone else doesn’t get ripped off like I have
I purchased the Michael Phelps Chilly Goat Cold Plunge in December and took delivery early January.
Normally I only buy products with great reviews and from vendors with great reputations for customer service and product support.
For some reason I ignored all of this when making this purchase. I couldn’t (and still can’t) find a single review from someone whose actually purchased this product. However, I figured if Michael Phelps and Master Spa were going to put their names on it, then it MUST be a good product. Unfortunately that assumption was very wrong, and here’s my honest review.
Upon receipt of the cold plunge, I unwrapped it and got it placed in my garage. Atheistically, the tub is gorgeous. I was extremely happy with the way it looked.
However, once I started unwrapping the components such as the cover, thermostat, filter cover and the covers around the base of the unit, I got the immediate impression that it was all super cheap, bottom of the barrel components. Everything except the white tub itself is extremely flimsy, and cheap. Definitely not what I was expecting from a $9000 cold plunge.
Regardless, I got everything ready so we could get it running once I had the new 20 amp circuit installed. For some reason, in the setup manual it tells you to make sure to wire in a GFCI outlet (even though the plunge whip has a built in GFCI in it already). I had a feeling these two would trip each other out, but I followed the instructions in the manual.
It powered on fine and started working towards getting the water down to the 40 degrees. I then hooked it up to the App (which is a generic app that’s used by many companies selling generic pumps). I tried setting it up to automatically cycle off for most of the day, and cycle on a couple hours before I would be using it.
The next morning I went into the garage to see if it worked.
It didn’t.
The power was off due to the GFCI tripping (just as I thought it would). I reviewed the manual again and it explicitly states that I only use a GFCI, so I powered it back on and tried again. It eventually tripped again, so I contacted support.
This was my first contact with support and the rep “Paul” was helpful. He advised me to try removing the GFCI and replace with a regular outlet. So I did and it worked perfectly. No more tripping the breaker and shutting off.
So now I tried setting the schedule again, and to my delight the cold plunge was at 40 degrees the next morning.
However, what I realized was that it wasn't cycling on or off. It was just staying on the entire time, despite any scheduling I put into the app.
The only way to control the tub (by the way) is by removing the tub skirting and using a small rectangular circuit board that has 4 buttons. Up, down, mode and power. So there’s no way to schedule or do anything with the unit other than turn it off/on, turn the temp up or down, or switch to hot or cold mode. So it looks like scheduling (an advertised feature) wasn’t actually available.
Fast forward a couple months and the cold plunge is working great. It runs 24/7, but it keeps the water right at 40 degrees. I decided I’d like to try the hot side now, so I opened up the app, made sure the mode was on Auto and turned it up to its max.
Now their marketing and manual said that it would be able to get up to temp in a few hours. So I started a timer and watched it. I started it at 5:00 p.m and by 7:30 p.m it went from 40 to 46ish. Definitely not what I was expecting.
So I went to bed, expecting it to be at 104 when I woke up. Fast forward to 8:30 a.m and the tub is only at 73 degrees. At this point I knew for a fact that something was wrong with the unit. So I took a video and added it to my dropbox folder to show support.
I continued to wait and by 11:00 the unit reached 90 degrees. And then at 11:40, it stopped warming up and threw off the error code E20. So I snapped my pictures, added it to the drive and then went into the manual to see what to do about this code.
I then followed the instructions, and reset the machine. It started working again and was able to get to 100 degrees by 12:30 (target temp was 104). However, once it hit this, the machine errored again and threw out E21.
Back to the instruction manual I went, and it said to basically just reset it. So I did, but this time the error code wouldn’t go away. And then the temperature slowly started dropping as I couldn’t get rid of the error code.
Eventually I unplugged the unit and reached out to Paul again. This time he wasn’t as helpful. I sent him the link with all of the videos/photos, but we never really got anywhere until I started getting angry and pressing to return the unit.
At this point he sends me two maintenance companies in my area with their phone numbers (and presented it to me as if it was my responsibility to call them and I would be in charge of paying for it).
This was the last straw for me. I drained the tub and asked to be refunded and return the unit. I’ve been denied over and over, with them citing a 30 day return period. However, my stance on this is that the unit hasn’t worked correctly since the day I bought it. I’ve lost all confidence that this unit will stay in good working condition over a long period of time
Things stalled out from there, so I cooled off and decided to try to get the unit working again. I filled it back up and simply tried to turn it on. Now I’m getting hit with error code E03. I followed the troubleshooting in the manual and it didn’t work (of course).
And now I’m at the end of my wits with this piece of junk.
To anyone considering buying a Michael Phelps Gilly Goat by Master Spa, please heed my warning. Do not.
I may end up being the only actual customer review on the internet for this thing, so please listen to this advice and stay away.
All of the components on this thing are very cheap quality. I have the feeling a large % of our purchase price is going for the rights to use Michael Phelps name, not in getting a quality product.
This unit is in a climate controlled garage. Not exposed to any elements. Yet it took it 18~ hours to go from 40 degrees to 100 degrees (and potentially burned itself out by doing it). The motor doesn’t work at all ever since making that switch. I can’t imagine what it’d do if you actually placed it outside in the elements. There’s no way all of the lines wouldn’t immediately freeze and burst if you did so in the winter.
submitted by m1cha3l57a to BecomingTheIceman [link] [comments]


2024.05.14 19:21 m1cha3l57a An Honest Review of the Michael Phelps Chilly Goat Cold Plunge by Master Spa

I’m writing this review in the hopes that someone else doesn’t get ripped off like I have
I purchased the Michael Phelps Chilly Goat Cold Plunge in December and took delivery early January.
Normally I only buy products with great reviews and from vendors with great reputations for customer service and product support.
For some reason I ignored all of this when making this purchase. I couldn’t (and still can’t) find a single review from someone whose actually purchased this product. However, I figured if Michael Phelps and Master Spa were going to put their names on it, then it MUST be a good product. Unfortunately that assumption was very wrong, and here’s my honest review.
Upon receipt of the cold plunge, I unwrapped it and got it placed in my garage. Atheistically, the tub is gorgeous. I was extremely happy with the way it looked.
However, once I started unwrapping the components such as the cover, thermostat, filter cover and the covers around the base of the unit, I got the immediate impression that it was all super cheap, bottom of the barrel components. Everything except the white tub itself is extremely flimsy, and cheap. Definitely not what I was expecting from a $9000 cold plunge.
Regardless, I got everything ready so we could get it running once I had the new 20 amp circuit installed. For some reason, in the setup manual it tells you to make sure to wire in a GFCI outlet (even though the plunge whip has a built in GFCI in it already). I had a feeling these two would trip each other out, but I followed the instructions in the manual.
It powered on fine and started working towards getting the water down to the 40 degrees. I then hooked it up to the App (which is a generic app that’s used by many companies selling generic pumps). I tried setting it up to automatically cycle off for most of the day, and cycle on a couple hours before I would be using it.
The next morning I went into the garage to see if it worked.
It didn’t.
The power was off due to the GFCI tripping (just as I thought it would). I reviewed the manual again and it explicitly states that I only use a GFCI, so I powered it back on and tried again. It eventually tripped again, so I contacted support.
This was my first contact with support and the rep “Paul” was helpful. He advised me to try removing the GFCI and replace with a regular outlet. So I did and it worked perfectly. No more tripping the breaker and shutting off.
So now I tried setting the schedule again, and to my delight the cold plunge was at 40 degrees the next morning.
However, what I realized was that it wasn't cycling on or off. It was just staying on the entire time, despite any scheduling I put into the app.
The only way to control the tub (by the way) is by removing the tub skirting and using a small rectangular circuit board that has 4 buttons. Up, down, mode and power. So there’s no way to schedule or do anything with the unit other than turn it off/on, turn the temp up or down, or switch to hot or cold mode. So it looks like scheduling (an advertised feature) wasn’t actually available.
Fast forward a couple months and the cold plunge is working great. It runs 24/7, but it keeps the water right at 40 degrees. I decided I’d like to try the hot side now, so I opened up the app, made sure the mode was on Auto and turned it up to its max.
Now their marketing and manual said that it would be able to get up to temp in a few hours. So I started a timer and watched it. I started it at 5:00 p.m and by 7:30 p.m it went from 40 to 46ish. Definitely not what I was expecting.
So I went to bed, expecting it to be at 104 when I woke up. Fast forward to 8:30 a.m and the tub is only at 73 degrees. At this point I knew for a fact that something was wrong with the unit. So I took a video and added it to my dropbox folder to show support.
I continued to wait and by 11:00 the unit reached 90 degrees. And then at 11:40, it stopped warming up and threw off the error code E20. So I snapped my pictures, added it to the drive and then went into the manual to see what to do about this code.
I then followed the instructions, and reset the machine. It started working again and was able to get to 100 degrees by 12:30 (target temp was 104). However, once it hit this, the machine errored again and threw out E21.
Back to the instruction manual I went, and it said to basically just reset it. So I did, but this time the error code wouldn’t go away. And then the temperature slowly started dropping as I couldn’t get rid of the error code.
Eventually I unplugged the unit and reached out to Paul again. This time he wasn’t as helpful. I sent him the link with all of the videos/photos, but we never really got anywhere until I started getting angry and pressing to return the unit.
At this point he sends me two maintenance companies in my area with their phone numbers (and presented it to me as if it was my responsibility to call them and I would be in charge of paying for it).
This was the last straw for me. I drained the tub and asked to be refunded and return the unit. I’ve been denied over and over, with them citing a 30 day return period. However, my stance on this is that the unit hasn’t worked correctly since the day I bought it. I’ve lost all confidence that this unit will stay in good working condition over a long period of time
Things stalled out from there, so I cooled off and decided to try to get the unit working again. I filled it back up and simply tried to turn it on. Now I’m getting hit with error code E03. I followed the troubleshooting in the manual and it didn’t work (of course).
And now I’m at the end of my wits with this piece of junk.
To anyone considering buying a Michael Phelps Gilly Goat by Master Spa, please heed my warning. Do not.
I may end up being the only actual customer review on the internet for this thing, so please listen to this advice and stay away.
All of the components on this thing are very cheap quality. I have the feeling a large % of our purchase price is going for the rights to use Michael Phelps name, not in getting a quality product.
This unit is in a climate controlled garage. Not exposed to any elements. Yet it took it 18~ hours to go from 40 degrees to 100 degrees (and potentially burned itself out by doing it). The motor doesn’t work at all ever since making that switch. I can’t imagine what it’d do if you actually placed it outside in the elements. There’s no way all of the lines wouldn’t immediately freeze and burst if you did so in the winter.
submitted by m1cha3l57a to coldplunge [link] [comments]


2024.05.14 18:58 PhilsTriangle [NJ] [H] N64, Nintendo (NES), SNES (Earthbound), Gamecube, GBA, Nintendo DS/3Ds, Wii, Playstation, PS2, PS3, Sega Genesis, Xbox - Games, Accessories, Consoles [W] Venmo, PayPal

N64 Pictures: https://imgur.com/a/n64-games-n64-console-sCri6E3
Let me know if you need pictures of any of the items listed below. Shipping is $5 flat for anything under one pound. I've got 400+ transactions on this board and accept payment via PayPal (F&F) or Venmo (F&F) only.
Consoles
GBA Indigo - $80 shipped
GBA SP (Silver CIB) - $120 shipped
Nintendo 2DS w/ charger - $85 shipped
Nintendo 3DS XL Pokemon X & Y Edition Console - $225 shipped
Nintendo 64 Console w/ hookups + OEM Controller - $90 shipped
Nintendo Wii Console (gamecube compatible) w/ hookups + Wii remote & numb chuck - $75 shipped
PS2 w/ hookups, OEM controller, OEM memory card - $100 shipped
Retron 5 Hyperkin (GBA/GBC/SNES/NES/Genesis) unused CIB - $120 shipped
Super Nintendo w/ hookups & OEM controller - $95 shipped
Xbox OG Console w/ hookups & OEM controller + Project Gotham Racing (CIB) - $100 Shipped
Controllers/Accessories
Gameboy OEM Clam Shells (lot of 32) - $75 shipped
Gamecube OEM Controller (Indigo) - $30 shipped
Gamecube OEM Wavebird Controller w/ receiver- $95 shipped
NES OEM 10-Cart Storage Case (3x avail) - $20 + shipping each
N64 OEM Expansion Pak - $50 shipped
N64 OEM Green Controller - $30 shipped
N64 Memory Card - $14 shipped
PS2 Logitech Wireless Controller (w/ dongle) - $35 shipped
PS2 OEM Memory Card- $14 shipped
Sega GameGear Super Wide Gear - $20 shipped
Wii U Wireless Controller (WUP-005) & charging cable - $35 shipped (2x avail)
N64 Games
007 GoldenEye - $25
007 World is Not Enough - $14
Army Men Sarge's Heroes - $15
Automobil Lamborghini - $8
Backstage Assault - $12
Banjo Kazooie - $25
Bass Hunter 64 - $8
Beetle Adventure Racing - $17
Charlies Blasts - $40
Diddy Kong Racing - $25
Doom 64 - $30
Extreme G Racing - $10
Forsaken 64 - $10
Gex 64 - $16
Iggy's Reckin' Balls - $20
Killer Instinct Gold - $30
Knockout Kings 2000 - $6
Magical Tetris Challenge - $20
Mario Kart - $40
Monster Truck Madness - $15
MRC Multi Championship Racing - $10
Namco Museum 64 - $12
Nascar 99 - $7
Nascar 2000 - $7
NBA In the Zone 98 - $5
NBA Live 99 (CIB) - $20
NBA Showtime - $12
Polaris Sno-Cross -$30
Pokemon Snap - $20
Quest 64 - $25
Ready 2 Rumble Boxing - $12
Ridge Racer 64 - $15
San Francisco Rush - $15
Starfox 64 - $25
Star Wars Episode 1 Racer - $10
South Park Chef's Luv Shack - $25
Supercross 2000 - $7
Super Mario 64 - $35
Super Smash Bros. - $40
Tetrisphere - $12
Top Gear Rally - $10
Turok Dinosaur Hunter - $12
Turok 2 Seeds of Evil - $12
Vigilante 8 - $21
Virtual Pool - $13
Waialae Country Club - $6
War Gods - $10
Wave Race (Player's Choice) - $15
WCW Backstage Assault - $11
WCW NWO Revenge - $11
Wheel of Fortune - $11
Zelda Ocarina of Time (label wear) - $30
N64 Manuals
1080 Snowboarding - $7
Duke Nukem Manual - $10
Flying Dragon Manual - $40
Rush Extreme Racing - $8
Silicon Valley Space Station Manual - $40
Supercross 2000 - $6
Tony Hawk Pro Skater - $6
Nintendo Gamecube Games (CIB unless noted)
ATV Quad Power Racing 2 - $10
The Hobbit - $24
Enter the Matrix - $13
Eternal Darkness - $90
Fifa 2003 - $6
Fifa Street 2 - $25
Finding Nemo - $8
F-Zero GX - $90
Gun (missing manual) - $10
Harry Potter Chambers of Secret - $12
Killer 7 - $65
Luigi's Mansion - $60
Madden 2003 - $5
Madden 2007 - $8
Mario Golf Toadstool Tour - $27
Mario Kart Double Dash - $75
Monopoly Party - $10
Monsters, Inc. Scream Arena - $7
Nascar Thunder 2003 - $7
Pikmin - $50
Power Rangers Dino Thunder - $8
Resident Evil - $25
Resident Evil 2 - $100
Resident Evil 4 - $30
Resident Evil Zero - $18
The Sims Bustin Out - $12
Smuggler's Run (missing manual) - $12
Sonic Adventure Battle 2 (missing manual) - $45
Spiderman 2 - $15
Spyro A Hero's Tail (missing manual) - $15
SSX Tricky - $28
Starfox Assault - $45 (CIB; some wear to cover art)
Super Mario Sunshine (missing manual) -$35
Super Smash Brothers Melee - $60
Ty the Tasmanian Tiger (missing manual) - $12
WWE Crush Hour - $27
WWE Day of Reckoning 2 (missing manual) - $25
Nintendo DS Games (cart only unless CIB noted)
Avatar The Game - $6
Bionicle Matoran Adventures - $6
Build-A-Bear Workshop (CIB) - $6
Carnival (CIB) - $6
Deal or No Deal - $5
Guitar Hero On Tour Bundle (CIB) - $25
Happy Feet - $4
Horsez (CIB) - $6
Hot Wheels Beat That - $6
Kung Fu Panda (CIB) - $6
Mario Party DS - $13
Mario Kart DS (loose) - $15
Mario Kart DS (CIB) - $18
Mario & Sonic at the Olympic Games (CIB) - $10
Mario & Sonic at the Olympic Winter Games (CIB) - $10
Megaman Starforce Dragon - $85 shipped
Metroid Hunters First Hunt - $6
Nacho Libre - $15
Namco Museum DS - $8
Naruto Ninja Council 3 - $6
New Super Mario Bros. (CIB) -$22
Nickelodeon Team Umizoomi - $6
Phoenix Wright Ace Attorney - $20
Picross 3D - $9
Ping Pals - $3
Planet Puzzle League - $10
Pokemon Mystery Dungeon: Explorers of Sky (case & manual only, no game) - $55
Pokemon Ranger Shadows of Almia (cart only) - $30
Ratatouille - $5
Rayman DS - $10
Ridge Racer DS - $8
Shrek Superslam - $5
Spiderman 3 - $8
Star Wars II The Original Trilogy (LEGO) - $6
Super Money Ball Touch & Roll - $6
Transformers Animated - $11
Tron Evolution - $4
Zhu Zhu Pets - $3
Nintendo 3DS (cart only unless noted)
Animal Crossing: New Leaf (CIB) - $20
Lego Marvel Superheroes: Universe in Peril - $5
Mario Kart 7 - $12
Minecraft New Nintendo 3DS Edition - $18
Pilotwings Resort - $10
Pokemon X (CIB) - $30
Skylander Giants - $6
Skylander Swap Force - $16
Skylander Trap Team - $12
Super Mario Maker - $10
Super Smash Bros (CIB) - $15
Teenage Mutant Ninja Turtles - $9
Wipeout: Create & Cash - $5
Wreck-it Ralph - $6
Yo-Kai Watch - $15
NES Games (cart only; unless noted)
8 Eyes - $11
A Boy and His Blob (cart, box, manual) - $40
Blades of Steel - $8
Bubble Bobble - $16
Burgertime - $15
Castlevania II Simon's Quest - $15
Castlevania III Dracula's Curse - $45
Chip & Dale Rescue Rangers (CIB) - $125
Contra - $40
Dick Tracy - $7
Double Dragon - $13
Donkey Kong 3 - $20
Dr. Mario - $10
Duck Tales - (cart & box) - $100
Excite Bike - $11
Faxanadu - $11
GI Joe: A Real American Hero - $75
Golf - $3
Legend of Zelda - $30
Mickey Mousecapade - $7
Mike Tyson's Punch-out - $40
Paperboy - $16
Punch-Out - $20
Rad Racer - $6
RBI Baseball 3 (cart & box) - $25
Robocop - $10
Rollerball - $8
Skate or Die 2 (cart & box) - $65
Spy Hunter - $5
Street Fighter 2010 - $15
Super Glove Ball - $7
Super Mario Bros. 2 - $20
Super Off-Road - $12
Super Team Games - $7
Teenage Mutant Ninja Turtles II - The Arcade Game (cart & box) - $80
Tiger Heli - $8
Wall Street Kid (cart, box, registration card, poster) - $45
WWF Wrestlemania - $6
SNES Games (cart only)
Aladdin - $15
Castlevania IV - $45
Clue - $5
Earthbound - $350
F-Zero (Player's Choice) - $20
Jungle Strike - $9
Ken Griffey Jr Major League Baseball - $11
Kirby's Avalanche - $15
Lion King - $11
Mario Paint - $6
Mega Man X - $32
Mickey Mania - $13
Mortal Kombat - $13
Ms. Pacman - $9
NBA All-Star Challenge - $5
Pilot Wings - $10
Scooby Doo Mystery - $11
Starfox - $15
Super Adventure Island - $16
Super Baseball 2020 - $13
Super Ghouls N Ghosts - $23
Super Mario All-Stars - $25
Super Mario Kart - $40
Super Mario World - $20
Super Punch Out - $28
Top Player Tennis - $8
WWF Raw - $13
Zombies Ate My Neighbors - $30
GBA (cart only unless noted)
Aggravation/Sorry/Scrabble - $5
Barnyard - $8
Bratz - $4
Care Bears Care Quest (CIB) - $28
Cars - $5
Cars (CIB) - $16
Castlevania Double Pack - $85
Cho Makaimura R Super Ghouls N Ghost ( Japanese Import) - $95 Shipped
Crash Bandicoot 2 N-tranced - $10
Crash Huge Adventure - $11
Curious George (CIB) - $28
Dave Mirra Freestyle BMX 2 - $4
Disney Party - $10
Disney Princess (CIB) - $12
Donkey Kong Country (GBC/CIB) - $56
Dora Explorer's Pirate Pig's Treasure - $4
Dragon Ball Z Supersonic Warriors - $20
Elf - $10
ESPN Great Outdoor Games Bass 2002 - $5
F-14 Tomcat - $7
Finding Nemo - $5
Green Eggs & Ham (CIB) - $20
Incredibles (CIB) - $14
Kong 8th Wonder of the World - $5
Lost Vikings - $25
Madden 2005 - $5
Mario Kart Super Circuit (torn label) - $20
Metroid Zero Mission - $60
Monsters Inc - $4
Monster Jam Maximum Destruction - $6
Namco Museum - $6
Oddworld Munch's Oddysee - $12
Pirates of the Caribbean - The Curse of the Black Pearl - $5
Pong Asterios Yar's Revenge - $4
Sonic Advance 3 - $25
Quad Desert Furty - $3
Shaun Palmers Pro Snowboarding (GBC/CIB) - $10
Shrek Swamp Kart Speedway - $5
Spirit Stallion of the Cimarron - $5
SpongeBob Battle for Bikini Bottom - $7
Spongebob Squarepants Super Sponge - $6
SSX 3 - $7
The Incredibles - $3
Thunder Alley - $5
Top Gear GT Championship - $10
Sony PSP (all CIB)
Crisis Core: Final Fantasy VII - $15
Gurumin A Monstrous Adventure - $42
LocoRoco - $10
Mega Man Powered Up - $38
Parappa the Rapper - $27
Sega Genesis Collection - $17
PS1 Games (CIB unless noted)
007 Tomorrow Never Dies - $7
Action Bass - $6
Andretti Racing (GH) - $5
Ball Breakers (sealed) - $10
Bass Championship - $7
Battle Arena Toshinden (GH) - $14
Bust A-Move 4 - $17
Driver 2 (GH) - $10
Fighting Force - $20
IHRA Drag Racing - $5
Missile Command - $6
MLB 2001 - $9
MLB 2003 - $9
Nascar Heat (CIB) - $7
NBA Live 2000 - $8
NBA Shootout 98 - $9
NHL 98 - $8
NHL Faceoff 97 (GH) - $5
PlayStation Underground Jampack Fall 2001 - $9
Resident Evil 2 (DualShock Edition) - $65
Rocket Power Team Rocket Rescue - $7
Rugrats in Paris: The Movie - $12
Spongebob SquarePants Super Pants - $7
Syphon Filter 2 (GH) - $10
Tecmo Super Bowl - $20
Tiger Woods 99 - $8
Tony Hawk Pro Skater 3 - $12
Twisted Metal 2 (Greatest Hits) - $32
Toy Story 2 - $22
Walt Disney World Quest: Magical Racing Tour - $20
World Cup 98 - $12
PS2 Games (CIB unless noted)
All-Star Baseball 2005 - $5
Ape Escape 2 - $48
Ape Escape 3 - $43
ATV Offroad Fury 2 - $6
Avatar the Last Airbender - $8
Batman Begins - $13
Batman Vengeance - $19
Buffy the Vampire Slayer Chaos Bleeds - $28
Burnout Revenge - $11
Burnout 3 Takedown - $13
Buzz the Mega Quiz - $12
Capcom Classics Collection Volume 2 - $13
Castlevania Lament of Innocence -$25
Corvette - $5
Crash Bandicoot The Wrath of the Cortex - $12
Crash Nitro Kart (GH) - $9
Crazy Taxi - $10
Dance Dance Revolution Extreme 2 - $7
Dead to Rights - $6
Devil May Cry (GH) - $7
Enter the Matrix - $10
Eragon - $6
Family Feud - $5
Finding Nemo - $6
Fire Pro Wrestling Returns - $10
Ford Racing 3 - $5
Frogger the Great Quest - $7
Golden Compass - $5
GTA 3- $10
Gran Turismo 3 - $5
Godfather the Game - $14
Guitar Hero - $10
Guitar Hero Aerosmith - $7
Guitar Hero II - $7
Guitar Hero III Legends of Rock - $9
High Heat Major League Baseball 2004 - $5
Hot Wheels Velocity - $10
Hot Wheels World Race (missing manual) - $12
Hobbit - $10
Ice Age 2 The Meltdown - $7
Ironman - $6
Karaoke Revolution Party - $8
Karaoke Revolution Presents: American Idol - $5
Legends of Wrestling II - $12
Lego Star Wars The Original Trilogy - $6
Lego Star Wars The Video Game - $7
Lord of the Rings Fellowship of the Ring - $10
Madden 2003 - $5
Madden 2004 - $5
Madden 2005 -$5
Madden 2007 - $5
Matt Hoffman's Pro BMX 2 - $10
Max Payne - $10
Metal Arms Glitch in the System - $16
Midway Arcade Treasures (1) - $12
Midway Arcade Treasures (2) - $12
MLB 07 the Show - $5
MLB Slugfest 2003 - $10
MLB Slugfest 2004 - $13
Namco Museum (GH) - $8
Nascar 2001 - $5
Nascar Thunder 2003 - $7
NBA Street - $12
Need for Speed Underground 2 (missing manual) - $20
NFL Blitz Pro - $10
NFL Street - $17
NFL Street 3 (missing manual) - $20
Onimusha 3 Demon Siege - $21
Pinball Hall of Fame - $5
Pirates - The Legend of Black Kat - $12
Power Rangers: Dino Thunder - $8
Reel Fishing III - $7
Resident Evil Code Veronica X - $13
Rise of Kasai - $8
Rocky - $11
Scarface the World is Yours - $45
Scooby Doo First Frights - $13
Sega Superstars - $10
Sega Superstar Tennis - $10
Shrek Superslam - $8
Simpson's Hit & Run (Greatest Hits) -$50
Spiderman - $10
Sprint Cars Road to Knoxville - $6
Spy Hunter - $7
Spy Hunter 2 (missing manual) - $7
Starsky & Hutch - $7
SSX - $7
SSX 3 - $9
SSX On Tour - $8
Superman Shadow of Apokolips - $14
Super Monkey Ball Adventure - $10
Summoner - $10
Taito Legends - $15
Teenage Mutant Ninja Turtles 2: Battlenexus (missing manual) - $17
Teen Titans - $22
Theme Park Roller Coaster - $8
Tiger Woods PGA Tour 2004 - $6
Thrillville - $6
Thrillville Off the Rails - $10
Time Crisis 3 - $23
Ty the Tasmanian Tiger - $11
Wheel of Fortune - $6
Virtua Fighter 4 (missing manual) - $6
Warriors of Might & Magic - $10
WWE Smackdown vs Raw - $11
WWE Smackdown vs Raw 2007 (Sealed) - $45
WWE Smackdown vs Raw 2007 - $17
WWE Smackdown vs Raw 2009 - $10
WWE Smackdown Shut Your Mouth - $15
PS3
Band Hero - $6
Batman Arkham Asylum - $7
Battlefield 3 - $6
Call of Duty Advanced Warfare - $6
Call of Duty Ghosts - $6
Call of Duty Mordern Warfare 3 - $6
Call of Duty 4 Modern Warfare - $7
Call of Juarez Bound in Blood - $9
Crysis 2 - $7
Dirt 2 - $12
Dirt 3 - $10
Driver San Francisco - $25
Enemy Territory Quake Wars - $9
Fifa Soccer 11 - $5
Fight Night Champion - $13
GTA IV Complete Edition - $25
Gran Turismo 5 Prologue - $8
Gran Turismo XL Edition - $11
Gran Turismo 6 - $19
Heavy Fire: Afghanistan - $10
Infamous - $6
Infamous 2 - $8
Killzone 2- $7
Killzone 3 - $7
Lego 3: Beyond Batman - $8
Lego Harry Potter Years 5-7 - $7
Lego The Hobbit - $9
LittleBigPlanet - $9
Madden 2011 - $5
Metro: Last Night - $8
Mortal Kombat Komplete Edition - $12
MLB the Show 10 - $4
MLB the Show 11 - $4
Monster Jam Path of Destruction - $20
NCAA Football 11 - $9
Sports Champions - $5
Tiger Woods PGA Tour 14 [Masters Historic Edition] - $23
Transformers Fall of Cybertron - $35
Transformers Rise of the Dark Spark - $13
Virtua Tennis 3 - $6
WWE 2K16 - $12
PS Vita
Lumines Electronic Symphony - $16
Need for Speed Most Wanted - $20
Sly Cooper Collection - $50
Sega 32X (all cart only)
Primal Rage - $50
Virtua Fighter - $24
Virtua Racing - $20
Sega Dreamcast Games (disc & manual only***; do not have original cases unless noted CIB)
Centipede - $7
Plasma Sword Night of Bilstein - $50
Psychic Force 2012 - $25
Ready 2 Rumble Boxing - $12
Resident Evil Code Veronica (CIB) - $40
Rippin Riders - $5
Sega Bass Fishing - $8
Sega Rally 2 Championship - $12
Speed Devils - $15
Sword of Berserk: Gut's Rage (game only) - $65
Trick Style - $7
Zombie Revenge - $30
Sega Genesis (**CIB unless noted)
Aladdin (cart + manual) - $10
Double Dragon (cart & box) - $45
Game Genie (loose + booklet) - $20
Hard Drivin' (Missing Manual) - $15
John Madden Football (cart + manual) - $20
Lemmings (CIB) - $30
MERCS (cart & box) - $35
NBA Jam T.E. (CIB) - $20
Prime Time NFL Football starring Deon Sanders (cart +manual) - $9
Ren & Stimpy Show: Stimpy's Intervention (CIB) - $20
Road Rash II (CIB) - $22
Robocop 3 (CIB) - $40
Streets of Rage (cart only) - $22
Super Off-Road (CIB) - $30
WWF Super Wrestlemania (CIB) - $20
X-Men (cart + manual) - $15
Zero Tolerance (CIB) - $35
Sega Master System (CIB unless noted)
Alex Kidd: The Lost Stars - $28
California Games (missing manual) - $20
Choplifter - $18
Ghostbusters - $25
Great Baseball - $10
Monopoly - $10
Parlour Games - $10
Pro Wrestling - $14
Rocky - $17
Space Harrier (missing manual) - $18
Shinobi (includes map; missing manual) - $30
Xbox (all CIB)
MechAssault 2 Lone Wolf (Limited Edition) - $8
Project Gotham Racing - $6
Xbox 360 (CIB)
Assassin's Creed - $6
Assasin's Creed II - $6
Asssasin's Creed III - $6
Battlefield Hardline Deluxe Edition - $10
Battlefield 3 Limited Edition - $6
Bioshock - $7
Bioshock Infinite - $5
Call of Duty World at War - $9
Call of Juarez: Blood Bound - $10
Civilization Revolution - $6
CSI Hard Evidence - $9
Fifa Soccer 10 - $5
Fifa Work Cup South Africa 2010 - $5
Game of Thrones - $11
Gears of War - $9
Halo 4 - $5
Injustice Gods Among Us - $5
L.A. Noire - $7
Mass Effect - $5
Mass Effect 2 - $5
N3 Ninety-Nine Nights - $20
NBA 2K12 - $5
NHL 10 - $3
NHL 14 - $6
Saints Row 2 - $10
Saints Row The Third - $5
Skate 3 - $6
Star Trek Legacy - $18
Star Wars Kinect - $7
Tiger Woods PGA Tour 2007 - $5
Tiger Woods PGA Tour 2008 - $5
Top Spin 3 - $6
Walking Dead Survival Instinct - $8
Wheel of Fortune - $14
Who Wants to Be a Millionaire -$5
Nintendo Wii (all CIB unless noted)
Animal Crossing City Folk - $20 (includes inserts but missing manual)
Celebrity Sports Showdown - $6
Guitar Hero World Tour - $18
Little League World Series Baseball 2008 - $10
Madden 2013 - $14
Mario Kart Wii - $35
Mario Super Sluggers (disc only) - $25
Mario Strikers Charged (disc only) - $10
NBA Live 09 All-Play - $5
New Super Mario Bros - $25
Super Monkey Ball Banana Blitz - $6
Super Smash Bros. Brawl - $20
Tony Hawk Downhill Jam - $5
Tony Hawk Shred Big Air - $5
Warioware Smooth Moves - $22
Wii Sports - $22
Wii Sports Resort - $30
Wheel of Fortune - $6
WWE Smackdown vs Raw 2009 - $7
submitted by PhilsTriangle to GameSale [link] [comments]


2024.05.14 18:57 kungfuGibbon Diagrams? Electrical problem.

My ‘08 seems to not be getting enough juice to start. Looking for likely shorts. Does anyone know where I might find wiring diagrams? 4 cylinder automatic.
Yesterday, I cleaned the battery posts and clamps. Started right up. Having trouble again today.
Thanks!
submitted by kungfuGibbon to Tiburon [link] [comments]


2024.05.14 18:12 SavedByTheLamb Any idea what wires should match up when making a Bluetooth cable for a Tp-Link ARCHER TXE75E AXE5400 Wi-Fi 6E Tri-Band PCI Express Adapter?..

Any idea what wires should match up when making a Bluetooth cable for a Tp-Link ARCHER TXE75E AXE5400 Wi-Fi 6E Tri-Band PCI Express Adapter?..
I bought one but there was no cable with it.
TP-LINK said the connector on the adapter is:
"4 pins, the pins are spaced 1.25 mm apart; UL94V-0 51021"
Pretty sure it’s a 1.25mm 4-pin Molex PicoBlade.
I ordered some of them and a 9-Pin USB header cable to spice them together.
But I don’t know which wires to match together, and TP-LINK hasn’t answered that, maybe never will.
I can't find a diagram showing what the pins on the USB header connector are. I found one for the actual header on the motherboard though.
https://preview.redd.it/mz0xot7b2f0d1.jpg?width=700&format=pjpg&auto=webp&s=f51dbfb261376ea73549df5447e91d6f159748c3
Looks like it's obvious the red wire is positive on both. And the black on the 1.25mm PicoBlade 4Pin probably goes to the ground on the USB. Is that right?.. No idea about the green and yellow ones - which one is USB_P1- and which one is USB_P1+
This is the connector on the adapter:
https://preview.redd.it/qp0lsl0c2f0d1.jpg?width=1080&format=pjpg&auto=webp&s=c53cfb39f2a6c06491b109e52b9afcd4c97fdf6a
Or, have you got any idea how to use a multi-meter or something to find out what goes where, without destroying my motherboard or adapter card?..
submitted by SavedByTheLamb to ElectronicsRepair [link] [comments]


2024.05.14 18:02 SavedByTheLamb Any idea what wires should match up when making a Bluetooth cable for a Tp-Link ARCHER TXE75E AXE5400 Wi-Fi 6E Tri-Band PCI Express Adapter?..

I bought one but there was no cable with it.
TP-LINK said the connector on the adapter is:
"4 pins, the pins are spaced 1.25 mm apart; UL94V-0 51021"
Pretty sure it’s a 1.25mm 4-pin Molex PicoBlade.
https://www.aliexpress.com/item/32803458861.html?spm=a2g0o.productlist.main.57.4dc6ee11lEJMHr&algo_pvid=62f680de-b358-4768-abd4-e3e12b626597&algo_exp_id=62f680de-b358-4768-abd4-e3e12b626597-28&pdp_npi=4%40dis%21GBP%211.11%211.11%21%21%211.35%211.35%21%402103894417153490387894298ee5b3%2112000028739006762%21sea%21UK%212287027133%21&curPageLogUid=MSH7do8V7lUj&utparam-url=scene%3Asearch%7Cquery_from%3A
I ordered some of them and a 9-Pin USB header cable to spice them together.
https://www.aliexpress.com/item/1005006553186483.html?spm=a2g0o.productlist.main.25.2707270dqwQPtY&algo_pvid=ed4b004c-1f0a-41f5-89d4-e3935124fd17&algo_exp_id=ed4b004c-1f0a-41f5-89d4-e3935124fd17-16&pdp_npi=4%40dis%21GBP%211.59%211.59%21%21%211.93%211.93%21%402103854617153493823388125eaf11%2112000037651779239%21sea%21UK%212287027133%21&curPageLogUid=DM2hFgfQQPzT&utparam-url=scene%3Asearch%7Cquery_from%3A
But I don’t know which wires to match together, and TP-LINK hasn’t answered that, maybe never will.
I can't find a diagram showing what the pins on the USB header connector are. I found one for the actual header on the motherboard though.
https://preview.redd.it/pm92fg2c0f0d1.png?width=700&format=png&auto=webp&s=aaf122c8a07897cd5b5bb9cebdfca058d33ffa7d
Looks like it's obvious the red wire is positive on both. And the black on the 1.25mm PicoBlade 4Pin probably goes to the ground on the USB. Is that right?.. No idea about the green and yellow ones - which one is USB_P1- and which one is USB_P1+
This is the connector on the adapter:
https://preview.redd.it/8olr5aqd0f0d1.png?width=2676&format=png&auto=webp&s=6aa09440197b8b0e84ca13532e3eab6486576a63
.
submitted by SavedByTheLamb to buildapc [link] [comments]


2024.05.14 17:47 Prestigious_Air2404 A Hypothetical If You Were In My Shoes

Like a lot of people here, I don't know what to do anymore. It feels like anything you try end up being another waste of time or another failure that you don't want to face. It hurts to just do it all over and over and over again. But you keep going anyway and that's craziest part of it all.
I don't have all the time in the world to get it sorted out since my parents and siblings need me to step it up and we don't even own a house. We've rented all my life and I don't know how much longer my parents' savings will hold out. I want so badly to get out of this situation but when my environment is acid and I've probably got this thing called "ADHD" that I realize is the cause for my inability to focus and do things like a normal person, it's a lot tougher trying to get out of that hell pit. I need help. I can't ask any immediate family for help since they've got their own pile of garbage raining down on them, I don't have any skills or money, I stay at home all day, and as it turns out, getting free education or even a job at mcdonald's is a lot harder than I thought, which I should've expected since it's a third world country but damn does it hit you.
I've only recently started to get back to exercising, even for a little bit every day. I've also begun my self-study coding journey and I'm already feeling hopeless with all the news about skilled programmers getting layed off or not being able to find jobs but I won't give up on it because I enjoy it, even if my tiny brain hurts with the simplest of code. My environment is not as bad as it was a year ago so it's a little bit easier for me to do a little more each day and I'm hopeful... sort of? Of what the future will hold if I keep this up. My backup plan is essentially to try go to school again or to apply for more jobs or if I can't do any of that, probably find and marry some rich person or go against my morals and become one of those influencer scammers or something.
I initially wrote this with a not-too-bitter ending here:
I guess I'm writing this post as some sort of milestone for myself. I know what's wrong with me, I got a bit better, and I'm still working on it. I just wish I was faster, or normal, or both. I know there's people out there who have it worse and it hurts me to know that I could use all the resources I've been given to just "fix" my situation. But for now, for a little while longer, I'll be selfish and think for myself.
but what I really want is to ask you -- what would you do in this situation? Like a little challenge as if you're playing sims and this was the character you've randomized and got:
You feel foreign and can't speak the language of the country you're born in, you don't have financial help or a job or skills, you've probably got depression, your brain is wired differently so it's much harder to do things, your relationships with your parents suck so much that it's hard for you to live with them but you have no choice, your siblings are also useless on the money part but they're trying their best with their own undiagnosed mental illnesses, aaand you're in your mid 20s with uhh.. not bad health. Oh, and the world is super hot so it's twice as hard to do things but you've got the internet and a pretty good computer at your disposal.
submitted by Prestigious_Air2404 to self [link] [comments]


2024.05.14 17:23 calvin324hk [H] 1000+ Games / DLCs / VR Games [W] Paypal / Wishlist / Offers

https://www.reddit.com/IGSRep/comments/pikmri/calvin324hks_igs_rep_page/
https://www.reddit.com/sgsflaicomments/of2wzu/flair_profile_ucalvin324hk/
Wishlist
Region: NA (Canada)
Fees on buyer if any, currency is USD unless specified
CTRL + F to find your games in terms of name
  • 10 Second Ninja X
  • 11-11 Memories Retold
  • 112 Operator
  • 12 is Better Than 6
  • 198X
  • 1993 Space Machine
  • 60 Parsecs
  • 7 Billion Humans
  • 8 DOORS
  • 8-bit Adventure Anthology: Volume I
  • 9 Years of Shadows
  • 911 Operator
  • A Game of Thrones: The Board Game
  • A Hat in Time
  • A Hole New World
  • A JUGGLER'S TALE
  • A Long Way Down
  • A PLAGUE TALE: INNOCENCE
  • A Robot Named Fight!
  • A Tale for Anna
  • A.I.M.2 Clan Wars
  • Ace Combat Assault Horizon Enhanced Edition
  • Adore
  • Aeterna Noctis
  • AETHERIS
  • Agatha Christie Hercule Poirot The First Cases
  • AIdol
  • Airborne Kingdom
  • Alba: A Wildlife Adventure
  • Alder's Blood: Definitive Edition
  • Alfred Hitchcock - Vertigo
  • Alien Breed Trilogy
  • Aliens vs. Predator™ Collection
  • All-Star Fruit Racing
  • Almost There: The Platformer
  • American Fugitive
  • American Truck Simulator
  • Amerzone: The Explorer’s Legacy
  • AMID EVIL
  • Amnesia rebirth
  • Amnesia: The Dark Descent + Amnesia: A Machine for Pigs
  • Anomalous
  • Another World – 20th Anniversary Edition
  • Antigraviator
  • Anuchard
  • APICO
  • APICO
  • Aragami
  • Aragami 2
  • Arboria
  • Arcade Paradise
  • Arcade Paradise - Arcade Paradise EP
  • Arcade Spirits
  • Arkham Horror: Mother's Embrace
  • Armada 2526 Gold Edition
  • Army Men RTS
  • army of ruin
  • Arto
  • Ary and the Secret of Seasons
  • As Far as the Eye
  • Ascension to the Throne
  • Assemble With Care
  • Assetto Corsa Competizione
  • Assetto Corsa Ultimate Edition
  • Astebreed Definitive Edition
  • Astronarch
  • Attack of the Earthlings
  • Automachef
  • Automobilista
  • Automobilista 2
  • AUTONAUTS
  • AUTONAUTS VS PIRATEBOTS
  • Avatar: Frontiers of Pandora™ - Ubisoft Connect
  • AVICII Invector: Encore Edition
  • Awesomenauts All Nauts pack
  • Baba is you
  • Back 4 Blood
  • Back 4 blood (EU)
  • Backbone
  • Baldur's Gate II: Enhanced Edition
  • Baldur's Gate: Enhanced Edition
  • Banners of Ruin
  • Bartlow's Dread Machine
  • BASEMENT
  • Batbarian: Testament of the Primordials
  • Batman: Arkham Asylum Game of the Year Edition
  • Batman: Arkham Origins
  • Battle Royale Tycoon
  • Battlecruisers
  • Battlestar Galactica Deadlock
  • BATTLESTAR GALACTICA DEADLOCK SEASON ONE
  • Battlestar Galactica Deadlock: Complete
  • BATTLETECH MERCENARY COLLECTION
  • BATTLETECH Shadow Hawk Pack
  • BEAUTIFUL DESOLATION
  • BEFORE WE LEAVE
  • Beholder 2
  • Ben 10
  • Ben 10: Power Trip
  • Bendy and the Ink Machine™
  • Between the Stars
  • Beyond a Steel Sky
  • Beyond The Edge Of Owlsgard
  • Beyond the Long Night
  • BEYOND THE WIRE
  • Beyond: Two Souls
  • BIOMUTANT
  • Bionic Commando
  • Bionic Commando Rearmed
  • BioShock: The Collection
  • BLACK BOOK
  • Black Moon Chronicles
  • Black Paradox
  • BLACK SKYLANDS
  • BLACKHOLE: Complete Edition
  • Blacksad: Under the Skin
  • Blade of Darkness
  • Blasphemous
  • Blazing Chrome
  • Blightbound
  • Blood And Zombies
  • Blood Rage: Digital Edition
  • Bloodstained: Ritual of the Night
  • Bomber Crew
  • Boneless Zombie
  • Boomerang Fu
  • Borderlands 3
  • Borderlands 3 Super Deluxe
  • Borderlands 3 Super Deluxe Edition
  • Borderlands: The Handsome Collection
  • Bot Vice
  • Bounty of One
  • Brawlout
  • Breakout: Recharged
  • Breathedge
  • bridge constructor
  • Bridge constructor medieval
  • bridge constructor stunts
  • Broken Lines
  • Brothers: A Tale of Two Sons
  • Brutal Legend
  • Bug Fables: The Everlasting Sapling
  • BUILDER SIMULATOR
  • calico
  • Call of Duty® Modern Warfare 3™ (2011)
  • Call of Juarez: Gunslinger
  • Car Mechanic 2018
  • Car Mechanic Simulator 2015
  • Car Mechanic Simulator 2018
  • Castle Morihisa
  • Castle on the Coast
  • castle storm
  • CastleStorm
  • Cat Cafe Manager
  • Caveblazers
  • Celeste
  • Centipede: Recharged
  • CHANGE: A Homeless Survival Experience
  • Charlie's Adventure
  • Chenso Club
  • Chernobylite: Enhanced Edition
  • Chess Ultra
  • Chicago 1930 : The Prohibition
  • Chivalry 2
  • Chop Goblins
  • Chorus
  • Cities Skylines + After Dark
  • Cities: Skylines
  • City of Beats
  • CivCity: Rome
  • Click and Slay
  • Cloud Gardens
  • Cloudpunk
  • Code Vein
  • Coffee Talk
  • Comedy Night
  • Command & Conquer Remastered (Origin)
  • Complete Dread X Collection
  • Conarium
  • Construction Simulator (2015) Deluxe Edition
  • Constructor Plus
  • Control
  • Cook, Serve, Delicious! 3?!
  • cornucopia
  • Corridor Z
  • Cosmic Osmo and the Worlds Beyond the Mackerel
  • Cosmonautica
  • Crash Drive 2
  • Crash Drive 3
  • Creaks
  • Creepy Tale
  • Crookz the big heist
  • CROSSBOW: Bloodnight
  • Crush Your Enemies
  • Cube Runner
  • Cultist Simulator: Anthology Edition
  • Curse: The Eye of Isis
  • Cyber Ops
  • Cybercube
  • Danger Scavenger
  • Dark Deity
  • DARK PICTURES ANTHOLOGY: HOUSE OF ASHES
  • Darksiders Warmastered
  • Darkwood
  • DARQ: Complete Edition
  • Day of the Tentacle Remastered
  • days of war definitive edition
  • Dead by Daylight
  • Dead Estate
  • Dead Rising 2
  • Dear Esther: Landmark Edition
  • Death Stranding Directors Cut
  • DEATH STRANDING DIRECTOR'S CUT
  • Deceased
  • DECEIVE INC.
  • Degrees of Separation
  • Delicious! Pretty Girls Mahjong Solitaire
  • Deliver Us The Moon
  • Demetrios - Deluxe Edition
  • Depraved
  • DESCENDERS
  • DESOLATE
  • Destiny 2: Beyond Light
  • DESTROYER: THE U-BOAT HUNTER
  • Detention
  • Devil May Cry HD Collection
  • Devilated
  • Dicey Dungeons
  • Dirt 5
  • dirt rally
  • Dirt Rally 2.0
  • Disaster Band
  • Disciples III: Reincarnation
  • Discolored
  • DISTRAINT 2
  • Distrust
  • DmC: Devil May Cry
  • Do Not Feed the Monkeys
  • Don't Be Afraid
  • Doomed Lands
  • Door Kickers: Action Squad
  • Doorways: Prelude
  • Downfall
  • Dragons Dogma Dark Arisen
  • Dragon's Dogma: Dark Arisen
  • Draugen
  • Draw Slasher
  • Drawful 2
  • Dreams in the Witch House
  • Dreamscaper
  • DreamWorks Dragons: Dawn of New Riders
  • DRIFT21
  • Driftland: The Magic Revival
  • drive!drive!drive!
  • Drone Swarm
  • Due Process
  • Duke Nukem: Manhattan Project
  • Duke of Alpha Centauri
  • Dungeon Rushers
  • Dungeons 2
  • Dungeons 3
  • DUSK
  • Dusk Diver
  • Dust to the End
  • DV: Rings of Saturn
  • Dynopunk
  • Earth Defense Force 4.1 The Shadow of New Despair
  • Eastern Exorcist
  • Eiyuden Chronicle: Rising
  • El Matador
  • Elderand
  • ELDEST SOULS
  • Electrician Simulator
  • Elemental Survivors
  • Elex
  • Elex II
  • Elite Dangerous
  • Embr
  • Empire: Total War - Definitive Edition
  • Empyrion - Galactic Survival
  • ENCASED: A SCI-FI POST-APOCALYPTIC RPG
  • Endless Space 2
  • Endless Space 2 - Digital Deluxe Edition
  • Endless Space® 2 - Digital Deluxe Edition
  • Endzone - A World Apart
  • EPIC CHEF
  • Epistory - Typing Chronicles
  • Escape the backrooms
  • Eternal Threads
  • Europa Universalis IV
  • European Ship Simulator
  • Everdream Valley
  • Evil Genius 2: World Domination
  • Exorder
  • EXPEDITIONS: ROME
  • Expeditions: Viking
  • Explosionade
  • F1 2018
  • F1 2019 Anniversary Edition
  • F1 2020
  • F1 RACE STARS Complete Edition Include DLC
  • Fable Anniversary
  • Factory Town
  • Fallback uprising
  • Fallback: Uprising
  • FALLOUT 1
  • Family Mysteries 3: Criminal Mindset
  • FANTASY BLACKSMITH
  • FARMER'S DYNASTY
  • Farming Simulator 17
  • Farming Simulator 19
  • Fictorum
  • Field of Glory II
  • Fights in Tight Spaces
  • Filthy Animals Heist Simulator
  • Firefighting Simulator - The Squad
  • Fishing Adventure
  • Flashback
  • FLATLAND Vol.2
  • FlatOut
  • FLING TO THE FINISH
  • Floppy Knights
  • Fluffy Horde
  • FOBIA - ST. DINFNA HOTEL
  • For the King
  • Forgive me Father
  • Forts
  • Fred3ric
  • Fresh Start Cleaning Simulator
  • Friends vs Friends
  • Frogun
  • From Space
  • Frostpunk: Game of the Year Edition
  • Frozenheim
  • Fun with Ragdolls: The Game
  • Funtasia
  • Gamedec
  • Gamedec - Definitive Edition
  • Gang Beasts
  • GARAGE bad trip
  • Garden Story
  • Garfield Kart
  • GAS STATION SIMULATOR
  • Gelly Break Deluxe
  • Genesis Alpha One Deluxe Edition
  • Gevaudan
  • Ghostrunner
  • Giana Sisters 2D
  • GIGA WRECKER
  • Gigantosaurus: Dino Kart
  • Glitch Busters: Stuck On You
  • Gloria Victis
  • Go Home Dinosaurs
  • GOAT OF DUTY
  • GOD EATER 3
  • Godlike Burger
  • Godstrike
  • Going Under
  • Golf Gang
  • Golf It!
  • Gone Home + Original Soundtrack
  • Good Knight
  • Gotham Knights
  • GREAK: MEMORIES OF AZUR
  • GREEDFALL
  • Gremlins, inc
  • grey goo
  • GRID - 2019
  • grid ultimate
  • GRIP: Combat Racing
  • Gungrave G.O.R.E
  • Guppy
  • Guts and glory
  • GYLT
  • Hacknet
  • Haegemonia: Legions of Iron
  • Hamilton's Great Adventure
  • Hammerwatch
  • Hands of Necromancy
  • Havsala: Into the Soul Palace
  • Headsnatchers
  • Heartwood Heroes
  • Heat Signature
  • Helheim Hassle
  • Hell Let Loose
  • Hellblade: Senua's Sacrifice
  • Hellbound
  • Hellstuck: Rage With Your Friends
  • Hero of the Kingdom III
  • Hero of the Kingdom: The Lost Tales 2
  • Heroes of Hammerwatch
  • Heros hour
  • Hexologic
  • Hidden & Dangerous 2: Courage Under Fire
  • Hidden & Dangerous: Action Pack
  • Hidden Deep
  • High On Life
  • Hitman (2016) Game of the Year Edition
  • HITMAN 2 - Gold Edition
  • Hoa
  • Hob
  • Hollow Knight
  • Holy Potatoes! A Spy Story?!
  • Home Sweet Home
  • Home Sweet Home EP2
  • Homestead Arcana
  • Hood: Outlaws & Legends
  • Hoplegs
  • Hot Tin Roof: The Cat That Wore A Fedora
  • HOT WHEELS UNLEASHED ™
  • Hotshot Racing
  • House Flipper
  • How to Survive 2
  • Hue
  • Human: Fall Flat
  • HUMANKIND DEFINITIVE EDITION
  • Hungry Flame
  • Hyper Knights
  • I am Bread
  • I Am Fish
  • I am not a Monster: First Contact
  • I Hate Running Backwards
  • ibb & obb Double Pack
  • ICBM
  • Ice Age Scrat's Nutty Adventure
  • Ice Lakes
  • Impostor Factory
  • IN SOUND MIND
  • Indivisible
  • INDUSTRIA
  • Infectonator 3: Apocalypse
  • Infinite Beyond The Mind
  • Injustice 2 Legendary Edition
  • Insane 2
  • INSOMNIA: The Ark
  • Internet Cafe Simulator
  • Internet Cafe Simulator 2
  • Interstellar Space: Genesis
  • Iron Fisticle
  • Iron Harvest
  • Ittle Dew
  • Ittle Dew 2+
  • Jack Move
  • Jackbox party pack 2
  • Jackbox party pack 5
  • JANITOR BLEEDS
  • Joint Task Force
  • Jotun: Valhalla Edition
  • Journey For Elysium
  • Journey to the Savage Planet
  • JUMANJI: The Video Game
  • JumpJet Rex
  • Juno: New Origins
  • Jupiter Hell
  • Jurassic Park: The Game
  • Jurassic World Evolution
  • Jurassic World Evolution 2
  • JUST CAUSE 4: COMPLETE EDITION
  • Just Die Already
  • Kardboard Kings: Card Shop Simulator
  • Keep Talking and Nobody Explodes
  • Ken Follett's The Pillars of the Earth
  • Kentucky Route Zero - Season Pass Edition
  • Kerbal Space Program
  • Killing Floor 2 Digital Deluxe Edition
  • Killing Room
  • Kingdom Two Crowns
  • Kingdom: New Lands
  • King's Bounty: Crossworlds
  • Knights of Pen & Paper 2
  • Knock-knock
  • Koi-Koi Japan [Hanafuda playing cards] *Koi-Koi Japan : UKIYOE tours Vol.1 DLC *Koi-Koi Japan : UKIYOE tours Vol.2 DLC *Koi-Koi Japan : UKIYOE tours Vol.3 DLC
  • Konung 2
  • KungFu Kickball
  • Labyrinthine
  • Lair of the Clockwork God
  • Laserlife
  • LAST OASIS
  • Lawn Mowing Simulator
  • Layers of Fear: Masterpiece Edition
  • Lead and Gold: Gangs of the Wild West
  • Learn Japanese To Survive! Hiragana Battle
  • Learn Japanese To Survive! Katakana War
  • Learn Japanese to Survive! Trilogy
  • Legend of Keepers
  • LEGION TD 2 - MULTIPLAYER TOWER DEFENSE
  • LEGION TD 2 - MULTIPLAYER TOWER DEFENSE.
  • Leisure Suit Larry - Wet Dreams Don't Dry
  • Leisure Suit Larry 1-7
  • Lemnis Gate
  • Lemon Cake
  • lethal league blaze
  • Let's School
  • Levelhead
  • Liberated (GOG)
  • Life is Strange Complete Season (Episodes 1-5)
  • Light Fairytale Episode 1
  • Light Fairytale Episode 2
  • LIGHTMATTER
  • Little dragons cafe
  • Little Hope
  • Little Inner Monsters - Card Game
  • Little Nightmares
  • Little Nightmares Complete Edition
  • Livelock
  • Loop Hero
  • Loot River
  • Looterkings
  • Lornsword Winter Chronicle
  • Lost Castle
  • Love Letter
  • Lovecraft's Untold Stories
  • Lovely planet arcade
  • Lucius2
  • Lucius3
  • Ludus
  • Lumberhill
  • LunarLux
  • Lust for Darkness
  • Lust from Beyond: M Edition
  • Mad Experiments: Escape Room
  • Mad Max
  • Mafia Definitive Edition
  • Mafia: Definitive Edition
  • Magenta Horizon
  • Mahjong Pretty Girls Battle
  • Mahjong Pretty Girls Battle : School Girls Edition
  • Mail Time
  • Maize
  • Maneater
  • Marooners
  • MARSUPILAMI - HOOBADVENTURE
  • Marvel's Avengers - The Definitive Edition
  • Mato Anomalies
  • Max Payne 3
  • Mechs & Mercs: Black Talons
  • Medieval II: Total War - Definitive Edition
  • Medieval: Total War Collection
  • MEEPLE STATION
  • Men of War
  • MERCHANT OF THE SKIES
  • METAL HELLSINGER
  • Metal Hellsinger
  • Metro Exodus
  • Metro last light
  • Metro: Last Light Redux
  • Middle-earth: Shadow of Mordor GOTY
  • Middle-earth: Shadow of Mordor GOTY
  • Middle-Earth: Shadow of War Definitive Edition
  • MIDNIGHT PROTOCOL
  • Mighty Switch Force! Collection
  • MIND SCANNERS
  • Ministry of Broadcast
  • Minute of Islands
  • Miscreated
  • Mists of Noyah
  • MKXL
  • Mob Rule Classic
  • Monaco
  • Monster Slayers - Complete Edition
  • Monster Train
  • MONSTER TRAIN (FIRST CLASS - COLLECTORS EDITION)
  • Monstrum
  • Monstrum 2
  • Moon Hunters
  • Moons of Madness
  • MORDHAU
  • Mordheim: City of the Damned
  • Mortal Kombat 11 Ultimate Edition
  • MORTAL KOMBAT XL
  • Mortal Shell
  • Motorcycle Mechanic Simulator 2021
  • Mr. Run and Jump
  • Murder Mystery Machine
  • My Big Sister
  • My Friend Peppa Pig
  • My Lovely Wife
  • My Summer Adventure: Memories of Another Life
  • My Time At Portia
  • N++ (NPLUSPLUS)
  • Napoleon: Total War - Definitive Edition
  • Narcos: Rise of the Cartels
  • NARUTO TO BORUTO: SHINOBI STRIKER
  • NECROMUNDA: HIRED GUN
  • Necronator: Dead Wrong
  • NecroVisioN: Lost Company
  • NecroWorm
  • Neighbours back From Hell
  • Nelly Cootalot: Spoonbeaks Ahoy! HD
  • Neon Space
  • Neon Space 2
  • Neon Sundown
  • Nephise: Ascension
  • Neurodeck : Psychological Deckbuilder
  • Never Alone Arctic Collection (w/ Foxtales DLC and FREE Soundtrack)
  • Neverinth
  • Neverout
  • Neverwinter Nights: Complete Adventures
  • Newt One
  • Nexomon: Extinction
  • Nigate Tale
  • Nine Parchments
  • Nine Witches: Family Disruption
  • No Straight Roads: Encore Edition
  • No Time to Relax
  • Nomad Survival
  • Nongunz: Doppelganger Edition
  • Noosphere
  • Northgard
  • Northmark: Hour of the Wolf
  • Nostradamus: The Last Prophecy
  • not the robots
  • Nurse Love Addiction
  • Nurse Love Syndrome
  • Nusakana
  • Obduction
  • Obey Me
  • Observer: System Redux
  • Occultus - Mediterranean Cabal
  • Odallus: The Dark Call
  • Oddworld: New 'n' Tasty
  • One Finger Death Punch 2
  • One Hand Clapping
  • One More Island
  • One Step From Eden
  • One Step From Eden (Region locked)
  • Orbital Racer
  • OTXO
  • Out of Reach: Treasure Royale
  • Out of Space
  • Overclocked: A History of Violence
  • Overlord: Ultimate Evil Collection
  • Overpass
  • Overruled
  • OZYMANDIAS: BRONZE AGE EMPIRE SIM
  • Pac-Man Museum +
  • Pan'Orama
  • Panty Party
  • Panzer Corps 2
  • Papo & Yo
  • PARADISE LOST
  • Parkan 2
  • PARTISANS 1941
  • Passpartout 2: The Lost Artist
  • Pathfinder: Wrath of the Righteous
  • Patron
  • Paw Patrol: On A Roll!
  • Paws of Coal
  • Payday 2
  • PAYDAY 2
  • Peaky Blinders: Mastermind
  • PER ASPERA
  • Perfect
  • PGA 2K21
  • PGA Tour 2K21
  • Pharaonic
  • Pixplode
  • Pizza Connection 3
  • Plague tale
  • Planescape: Torment Enhanced Edition
  • Planet Alcatraz
  • PLANET ZOO
  • PlateUp!
  • Pogostuck: Rage With Your Friends
  • Poker Pretty Girls Battle: Texas Hold'em
  • Police Stories
  • Poly Island
  • Post Void
  • Power Rangers: Battle for the Grid
  • Prank Call
  • Prehistoric Kingdom
  • Pretty Girls Mahjong Solitaire
  • Pretty Girls Panic!
  • Prey
  • Primal Carnage: Extinction
  • Princess Kaguya: Legend of the Moon Warrior
  • Pro Cycling Manager 2020
  • Prodeus
  • Project CARS - GOTY Edition
  • Project Warlock
  • Project Wingman (EU)
  • PROJECT WINTER
  • Propnight
  • PULSAR: The Lost Colony
  • qomp
  • Quadrilateral Cowboy
  • Quake II
  • Quantum Break
  • Quern - Undying Thoughts
  • Radio Commander
  • RAGE
  • Rage in Peace
  • RAILROAD CORPORATION
  • Railroad Tycoon 3
  • Railroad Tycoon II Platinum
  • Railway Empire
  • Rain World
  • Rayon Riddles - Rise of the Goblin King
  • Re: Legend
  • REBEL COPS
  • Rebel Galaxy
  • Rebel Galaxy Outlaw
  • Red Faction Guerrilla Re-Mars-tered
  • Red Riding Hood - Star Crossed Lovers
  • Red Ronin
  • RED SOLSTICE 2: SURVIVORS
  • Redout Complete Bundle
  • Redout: Enhanced Edition
  • Redout: Enhanced Edition + DLC pack
  • Regular Human Basketball
  • REKT! High Octane Stunts
  • Relicta
  • REMNANT: FROM THE ASHES - COMPLETE EDITION
  • Republique
  • Rescue Party: Live!
  • Resident Evil 0 HD REMASTER
  • Resident Evil 4
  • Resident Evil 5 Gold Edition
  • Resident Evil 7 Biohazard
  • Resident Evil Revelations
  • Resort Boss: Golf
  • RETROWAVE
  • rFactor 2
  • RiME
  • Ring of Pain
  • Rise of Industry + 2130 DLC
  • Rise of the Slime
  • Rising Storm 2: Vietnam + 2 DLCs
  • Riven: The Sequel to MYST
  • River City Girls
  • River City Ransom: Underground
  • Roarr! Jurassic Edition
  • Roboquest
  • Robot Squad Simulator 2017
  • Rogue : Genesia
  • ROGUE HEROES: RUINS OF TASOS
  • ROGUE LORDS
  • Rogue Stormers
  • rollercoaster tycoon 2
  • ROTASTIC
  • Roundguard
  • ROUNDS
  • RUNNING WITH RIFLES
  • Rustler
  • Ryse: Son of Rome
  • S.W.I.N.E. HD Remaster
  • Sailing Era
  • Saint Row
  • Sam and Max Devil's Playhouse
  • SAMUDRA
  • Sands of Aura
  • Sands of Salzaar
  • Saturday Morning RPG
  • Save Room - Organization Puzzle
  • Scarlet Tower
  • Scorn
  • SCP: 5K
  • SCUM
  • SEARCH PARTY: Director's Cut
  • Second Extinction
  • Secret Government
  • Serious Sam 3 Bonus Content DLC, Serious Sam 3: Jewel of the Nile, and Serious Sam 3: BFE
  • SEUM speedrunners from hell
  • SEUM: Speedrunners from Hell
  • Severed Steel
  • Shadow Tactics: Aiko's Choice
  • Shadowgate
  • SHADOWS: AWAKENING
  • Shape of the World
  • She Sees Red - Interactive Movie
  • Shenmue I & II
  • SHENZHEN I/O
  • Shift Happens
  • Shing!
  • Shoppe Keep 2 - Business and Agriculture RPG Simulation
  • Shotgun King: The Final Checkmate
  • Sid Meier's Civilization VI
  • Sid Meier's Railroads!
  • Sifu Deluxe Edition Upgrade Bundle (EPIC)
  • Silver Chains
  • SimCity 4 Deluxe Edition
  • Sinking Island
  • SINNER: Sacrifice for Redemption
  • Skautfold Chapters 1-4
  • Skullgirls 2nd Encore
  • Slain: Back from Hell
  • Slap City
  • Slash It
  • Slash It 2
  • Slash It Ultimate
  • Slay the Spire
  • Slaycation Paradise
  • Small World
  • Smart Factory Tycoon
  • Smile For Me
  • Smoke and Sacrifice
  • Smoke and Sacrifice
  • Smushi Come Home
  • Snail bob 2 tiny troubles
  • Sniper Elite 3
  • Sniper Elite 3 + Season Pass DLC
  • Sniper Elite 4 Deluxe Edition
  • Sniper Ghost Warrior 3 - Season Pass Edition
  • Sniper Ghost Warrior Contracts
  • Snooker 19
  • SONG OF HORROR COMPLETE EDITION
  • Songs of Conquest
  • Sonic Adventure 2
  • Sonic Adventure DX
  • Sonic and SEGA All Stars Racing
  • Sonic Generations Collection
  • Soulblight
  • Souldiers
  • SOULSTICE
  • Soundfall
  • Source of Madness
  • Spartan Fist
  • Spec Ops
  • Speed Limit
  • Spelunx and the Caves of Mr. Seudo
  • Spidersaurs
  • Spin Rush
  • Spirit Hunter: Death Mark
  • Spirit of the Island
  • Spirit of the North
  • Spring Bonus
  • Stairs
  • STAR WARS - Knights of the Old Republic
  • STAR WARS - The Force Unleashed Ultimate Sith Edition
  • STAR WARS Jedi Knight II - Jedi Outcast
  • Star Wolves
  • Starsand
  • STASIS: Bone Totem
  • State of Decay 2: Juggernaut Edition
  • Steel Rats™
  • Stick Fight: The Game
  • Still Life
  • Still Life 2
  • Stirring Abyss
  • STONE
  • Strange Brigade
  • Strange Brigade Deluxe Edition
  • STRANGER
  • Strategic Command: World War I
  • Strategic Mind: Blitzkrieg
  • Strategic Mind: Fight for Freedom
  • Strategic Mind: Spectre of Communism
  • Strategic Mind: Spirit of Liberty
  • Strategy & Tactics: Wargame Collection
  • Streamer Life Simulator
  • Street Fighter V
  • Street of fury ex
  • Strider
  • Strikey Sisters
  • Stygian: Reign of the Old Ones
  • Styx: Master of Shadows
  • Styx: Shards of Darkness
  • SuchArt
  • Sudden Strike Gold
  • Suite 776
  • Sumoman
  • Sunblaze
  • SUNLESS BUNDLE
  • Sunset Overdrive
  • Super Buff HD
  • Super Mag Bot
  • Superbugs: Awaken
  • Superhot
  • Surgeon Simulator 2
  • Survive the Nights
  • Surviving Mars
  • Surviving The Aftermath
  • Swag and Sorcery
  • Sword Legacy Omen
  • Sword of the Necromancer
  • Swords and Soldiers 2 Shawarmageddon
  • Syberia 3
  • Symphonic Rain
  • Symphony of War: The Nephilim Saga
  • Synthwave Dream '85
  • Tacoma
  • Take Off - The Flight Simulator
  • Tales
  • Tales from the Borderlands
  • Tales of Vesperia™: Definitive Edition
  • Talk to Strangers
  • Tallowmere
  • Tangledeep
  • Tank Mechanic Simulator
  • Tannenberg
  • Team Sonic Racing
  • TEKKEN 7
  • TEMTEM
  • Terminus: Zombie Survivors
  • Terror of Hemasaurus
  • Textorcist
  • Tharsis
  • The Adventure Pals
  • The Amazing American Circus
  • The Anacrusis
  • The Ascent
  • The Battle of Polytopia
  • The Battle of Polytopia *DLC1. Cymanti Tribe *DLC2. ∑∫ỹriȱŋ Tribe *DLC3. Aquarion Tribe *DLC4. Polaris Tribe
  • The Blackout Club
  • The Chess Variants Club
  • The Citadel
  • The Dark Pictures Anthology: House of Ashes
  • THE DARK PICTURES ANTHOLOGY: LITTLE HOPE
  • The Darkest Tales
  • The Dungeon Beneath
  • The Dungeon of Naheulbeuk: The Amulet of Chaos
  • The Elder Scrolls Adventures: Redguard
  • The Elder Scrolls III: Morrowind® Game of the Year Edition
  • The Elder Scrolls IV: Oblivion® Game of the Year Edition
  • The Elder Scrolls Online
  • The Escapists 2
  • THE GAME OF LIFE 2
  • The Golf Club™ 2019 featuring PGA TOUR
  • THE GUNK
  • The Haunted Island, a Frog Detective Game
  • The Hong Kong Massacre
  • The Horror Of Salazar House
  • The Indie Mixtape
  • The Innsmouth Case
  • The Invisible Hours
  • The Jackbox Party Pack 9
  • The Last Campfire
  • The LEGO Movie 2 Videogame
  • The Letter - Horror Visual Novel
  • The Long Dark
  • The Manhole: Masterpiece Edition
  • The Mortuary Assistant
  • The Mummy Demastered
  • The Outer Worlds
  • THE OUTER WORLDS: SPACER'S CHOICE EDITION
  • THE PALE BEYOND
  • The Quarry
  • The Quarry deluxe
  • The Ramp
  • The Red Lantern
  • The Rewinder
  • The Sacred Tears TRUE
  • The Sexy Brutale
  • The Smurfs - Mission Vileaf
  • The Tarnishing of Juxtia
  • The Tenants
  • The Uncertain - The Last Quiet Day
  • THE UNCERTAIN: LAST QUIET DAY
  • The Uncertain: Light At The End
  • The USB Stick Found in the Grass
  • The Walking Dead
  • The Walking Dead - 400 Days
  • The Walking Dead Saints and Sinners
  • The Walking Dead: A New Frontier
  • The Walking Dead: Final Season
  • The Walking Dead: Michonne - A Telltale Miniseries
  • The Walking Dead: Saints & Sinners
  • The Walking Dead: Season 1
  • The Walking Dead: Season Two
  • The Way
  • The Wild At Heart
  • The Wild Eight
  • The Witness
  • Them and Us
  • They Bleed Pixels
  • Thief of Thieves
  • This War of Mine
  • This Way Madness Lies
  • Three Kingdom: The Journey
  • Time on Frog Island
  • Tinkertown
  • Tiny Tina’s Wonderland(EU)
  • TINY TINA'S WONDERLANDS CHAOTIC GREAT EDITION
  • Tiny Troopers
  • Tinykin
  • Tinytopia
  • TIS-100
  • Titan Quest
  • Tokyo Xanadu eX+
  • Tools up
  • Tooth and Tail
  • Torchlight
  • Total Tank Simulator
  • Tour de France 2020
  • Tower Unite
  • Trailblazers
  • Train Sim World 3: Standard Edition
  • Train Simulator Classic
  • Train Valley 1
  • Transport INC
  • Treasure Hunter Simulator
  • TRIBES OF MIDGARD
  • Trine 4
  • Trinity Fusion
  • Trombone Champ
  • Tropico 5 - Complete Collection
  • Trover Saves the Universe
  • Tunche
  • Turmoil
  • Turok 2: Seeds of Evil
  • Twin Mirror
  • Two Point Campus
  • Two Point Hospital
  • TYPECAST
  • Tyrant's Blessing
  • Ultimate Chicken Horse
  • Ultimate Zombie Defense
  • Ultra Space Battle Brawl
  • Unavowed
  • Undead Horde
  • Unexplored 2: The Wayfarer's Legacy
  • Unity of Command: Stalingrad Campaign
  • Universim
  • UNLOVED
  • Unpacking
  • Until I have you
  • Unto The End
  • Upside Down
  • URU: Complete Chronicles
  • Vagante
  • Valfaris
  • Valfaris: Mecha Therion
  • Valkryia Chronicles 4 Complete Edition
  • Valkyria Chronicles 4 Complete Edition
  • Valkyria Chronicles 4: Complete Edition
  • Vambrace: Cold Soul
  • Vampire Survivors
  • Vectronom
  • Velocity Noodle
  • Venba
  • Verne: The Shape of Fantasy
  • Victoria 3
  • Victoria II
  • Viking: Battle For Asgard
  • Virgo Versus The Zodiac
  • VirtuaVerse
  • Visage
  • Viscerafest
  • Void Bastards
  • VOIDIGO
  • Volcanoids
  • Voltage High Society
  • V-Rally 4
  • Wanderlust: Travel Stories (GOG)
  • Wargroove
  • Warhammer 40,000 Sanctus Reach - Complete Edition
  • Warhammer 40,000: Armageddon - Imperium Complete
  • Warhammer 40,000: Battlesector
  • Warhammer 40,000: Gladius - Relics of War
  • Warhammer 40,000: Mechanicus
  • Warhammer 40,000: Space Wolf Special Edition
  • WARHAMMER AGE OF SIGMAR: REALMS OF RUIN – ULTIMATE EDITION
  • Warhammer vermintide collector's edition
  • Warhammer: End Times - Vermintide
  • Warhammer: Vermintide 2
  • Warman
  • Wasteland 3
  • Wayward
  • WE NEED TO GO DEEPER
  • We should talk.
  • We Were Here Together
  • We Were Here Too
  • Webbed
  • What Lies in the Multiverse
  • When Ski Lifts Go Wrong
  • while True: learn()
  • Whos Your daddy
  • Wick
  • Will You Snail?
  • Windward
  • Witch It
  • Witchy Life Story
  • wizard of legends
  • Wolfenstein 3D
  • Worms Rumble
  • WRC 6 FIA World Rally Championship
  • WRC 7 FIA World Rally Championship
  • WWE 2K Battlegrounds
  • WWE 2K23
  • WWZ Aftermath
  • Wytchwood
  • X-COM: COMPLETE PACK
  • XCOM: ULTIMATE COLLECTION
  • XIII - Classic
  • X-Morph: Defense + European Assault, Survival of the Fittest, and Last Bastion DLC
  • X-Morph: Defense Complete Pack
  • Yakuza Kiwami
  • Yumeutsutsu Re:After
  • Yumeutsutsu Re:Master
  • Zen Chess: Mate in One, Mate in 2 , Mate in 3 , Mate in 4 , Champion's Moves (5 games)
  • Ziggurat
  • Zombie Army 4
  • Zombie Army Trilogy
  • Zool Redimensioned
DLCs and Softwares:
  • For The King: Lost Civilization Adventure Pack
  • Train Simulator: Isle of Wight Route Add-On
  • Train Simulator: Woodhead Electric Railway in Blue Route Add-On
  • Train Simulator: North Somerset Railway Route Add-On
  • Train Simulator: Union Pacific Heritage SD70ACes Loco Add-On
  • Train Simulator: London to Brighton Route Add-On
  • BR Class 170 'Turbostar' DMU Add-On
  • DB BR 648 Loco Add-On
  • Europa Universalis IV: Wealth of Nations
  • Expansion - Europa Universalis IV: Conquest of Paradise
  • Expansion - Europa Universalis IV: Res Publica
  • Grand Central Class 180 'Adelante' DMU Add-On
  • Peninsula Corridor: San Francisco - Gilroy Route Add-On
  • SONIC ADVENTURE 2: BATTLE
  • Small World - A Spider's Web
  • Small World - Cursed
  • Small World - Royal Bonus
  • The Dungeon Of Naheulbeuk: The Amulet Of Chaos - Goodies Pack
  • The Dungeon Of Naheulbeuk: The Amulet Of Chaos - OST
  • Thompson Class B1 Loco Add-On
  • Total War: Shogun 2 - Rise of the Samurai
  • Train Sim World® 3: Birmingham Cross-city line
  • Train Sim World®: BR Class 20 'Chopper' Loco
  • Train Sim World®: Brighton Main Line: London Victoria - Brighton
  • Train Sim World®: Caltrain MP36PH-3C 'Baby Bullet'
  • Train Sim World®: Cathcart Circle Line: Glasgow - Newton & Neilston
  • Train Sim World®: Clinchfield Railroad: Elkhorn - Dante
  • Train Sim World®: Great Western Express
  • Train Sim World®: Hauptstrecke Hamburg - Lubeck
  • Train Sim World®: LIRR M3 EMU
  • Train Sim World®: Long Island Rail Road: New York - Hicksville
  • Train Sim World®: Nahverkehr Dresden - Riesa
  • Train Sim World®: Northern Trans-Pennine: Manchester - Leeds
  • Train Sim World®: Peninsula Corridor: San Francisco - San Jose
  • Train Sim World®: Rhein-Ruhr Osten: Wuppertal - Hagen
  • Train Sim World®: Tees Valley Line: Darlington - Saltburn-by-the-sea
  • Worms Rumble - Armageddon Weapon Skin Pack
  • Worms Rumble - Captain & Shark Double Pack
  • Worms Rumble - Legends Pack
  • Worms Rumble - New Challengers Pack
  • Ashampoo Photo Optimizer 7
  • Dagon: by H. P. Lovecraft - The Eldritch Box DLC
  • Duke Nukem Forever Hail to the Icons
  • Duke Nukem Forever The Doctor Who Cloned Me
  • GRIP: Combat Racing - Cygon Garage Kit
  • GRIP: Combat Racing - Nyvoss Garage Kit
  • GRIP: Combat Racing - Terra Garage Kit
  • GRIP: Combat Racing - Vintek Garage Kit
  • GameGuru
  • GameMaker Studio 2 Creator 12 Months
  • Intro to Game Development with Unity
  • Music Maker EDM Edition
  • Neverwinter Nights: Darkness Over Daggerford
  • Neverwinter Nights: Enhanced Edition Dark Dreams of Furiae
  • Neverwinter Nights: Enhanced Edition Tyrants of the Moonsea
  • Neverwinter Nights: Enhanced Edition
  • Neverwinter Nights: Infinite Dungeons
  • Neverwinter Nights: Pirates of the Sword Coast
  • Neverwinter Nights: Wyvern Crown of Cormyr
  • PDF-Suite 1 Year License
  • Pathfinder Second Edition Core Rulebook and Starfinder Core Rulebook
  • RPG Maker VX
  • WWE 2K BATTLEGROUNDS - Ultimate Brawlers Pass
  • We Are Alright
  • The Outer Worlds Expansion Pass
  • A Hat in Time - Seal the Deal DLC
  • City Skylines:mass transit
  • A Game Of Thrones - A Dance With Dragons
  • A Game Of Thrones - A Feast For Crows
  • Blood Rage: Digital Edition - Gods of Asgard
  • Blood Rage: Digital Edition - Mythical Monsters
  • Blood Rage: Digital Edition - Mystics of Midgard
  • Carcassonne - The Princess and The Dragon DLC
  • Carcassonne - Traders & Builders DLC
  • Carcassonne - Winter & Gingerbread Man DLC
  • Carcassonne - Inns & Cathedrals
  • Carcassonne - The River
  • Splendor: The Trading Posts DLC
  • Splendor: The Strongholds DLC
  • Splendor: The Cities DLC
  • Small World - Be Not Afraid... DLC
  • Small World - Grand Dames DLC
  • Small World - Cursed!
  • Sands of Salzaar - The Ember Saga
  • Sands of Salzaar - The Tournament
  • Monster Train: The Last Divinity DLC
  • WARSAW
submitted by calvin324hk to indiegameswap [link] [comments]


2024.05.14 17:23 calvin324hk [H] 1000+ Games / DLCs / VR Games [W] Paypal / Wishlist / Offers

https://www.reddit.com/IGSRep/comments/pikmri/calvin324hks_igs_rep_page/
https://www.reddit.com/sgsflaicomments/of2wzu/flair_profile_ucalvin324hk/
Wishlist
Region: NA (Canada)
Fees on buyer if any, currency is USD unless specified
CTRL + F to find your games in terms of name
  • 10 Second Ninja X
  • 11-11 Memories Retold
  • 112 Operator
  • 12 is Better Than 6
  • 198X
  • 1993 Space Machine
  • 60 Parsecs
  • 7 Billion Humans
  • 8 DOORS
  • 8-bit Adventure Anthology: Volume I
  • 9 Years of Shadows
  • 911 Operator
  • A Game of Thrones: The Board Game
  • A Hat in Time
  • A Hole New World
  • A JUGGLER'S TALE
  • A Long Way Down
  • A PLAGUE TALE: INNOCENCE
  • A Robot Named Fight!
  • A Tale for Anna
  • A.I.M.2 Clan Wars
  • Ace Combat Assault Horizon Enhanced Edition
  • Adore
  • Aeterna Noctis
  • AETHERIS
  • Agatha Christie Hercule Poirot The First Cases
  • AIdol
  • Airborne Kingdom
  • Alba: A Wildlife Adventure
  • Alder's Blood: Definitive Edition
  • Alfred Hitchcock - Vertigo
  • Alien Breed Trilogy
  • Aliens vs. Predator™ Collection
  • All-Star Fruit Racing
  • Almost There: The Platformer
  • American Fugitive
  • American Truck Simulator
  • Amerzone: The Explorer’s Legacy
  • AMID EVIL
  • Amnesia rebirth
  • Amnesia: The Dark Descent + Amnesia: A Machine for Pigs
  • Anomalous
  • Another World – 20th Anniversary Edition
  • Antigraviator
  • Anuchard
  • APICO
  • APICO
  • Aragami
  • Aragami 2
  • Arboria
  • Arcade Paradise
  • Arcade Paradise - Arcade Paradise EP
  • Arcade Spirits
  • Arkham Horror: Mother's Embrace
  • Armada 2526 Gold Edition
  • Army Men RTS
  • army of ruin
  • Arto
  • Ary and the Secret of Seasons
  • As Far as the Eye
  • Ascension to the Throne
  • Assemble With Care
  • Assetto Corsa Competizione
  • Assetto Corsa Ultimate Edition
  • Astebreed Definitive Edition
  • Astronarch
  • Attack of the Earthlings
  • Automachef
  • Automobilista
  • Automobilista 2
  • AUTONAUTS
  • AUTONAUTS VS PIRATEBOTS
  • Avatar: Frontiers of Pandora™ - Ubisoft Connect
  • AVICII Invector: Encore Edition
  • Awesomenauts All Nauts pack
  • Baba is you
  • Back 4 Blood
  • Back 4 blood (EU)
  • Backbone
  • Baldur's Gate II: Enhanced Edition
  • Baldur's Gate: Enhanced Edition
  • Banners of Ruin
  • Bartlow's Dread Machine
  • BASEMENT
  • Batbarian: Testament of the Primordials
  • Batman: Arkham Asylum Game of the Year Edition
  • Batman: Arkham Origins
  • Battle Royale Tycoon
  • Battlecruisers
  • Battlestar Galactica Deadlock
  • BATTLESTAR GALACTICA DEADLOCK SEASON ONE
  • Battlestar Galactica Deadlock: Complete
  • BATTLETECH MERCENARY COLLECTION
  • BATTLETECH Shadow Hawk Pack
  • BEAUTIFUL DESOLATION
  • BEFORE WE LEAVE
  • Beholder 2
  • Ben 10
  • Ben 10: Power Trip
  • Bendy and the Ink Machine™
  • Between the Stars
  • Beyond a Steel Sky
  • Beyond The Edge Of Owlsgard
  • Beyond the Long Night
  • BEYOND THE WIRE
  • Beyond: Two Souls
  • BIOMUTANT
  • Bionic Commando
  • Bionic Commando Rearmed
  • BioShock: The Collection
  • BLACK BOOK
  • Black Moon Chronicles
  • Black Paradox
  • BLACK SKYLANDS
  • BLACKHOLE: Complete Edition
  • Blacksad: Under the Skin
  • Blade of Darkness
  • Blasphemous
  • Blazing Chrome
  • Blightbound
  • Blood And Zombies
  • Blood Rage: Digital Edition
  • Bloodstained: Ritual of the Night
  • Bomber Crew
  • Boneless Zombie
  • Boomerang Fu
  • Borderlands 3
  • Borderlands 3 Super Deluxe
  • Borderlands 3 Super Deluxe Edition
  • Borderlands: The Handsome Collection
  • Bot Vice
  • Bounty of One
  • Brawlout
  • Breakout: Recharged
  • Breathedge
  • bridge constructor
  • Bridge constructor medieval
  • bridge constructor stunts
  • Broken Lines
  • Brothers: A Tale of Two Sons
  • Brutal Legend
  • Bug Fables: The Everlasting Sapling
  • BUILDER SIMULATOR
  • calico
  • Call of Duty® Modern Warfare 3™ (2011)
  • Call of Juarez: Gunslinger
  • Car Mechanic 2018
  • Car Mechanic Simulator 2015
  • Car Mechanic Simulator 2018
  • Castle Morihisa
  • Castle on the Coast
  • castle storm
  • CastleStorm
  • Cat Cafe Manager
  • Caveblazers
  • Celeste
  • Centipede: Recharged
  • CHANGE: A Homeless Survival Experience
  • Charlie's Adventure
  • Chenso Club
  • Chernobylite: Enhanced Edition
  • Chess Ultra
  • Chicago 1930 : The Prohibition
  • Chivalry 2
  • Chop Goblins
  • Chorus
  • Cities Skylines + After Dark
  • Cities: Skylines
  • City of Beats
  • CivCity: Rome
  • Click and Slay
  • Cloud Gardens
  • Cloudpunk
  • Code Vein
  • Coffee Talk
  • Comedy Night
  • Command & Conquer Remastered (Origin)
  • Complete Dread X Collection
  • Conarium
  • Construction Simulator (2015) Deluxe Edition
  • Constructor Plus
  • Control
  • Cook, Serve, Delicious! 3?!
  • cornucopia
  • Corridor Z
  • Cosmic Osmo and the Worlds Beyond the Mackerel
  • Cosmonautica
  • Crash Drive 2
  • Crash Drive 3
  • Creaks
  • Creepy Tale
  • Crookz the big heist
  • CROSSBOW: Bloodnight
  • Crush Your Enemies
  • Cube Runner
  • Cultist Simulator: Anthology Edition
  • Curse: The Eye of Isis
  • Cyber Ops
  • Cybercube
  • Danger Scavenger
  • Dark Deity
  • DARK PICTURES ANTHOLOGY: HOUSE OF ASHES
  • Darksiders Warmastered
  • Darkwood
  • DARQ: Complete Edition
  • Day of the Tentacle Remastered
  • days of war definitive edition
  • Dead by Daylight
  • Dead Estate
  • Dead Rising 2
  • Dear Esther: Landmark Edition
  • Death Stranding Directors Cut
  • DEATH STRANDING DIRECTOR'S CUT
  • Deceased
  • DECEIVE INC.
  • Degrees of Separation
  • Delicious! Pretty Girls Mahjong Solitaire
  • Deliver Us The Moon
  • Demetrios - Deluxe Edition
  • Depraved
  • DESCENDERS
  • DESOLATE
  • Destiny 2: Beyond Light
  • DESTROYER: THE U-BOAT HUNTER
  • Detention
  • Devil May Cry HD Collection
  • Devilated
  • Dicey Dungeons
  • Dirt 5
  • dirt rally
  • Dirt Rally 2.0
  • Disaster Band
  • Disciples III: Reincarnation
  • Discolored
  • DISTRAINT 2
  • Distrust
  • DmC: Devil May Cry
  • Do Not Feed the Monkeys
  • Don't Be Afraid
  • Doomed Lands
  • Door Kickers: Action Squad
  • Doorways: Prelude
  • Downfall
  • Dragons Dogma Dark Arisen
  • Dragon's Dogma: Dark Arisen
  • Draugen
  • Draw Slasher
  • Drawful 2
  • Dreams in the Witch House
  • Dreamscaper
  • DreamWorks Dragons: Dawn of New Riders
  • DRIFT21
  • Driftland: The Magic Revival
  • drive!drive!drive!
  • Drone Swarm
  • Due Process
  • Duke Nukem: Manhattan Project
  • Duke of Alpha Centauri
  • Dungeon Rushers
  • Dungeons 2
  • Dungeons 3
  • DUSK
  • Dusk Diver
  • Dust to the End
  • DV: Rings of Saturn
  • Dynopunk
  • Earth Defense Force 4.1 The Shadow of New Despair
  • Eastern Exorcist
  • Eiyuden Chronicle: Rising
  • El Matador
  • Elderand
  • ELDEST SOULS
  • Electrician Simulator
  • Elemental Survivors
  • Elex
  • Elex II
  • Elite Dangerous
  • Embr
  • Empire: Total War - Definitive Edition
  • Empyrion - Galactic Survival
  • ENCASED: A SCI-FI POST-APOCALYPTIC RPG
  • Endless Space 2
  • Endless Space 2 - Digital Deluxe Edition
  • Endless Space® 2 - Digital Deluxe Edition
  • Endzone - A World Apart
  • EPIC CHEF
  • Epistory - Typing Chronicles
  • Escape the backrooms
  • Eternal Threads
  • Europa Universalis IV
  • European Ship Simulator
  • Everdream Valley
  • Evil Genius 2: World Domination
  • Exorder
  • EXPEDITIONS: ROME
  • Expeditions: Viking
  • Explosionade
  • F1 2018
  • F1 2019 Anniversary Edition
  • F1 2020
  • F1 RACE STARS Complete Edition Include DLC
  • Fable Anniversary
  • Factory Town
  • Fallback uprising
  • Fallback: Uprising
  • FALLOUT 1
  • Family Mysteries 3: Criminal Mindset
  • FANTASY BLACKSMITH
  • FARMER'S DYNASTY
  • Farming Simulator 17
  • Farming Simulator 19
  • Fictorum
  • Field of Glory II
  • Fights in Tight Spaces
  • Filthy Animals Heist Simulator
  • Firefighting Simulator - The Squad
  • Fishing Adventure
  • Flashback
  • FLATLAND Vol.2
  • FlatOut
  • FLING TO THE FINISH
  • Floppy Knights
  • Fluffy Horde
  • FOBIA - ST. DINFNA HOTEL
  • For the King
  • Forgive me Father
  • Forts
  • Fred3ric
  • Fresh Start Cleaning Simulator
  • Friends vs Friends
  • Frogun
  • From Space
  • Frostpunk: Game of the Year Edition
  • Frozenheim
  • Fun with Ragdolls: The Game
  • Funtasia
  • Gamedec
  • Gamedec - Definitive Edition
  • Gang Beasts
  • GARAGE bad trip
  • Garden Story
  • Garfield Kart
  • GAS STATION SIMULATOR
  • Gelly Break Deluxe
  • Genesis Alpha One Deluxe Edition
  • Gevaudan
  • Ghostrunner
  • Giana Sisters 2D
  • GIGA WRECKER
  • Gigantosaurus: Dino Kart
  • Glitch Busters: Stuck On You
  • Gloria Victis
  • Go Home Dinosaurs
  • GOAT OF DUTY
  • GOD EATER 3
  • Godlike Burger
  • Godstrike
  • Going Under
  • Golf Gang
  • Golf It!
  • Gone Home + Original Soundtrack
  • Good Knight
  • Gotham Knights
  • GREAK: MEMORIES OF AZUR
  • GREEDFALL
  • Gremlins, inc
  • grey goo
  • GRID - 2019
  • grid ultimate
  • GRIP: Combat Racing
  • Gungrave G.O.R.E
  • Guppy
  • Guts and glory
  • GYLT
  • Hacknet
  • Haegemonia: Legions of Iron
  • Hamilton's Great Adventure
  • Hammerwatch
  • Hands of Necromancy
  • Havsala: Into the Soul Palace
  • Headsnatchers
  • Heartwood Heroes
  • Heat Signature
  • Helheim Hassle
  • Hell Let Loose
  • Hellblade: Senua's Sacrifice
  • Hellbound
  • Hellstuck: Rage With Your Friends
  • Hero of the Kingdom III
  • Hero of the Kingdom: The Lost Tales 2
  • Heroes of Hammerwatch
  • Heros hour
  • Hexologic
  • Hidden & Dangerous 2: Courage Under Fire
  • Hidden & Dangerous: Action Pack
  • Hidden Deep
  • High On Life
  • Hitman (2016) Game of the Year Edition
  • HITMAN 2 - Gold Edition
  • Hoa
  • Hob
  • Hollow Knight
  • Holy Potatoes! A Spy Story?!
  • Home Sweet Home
  • Home Sweet Home EP2
  • Homestead Arcana
  • Hood: Outlaws & Legends
  • Hoplegs
  • Hot Tin Roof: The Cat That Wore A Fedora
  • HOT WHEELS UNLEASHED ™
  • Hotshot Racing
  • House Flipper
  • How to Survive 2
  • Hue
  • Human: Fall Flat
  • HUMANKIND DEFINITIVE EDITION
  • Hungry Flame
  • Hyper Knights
  • I am Bread
  • I Am Fish
  • I am not a Monster: First Contact
  • I Hate Running Backwards
  • ibb & obb Double Pack
  • ICBM
  • Ice Age Scrat's Nutty Adventure
  • Ice Lakes
  • Impostor Factory
  • IN SOUND MIND
  • Indivisible
  • INDUSTRIA
  • Infectonator 3: Apocalypse
  • Infinite Beyond The Mind
  • Injustice 2 Legendary Edition
  • Insane 2
  • INSOMNIA: The Ark
  • Internet Cafe Simulator
  • Internet Cafe Simulator 2
  • Interstellar Space: Genesis
  • Iron Fisticle
  • Iron Harvest
  • Ittle Dew
  • Ittle Dew 2+
  • Jack Move
  • Jackbox party pack 2
  • Jackbox party pack 5
  • JANITOR BLEEDS
  • Joint Task Force
  • Jotun: Valhalla Edition
  • Journey For Elysium
  • Journey to the Savage Planet
  • JUMANJI: The Video Game
  • JumpJet Rex
  • Juno: New Origins
  • Jupiter Hell
  • Jurassic Park: The Game
  • Jurassic World Evolution
  • Jurassic World Evolution 2
  • JUST CAUSE 4: COMPLETE EDITION
  • Just Die Already
  • Kardboard Kings: Card Shop Simulator
  • Keep Talking and Nobody Explodes
  • Ken Follett's The Pillars of the Earth
  • Kentucky Route Zero - Season Pass Edition
  • Kerbal Space Program
  • Killing Floor 2 Digital Deluxe Edition
  • Killing Room
  • Kingdom Two Crowns
  • Kingdom: New Lands
  • King's Bounty: Crossworlds
  • Knights of Pen & Paper 2
  • Knock-knock
  • Koi-Koi Japan [Hanafuda playing cards] *Koi-Koi Japan : UKIYOE tours Vol.1 DLC *Koi-Koi Japan : UKIYOE tours Vol.2 DLC *Koi-Koi Japan : UKIYOE tours Vol.3 DLC
  • Konung 2
  • KungFu Kickball
  • Labyrinthine
  • Lair of the Clockwork God
  • Laserlife
  • LAST OASIS
  • Lawn Mowing Simulator
  • Layers of Fear: Masterpiece Edition
  • Lead and Gold: Gangs of the Wild West
  • Learn Japanese To Survive! Hiragana Battle
  • Learn Japanese To Survive! Katakana War
  • Learn Japanese to Survive! Trilogy
  • Legend of Keepers
  • LEGION TD 2 - MULTIPLAYER TOWER DEFENSE
  • LEGION TD 2 - MULTIPLAYER TOWER DEFENSE.
  • Leisure Suit Larry - Wet Dreams Don't Dry
  • Leisure Suit Larry 1-7
  • Lemnis Gate
  • Lemon Cake
  • lethal league blaze
  • Let's School
  • Levelhead
  • Liberated (GOG)
  • Life is Strange Complete Season (Episodes 1-5)
  • Light Fairytale Episode 1
  • Light Fairytale Episode 2
  • LIGHTMATTER
  • Little dragons cafe
  • Little Hope
  • Little Inner Monsters - Card Game
  • Little Nightmares
  • Little Nightmares Complete Edition
  • Livelock
  • Loop Hero
  • Loot River
  • Looterkings
  • Lornsword Winter Chronicle
  • Lost Castle
  • Love Letter
  • Lovecraft's Untold Stories
  • Lovely planet arcade
  • Lucius2
  • Lucius3
  • Ludus
  • Lumberhill
  • LunarLux
  • Lust for Darkness
  • Lust from Beyond: M Edition
  • Mad Experiments: Escape Room
  • Mad Max
  • Mafia Definitive Edition
  • Mafia: Definitive Edition
  • Magenta Horizon
  • Mahjong Pretty Girls Battle
  • Mahjong Pretty Girls Battle : School Girls Edition
  • Mail Time
  • Maize
  • Maneater
  • Marooners
  • MARSUPILAMI - HOOBADVENTURE
  • Marvel's Avengers - The Definitive Edition
  • Mato Anomalies
  • Max Payne 3
  • Mechs & Mercs: Black Talons
  • Medieval II: Total War - Definitive Edition
  • Medieval: Total War Collection
  • MEEPLE STATION
  • Men of War
  • MERCHANT OF THE SKIES
  • METAL HELLSINGER
  • Metal Hellsinger
  • Metro Exodus
  • Metro last light
  • Metro: Last Light Redux
  • Middle-earth: Shadow of Mordor GOTY
  • Middle-earth: Shadow of Mordor GOTY
  • Middle-Earth: Shadow of War Definitive Edition
  • MIDNIGHT PROTOCOL
  • Mighty Switch Force! Collection
  • MIND SCANNERS
  • Ministry of Broadcast
  • Minute of Islands
  • Miscreated
  • Mists of Noyah
  • MKXL
  • Mob Rule Classic
  • Monaco
  • Monster Slayers - Complete Edition
  • Monster Train
  • MONSTER TRAIN (FIRST CLASS - COLLECTORS EDITION)
  • Monstrum
  • Monstrum 2
  • Moon Hunters
  • Moons of Madness
  • MORDHAU
  • Mordheim: City of the Damned
  • Mortal Kombat 11 Ultimate Edition
  • MORTAL KOMBAT XL
  • Mortal Shell
  • Motorcycle Mechanic Simulator 2021
  • Mr. Run and Jump
  • Murder Mystery Machine
  • My Big Sister
  • My Friend Peppa Pig
  • My Lovely Wife
  • My Summer Adventure: Memories of Another Life
  • My Time At Portia
  • N++ (NPLUSPLUS)
  • Napoleon: Total War - Definitive Edition
  • Narcos: Rise of the Cartels
  • NARUTO TO BORUTO: SHINOBI STRIKER
  • NECROMUNDA: HIRED GUN
  • Necronator: Dead Wrong
  • NecroVisioN: Lost Company
  • NecroWorm
  • Neighbours back From Hell
  • Nelly Cootalot: Spoonbeaks Ahoy! HD
  • Neon Space
  • Neon Space 2
  • Neon Sundown
  • Nephise: Ascension
  • Neurodeck : Psychological Deckbuilder
  • Never Alone Arctic Collection (w/ Foxtales DLC and FREE Soundtrack)
  • Neverinth
  • Neverout
  • Neverwinter Nights: Complete Adventures
  • Newt One
  • Nexomon: Extinction
  • Nigate Tale
  • Nine Parchments
  • Nine Witches: Family Disruption
  • No Straight Roads: Encore Edition
  • No Time to Relax
  • Nomad Survival
  • Nongunz: Doppelganger Edition
  • Noosphere
  • Northgard
  • Northmark: Hour of the Wolf
  • Nostradamus: The Last Prophecy
  • not the robots
  • Nurse Love Addiction
  • Nurse Love Syndrome
  • Nusakana
  • Obduction
  • Obey Me
  • Observer: System Redux
  • Occultus - Mediterranean Cabal
  • Odallus: The Dark Call
  • Oddworld: New 'n' Tasty
  • One Finger Death Punch 2
  • One Hand Clapping
  • One More Island
  • One Step From Eden
  • One Step From Eden (Region locked)
  • Orbital Racer
  • OTXO
  • Out of Reach: Treasure Royale
  • Out of Space
  • Overclocked: A History of Violence
  • Overlord: Ultimate Evil Collection
  • Overpass
  • Overruled
  • OZYMANDIAS: BRONZE AGE EMPIRE SIM
  • Pac-Man Museum +
  • Pan'Orama
  • Panty Party
  • Panzer Corps 2
  • Papo & Yo
  • PARADISE LOST
  • Parkan 2
  • PARTISANS 1941
  • Passpartout 2: The Lost Artist
  • Pathfinder: Wrath of the Righteous
  • Patron
  • Paw Patrol: On A Roll!
  • Paws of Coal
  • Payday 2
  • PAYDAY 2
  • Peaky Blinders: Mastermind
  • PER ASPERA
  • Perfect
  • PGA 2K21
  • PGA Tour 2K21
  • Pharaonic
  • Pixplode
  • Pizza Connection 3
  • Plague tale
  • Planescape: Torment Enhanced Edition
  • Planet Alcatraz
  • PLANET ZOO
  • PlateUp!
  • Pogostuck: Rage With Your Friends
  • Poker Pretty Girls Battle: Texas Hold'em
  • Police Stories
  • Poly Island
  • Post Void
  • Power Rangers: Battle for the Grid
  • Prank Call
  • Prehistoric Kingdom
  • Pretty Girls Mahjong Solitaire
  • Pretty Girls Panic!
  • Prey
  • Primal Carnage: Extinction
  • Princess Kaguya: Legend of the Moon Warrior
  • Pro Cycling Manager 2020
  • Prodeus
  • Project CARS - GOTY Edition
  • Project Warlock
  • Project Wingman (EU)
  • PROJECT WINTER
  • Propnight
  • PULSAR: The Lost Colony
  • qomp
  • Quadrilateral Cowboy
  • Quake II
  • Quantum Break
  • Quern - Undying Thoughts
  • Radio Commander
  • RAGE
  • Rage in Peace
  • RAILROAD CORPORATION
  • Railroad Tycoon 3
  • Railroad Tycoon II Platinum
  • Railway Empire
  • Rain World
  • Rayon Riddles - Rise of the Goblin King
  • Re: Legend
  • REBEL COPS
  • Rebel Galaxy
  • Rebel Galaxy Outlaw
  • Red Faction Guerrilla Re-Mars-tered
  • Red Riding Hood - Star Crossed Lovers
  • Red Ronin
  • RED SOLSTICE 2: SURVIVORS
  • Redout Complete Bundle
  • Redout: Enhanced Edition
  • Redout: Enhanced Edition + DLC pack
  • Regular Human Basketball
  • REKT! High Octane Stunts
  • Relicta
  • REMNANT: FROM THE ASHES - COMPLETE EDITION
  • Republique
  • Rescue Party: Live!
  • Resident Evil 0 HD REMASTER
  • Resident Evil 4
  • Resident Evil 5 Gold Edition
  • Resident Evil 7 Biohazard
  • Resident Evil Revelations
  • Resort Boss: Golf
  • RETROWAVE
  • rFactor 2
  • RiME
  • Ring of Pain
  • Rise of Industry + 2130 DLC
  • Rise of the Slime
  • Rising Storm 2: Vietnam + 2 DLCs
  • Riven: The Sequel to MYST
  • River City Girls
  • River City Ransom: Underground
  • Roarr! Jurassic Edition
  • Roboquest
  • Robot Squad Simulator 2017
  • Rogue : Genesia
  • ROGUE HEROES: RUINS OF TASOS
  • ROGUE LORDS
  • Rogue Stormers
  • rollercoaster tycoon 2
  • ROTASTIC
  • Roundguard
  • ROUNDS
  • RUNNING WITH RIFLES
  • Rustler
  • Ryse: Son of Rome
  • S.W.I.N.E. HD Remaster
  • Sailing Era
  • Saint Row
  • Sam and Max Devil's Playhouse
  • SAMUDRA
  • Sands of Aura
  • Sands of Salzaar
  • Saturday Morning RPG
  • Save Room - Organization Puzzle
  • Scarlet Tower
  • Scorn
  • SCP: 5K
  • SCUM
  • SEARCH PARTY: Director's Cut
  • Second Extinction
  • Secret Government
  • Serious Sam 3 Bonus Content DLC, Serious Sam 3: Jewel of the Nile, and Serious Sam 3: BFE
  • SEUM speedrunners from hell
  • SEUM: Speedrunners from Hell
  • Severed Steel
  • Shadow Tactics: Aiko's Choice
  • Shadowgate
  • SHADOWS: AWAKENING
  • Shape of the World
  • She Sees Red - Interactive Movie
  • Shenmue I & II
  • SHENZHEN I/O
  • Shift Happens
  • Shing!
  • Shoppe Keep 2 - Business and Agriculture RPG Simulation
  • Shotgun King: The Final Checkmate
  • Sid Meier's Civilization VI
  • Sid Meier's Railroads!
  • Sifu Deluxe Edition Upgrade Bundle (EPIC)
  • Silver Chains
  • SimCity 4 Deluxe Edition
  • Sinking Island
  • SINNER: Sacrifice for Redemption
  • Skautfold Chapters 1-4
  • Skullgirls 2nd Encore
  • Slain: Back from Hell
  • Slap City
  • Slash It
  • Slash It 2
  • Slash It Ultimate
  • Slay the Spire
  • Slaycation Paradise
  • Small World
  • Smart Factory Tycoon
  • Smile For Me
  • Smoke and Sacrifice
  • Smoke and Sacrifice
  • Smushi Come Home
  • Snail bob 2 tiny troubles
  • Sniper Elite 3
  • Sniper Elite 3 + Season Pass DLC
  • Sniper Elite 4 Deluxe Edition
  • Sniper Ghost Warrior 3 - Season Pass Edition
  • Sniper Ghost Warrior Contracts
  • Snooker 19
  • SONG OF HORROR COMPLETE EDITION
  • Songs of Conquest
  • Sonic Adventure 2
  • Sonic Adventure DX
  • Sonic and SEGA All Stars Racing
  • Sonic Generations Collection
  • Soulblight
  • Souldiers
  • SOULSTICE
  • Soundfall
  • Source of Madness
  • Spartan Fist
  • Spec Ops
  • Speed Limit
  • Spelunx and the Caves of Mr. Seudo
  • Spidersaurs
  • Spin Rush
  • Spirit Hunter: Death Mark
  • Spirit of the Island
  • Spirit of the North
  • Spring Bonus
  • Stairs
  • STAR WARS - Knights of the Old Republic
  • STAR WARS - The Force Unleashed Ultimate Sith Edition
  • STAR WARS Jedi Knight II - Jedi Outcast
  • Star Wolves
  • Starsand
  • STASIS: Bone Totem
  • State of Decay 2: Juggernaut Edition
  • Steel Rats™
  • Stick Fight: The Game
  • Still Life
  • Still Life 2
  • Stirring Abyss
  • STONE
  • Strange Brigade
  • Strange Brigade Deluxe Edition
  • STRANGER
  • Strategic Command: World War I
  • Strategic Mind: Blitzkrieg
  • Strategic Mind: Fight for Freedom
  • Strategic Mind: Spectre of Communism
  • Strategic Mind: Spirit of Liberty
  • Strategy & Tactics: Wargame Collection
  • Streamer Life Simulator
  • Street Fighter V
  • Street of fury ex
  • Strider
  • Strikey Sisters
  • Stygian: Reign of the Old Ones
  • Styx: Master of Shadows
  • Styx: Shards of Darkness
  • SuchArt
  • Sudden Strike Gold
  • Suite 776
  • Sumoman
  • Sunblaze
  • SUNLESS BUNDLE
  • Sunset Overdrive
  • Super Buff HD
  • Super Mag Bot
  • Superbugs: Awaken
  • Superhot
  • Surgeon Simulator 2
  • Survive the Nights
  • Surviving Mars
  • Surviving The Aftermath
  • Swag and Sorcery
  • Sword Legacy Omen
  • Sword of the Necromancer
  • Swords and Soldiers 2 Shawarmageddon
  • Syberia 3
  • Symphonic Rain
  • Symphony of War: The Nephilim Saga
  • Synthwave Dream '85
  • Tacoma
  • Take Off - The Flight Simulator
  • Tales
  • Tales from the Borderlands
  • Tales of Vesperia™: Definitive Edition
  • Talk to Strangers
  • Tallowmere
  • Tangledeep
  • Tank Mechanic Simulator
  • Tannenberg
  • Team Sonic Racing
  • TEKKEN 7
  • TEMTEM
  • Terminus: Zombie Survivors
  • Terror of Hemasaurus
  • Textorcist
  • Tharsis
  • The Adventure Pals
  • The Amazing American Circus
  • The Anacrusis
  • The Ascent
  • The Battle of Polytopia
  • The Battle of Polytopia *DLC1. Cymanti Tribe *DLC2. ∑∫ỹriȱŋ Tribe *DLC3. Aquarion Tribe *DLC4. Polaris Tribe
  • The Blackout Club
  • The Chess Variants Club
  • The Citadel
  • The Dark Pictures Anthology: House of Ashes
  • THE DARK PICTURES ANTHOLOGY: LITTLE HOPE
  • The Darkest Tales
  • The Dungeon Beneath
  • The Dungeon of Naheulbeuk: The Amulet of Chaos
  • The Elder Scrolls Adventures: Redguard
  • The Elder Scrolls III: Morrowind® Game of the Year Edition
  • The Elder Scrolls IV: Oblivion® Game of the Year Edition
  • The Elder Scrolls Online
  • The Escapists 2
  • THE GAME OF LIFE 2
  • The Golf Club™ 2019 featuring PGA TOUR
  • THE GUNK
  • The Haunted Island, a Frog Detective Game
  • The Hong Kong Massacre
  • The Horror Of Salazar House
  • The Indie Mixtape
  • The Innsmouth Case
  • The Invisible Hours
  • The Jackbox Party Pack 9
  • The Last Campfire
  • The LEGO Movie 2 Videogame
  • The Letter - Horror Visual Novel
  • The Long Dark
  • The Manhole: Masterpiece Edition
  • The Mortuary Assistant
  • The Mummy Demastered
  • The Outer Worlds
  • THE OUTER WORLDS: SPACER'S CHOICE EDITION
  • THE PALE BEYOND
  • The Quarry
  • The Quarry deluxe
  • The Ramp
  • The Red Lantern
  • The Rewinder
  • The Sacred Tears TRUE
  • The Sexy Brutale
  • The Smurfs - Mission Vileaf
  • The Tarnishing of Juxtia
  • The Tenants
  • The Uncertain - The Last Quiet Day
  • THE UNCERTAIN: LAST QUIET DAY
  • The Uncertain: Light At The End
  • The USB Stick Found in the Grass
  • The Walking Dead
  • The Walking Dead - 400 Days
  • The Walking Dead Saints and Sinners
  • The Walking Dead: A New Frontier
  • The Walking Dead: Final Season
  • The Walking Dead: Michonne - A Telltale Miniseries
  • The Walking Dead: Saints & Sinners
  • The Walking Dead: Season 1
  • The Walking Dead: Season Two
  • The Way
  • The Wild At Heart
  • The Wild Eight
  • The Witness
  • Them and Us
  • They Bleed Pixels
  • Thief of Thieves
  • This War of Mine
  • This Way Madness Lies
  • Three Kingdom: The Journey
  • Time on Frog Island
  • Tinkertown
  • Tiny Tina’s Wonderland(EU)
  • TINY TINA'S WONDERLANDS CHAOTIC GREAT EDITION
  • Tiny Troopers
  • Tinykin
  • Tinytopia
  • TIS-100
  • Titan Quest
  • Tokyo Xanadu eX+
  • Tools up
  • Tooth and Tail
  • Torchlight
  • Total Tank Simulator
  • Tour de France 2020
  • Tower Unite
  • Trailblazers
  • Train Sim World 3: Standard Edition
  • Train Simulator Classic
  • Train Valley 1
  • Transport INC
  • Treasure Hunter Simulator
  • TRIBES OF MIDGARD
  • Trine 4
  • Trinity Fusion
  • Trombone Champ
  • Tropico 5 - Complete Collection
  • Trover Saves the Universe
  • Tunche
  • Turmoil
  • Turok 2: Seeds of Evil
  • Twin Mirror
  • Two Point Campus
  • Two Point Hospital
  • TYPECAST
  • Tyrant's Blessing
  • Ultimate Chicken Horse
  • Ultimate Zombie Defense
  • Ultra Space Battle Brawl
  • Unavowed
  • Undead Horde
  • Unexplored 2: The Wayfarer's Legacy
  • Unity of Command: Stalingrad Campaign
  • Universim
  • UNLOVED
  • Unpacking
  • Until I have you
  • Unto The End
  • Upside Down
  • URU: Complete Chronicles
  • Vagante
  • Valfaris
  • Valfaris: Mecha Therion
  • Valkryia Chronicles 4 Complete Edition
  • Valkyria Chronicles 4 Complete Edition
  • Valkyria Chronicles 4: Complete Edition
  • Vambrace: Cold Soul
  • Vampire Survivors
  • Vectronom
  • Velocity Noodle
  • Venba
  • Verne: The Shape of Fantasy
  • Victoria 3
  • Victoria II
  • Viking: Battle For Asgard
  • Virgo Versus The Zodiac
  • VirtuaVerse
  • Visage
  • Viscerafest
  • Void Bastards
  • VOIDIGO
  • Volcanoids
  • Voltage High Society
  • V-Rally 4
  • Wanderlust: Travel Stories (GOG)
  • Wargroove
  • Warhammer 40,000 Sanctus Reach - Complete Edition
  • Warhammer 40,000: Armageddon - Imperium Complete
  • Warhammer 40,000: Battlesector
  • Warhammer 40,000: Gladius - Relics of War
  • Warhammer 40,000: Mechanicus
  • Warhammer 40,000: Space Wolf Special Edition
  • WARHAMMER AGE OF SIGMAR: REALMS OF RUIN – ULTIMATE EDITION
  • Warhammer vermintide collector's edition
  • Warhammer: End Times - Vermintide
  • Warhammer: Vermintide 2
  • Warman
  • Wasteland 3
  • Wayward
  • WE NEED TO GO DEEPER
  • We should talk.
  • We Were Here Together
  • We Were Here Too
  • Webbed
  • What Lies in the Multiverse
  • When Ski Lifts Go Wrong
  • while True: learn()
  • Whos Your daddy
  • Wick
  • Will You Snail?
  • Windward
  • Witch It
  • Witchy Life Story
  • wizard of legends
  • Wolfenstein 3D
  • Worms Rumble
  • WRC 6 FIA World Rally Championship
  • WRC 7 FIA World Rally Championship
  • WWE 2K Battlegrounds
  • WWE 2K23
  • WWZ Aftermath
  • Wytchwood
  • X-COM: COMPLETE PACK
  • XCOM: ULTIMATE COLLECTION
  • XIII - Classic
  • X-Morph: Defense + European Assault, Survival of the Fittest, and Last Bastion DLC
  • X-Morph: Defense Complete Pack
  • Yakuza Kiwami
  • Yumeutsutsu Re:After
  • Yumeutsutsu Re:Master
  • Zen Chess: Mate in One, Mate in 2 , Mate in 3 , Mate in 4 , Champion's Moves (5 games)
  • Ziggurat
  • Zombie Army 4
  • Zombie Army Trilogy
  • Zool Redimensioned
DLCs and Softwares:
  • For The King: Lost Civilization Adventure Pack
  • Train Simulator: Isle of Wight Route Add-On
  • Train Simulator: Woodhead Electric Railway in Blue Route Add-On
  • Train Simulator: North Somerset Railway Route Add-On
  • Train Simulator: Union Pacific Heritage SD70ACes Loco Add-On
  • Train Simulator: London to Brighton Route Add-On
  • BR Class 170 'Turbostar' DMU Add-On
  • DB BR 648 Loco Add-On
  • Europa Universalis IV: Wealth of Nations
  • Expansion - Europa Universalis IV: Conquest of Paradise
  • Expansion - Europa Universalis IV: Res Publica
  • Grand Central Class 180 'Adelante' DMU Add-On
  • Peninsula Corridor: San Francisco - Gilroy Route Add-On
  • SONIC ADVENTURE 2: BATTLE
  • Small World - A Spider's Web
  • Small World - Cursed
  • Small World - Royal Bonus
  • The Dungeon Of Naheulbeuk: The Amulet Of Chaos - Goodies Pack
  • The Dungeon Of Naheulbeuk: The Amulet Of Chaos - OST
  • Thompson Class B1 Loco Add-On
  • Total War: Shogun 2 - Rise of the Samurai
  • Train Sim World® 3: Birmingham Cross-city line
  • Train Sim World®: BR Class 20 'Chopper' Loco
  • Train Sim World®: Brighton Main Line: London Victoria - Brighton
  • Train Sim World®: Caltrain MP36PH-3C 'Baby Bullet'
  • Train Sim World®: Cathcart Circle Line: Glasgow - Newton & Neilston
  • Train Sim World®: Clinchfield Railroad: Elkhorn - Dante
  • Train Sim World®: Great Western Express
  • Train Sim World®: Hauptstrecke Hamburg - Lubeck
  • Train Sim World®: LIRR M3 EMU
  • Train Sim World®: Long Island Rail Road: New York - Hicksville
  • Train Sim World®: Nahverkehr Dresden - Riesa
  • Train Sim World®: Northern Trans-Pennine: Manchester - Leeds
  • Train Sim World®: Peninsula Corridor: San Francisco - San Jose
  • Train Sim World®: Rhein-Ruhr Osten: Wuppertal - Hagen
  • Train Sim World®: Tees Valley Line: Darlington - Saltburn-by-the-sea
  • Worms Rumble - Armageddon Weapon Skin Pack
  • Worms Rumble - Captain & Shark Double Pack
  • Worms Rumble - Legends Pack
  • Worms Rumble - New Challengers Pack
  • Ashampoo Photo Optimizer 7
  • Dagon: by H. P. Lovecraft - The Eldritch Box DLC
  • Duke Nukem Forever Hail to the Icons
  • Duke Nukem Forever The Doctor Who Cloned Me
  • GRIP: Combat Racing - Cygon Garage Kit
  • GRIP: Combat Racing - Nyvoss Garage Kit
  • GRIP: Combat Racing - Terra Garage Kit
  • GRIP: Combat Racing - Vintek Garage Kit
  • GameGuru
  • GameMaker Studio 2 Creator 12 Months
  • Intro to Game Development with Unity
  • Music Maker EDM Edition
  • Neverwinter Nights: Darkness Over Daggerford
  • Neverwinter Nights: Enhanced Edition Dark Dreams of Furiae
  • Neverwinter Nights: Enhanced Edition Tyrants of the Moonsea
  • Neverwinter Nights: Enhanced Edition
  • Neverwinter Nights: Infinite Dungeons
  • Neverwinter Nights: Pirates of the Sword Coast
  • Neverwinter Nights: Wyvern Crown of Cormyr
  • PDF-Suite 1 Year License
  • Pathfinder Second Edition Core Rulebook and Starfinder Core Rulebook
  • RPG Maker VX
  • WWE 2K BATTLEGROUNDS - Ultimate Brawlers Pass
  • We Are Alright
  • The Outer Worlds Expansion Pass
  • A Hat in Time - Seal the Deal DLC
  • City Skylines:mass transit
  • A Game Of Thrones - A Dance With Dragons
  • A Game Of Thrones - A Feast For Crows
  • Blood Rage: Digital Edition - Gods of Asgard
  • Blood Rage: Digital Edition - Mythical Monsters
  • Blood Rage: Digital Edition - Mystics of Midgard
  • Carcassonne - The Princess and The Dragon DLC
  • Carcassonne - Traders & Builders DLC
  • Carcassonne - Winter & Gingerbread Man DLC
  • Carcassonne - Inns & Cathedrals
  • Carcassonne - The River
  • Splendor: The Trading Posts DLC
  • Splendor: The Strongholds DLC
  • Splendor: The Cities DLC
  • Small World - Be Not Afraid... DLC
  • Small World - Grand Dames DLC
  • Small World - Cursed!
  • Sands of Salzaar - The Ember Saga
  • Sands of Salzaar - The Tournament
  • Monster Train: The Last Divinity DLC
  • WARSAW
submitted by calvin324hk to SteamGameSwap [link] [comments]


2024.05.14 16:58 SystemSpark [USA] [H] Pixel Pals, FF7 Rebirth DE; Car Battler Joe, Haunting Grounds, Chrono Trigger Maps, Cubivore, Turbo, Project Justice, Xenogears, Power Stone 2, Faria, Izuna 2, amiibo, Switch/Wii/WiiU/PSP/PS1/PS2/PS3/PS4/PS5/DS/3DS/GBA/GB/NES/SNES/NGC/Genesis/Saturn Games, Controllers, Swag [W] Lists,Wants

If you would like to buy, please check my thread on /gamesale.
  Photos upon request.
 
Storage Solutions Condition
Thin Jewel Case for CD/DVD/Blu-Ray New. Clear front, black back
Standard Jewel Case for CD/DVD/Blu-Ray New. Clear front and back
Genesis/Famicom Retro Protection New, PET acid-free plastic cartridge protector
Super Famicom Cartridge Retro Protection New, PET acid-free plastic cartridge protector
SNES Cartridge Retro Protection New, PET acid-free plastic cartridge protector
NES Cartridge Retro Protection New, PET acid-free plastic cartridge protector
 
amiibo Condition
Tears of the Kingdom Link Loose
Ocarina of Time Link Loose
Majora's Mask Link Loose
Smash Bros. Link Loose
Skyward Sword Link Loose
Zelda & Loftwing Loose
Wind Waker Link Loose
Wind Waker Zelda Loose
Twilight Princess Link Loose
Wolf Link and Midna Loose
Callie Loose
Marie Loose
Inkling Boy [Neon Green] Loose
Inkling Girl [Neon Pink] Loose
Inkling Squid [Neon Purple] Loose
Splatoon 2 Pearl Loose
Splatoon 2 Marina Loose
Splatoon 3 Inkling [Yellow] Loose
Splatoon 3 Octoling [Blue] Loose
Splatoon 3 Small Fry Loose
Zelda Loftwing New In Box
Sanrio amiibo cards Sealed Pack
Mario Cereal Box Cereal Removed/Flattened
Isabelle Summer Outfit Open Box
Cyrus/K.K./Reese New In Box/Damaged box
Tom Nook New In Box
Mabel New In Box
 
Digital Codes Condition
SCOTT PILGRIM VS THE WORLD-STANDARD EDITION-US Switch Digital Code
 
Figures Condition
Chrono Trigger Chrono (Crono)/Robo/Eira (Ayla) Formation Arts Figure Loose figure, most limbs are detachable by design, no missing parts
Pit Figma Figure First Edition, Open Box, Contains everything but AR cards
Lillie (Pokemon) Nendoroid Sealed. US edition from the Pokemon Center
Pixel Pal Mega Man Sealed, damaged box
Pixel Pal SMB3 Mario Sealed
Pixel Pal SMB3 Luigi Sealed
Tracer Nendoroid (730) Sealed
Tracer (Blizzard Entertainment Cute But Deadly Series 2 Vinyl) Loose figure
 
Switch Condition
Adventure Acedamia Sealed
Atelier Ryza 3 Complete in Box
Azure Striker Gunvolt Striker Pack Sealed
Bendy and the Ink Machine Complete in Box
Cruel King and the Great Hero Storybook Edition Complete in Box
Ender Lilies Sealed, Japan Import
Grim Fandango Remastered Complete in Box, no slip cover
Labyrinth of Refrain Loose
Legend of Zelda Tears of the Kingdom Sealed
Metroid Dread Collector's Edition Sealed, a few dings associated with shipping
Monster Hunter Stories 2 Collector's Edition Sealed
The Mummy Demastered Complete in Box
River City Girls Complete in Box, US Copy, Best Buy Variant
Shadowverse Champion's Battle Loose
Shantae Sealed
Shantae Risky's Revenge Sealed
Shantae Collector's Edition Sealed
Shantae Risky's Revenge Collector's Edition Sealed
Teenage Mutant Ninja Turtles Cowabunga Collection Sealed
Wonder Boy: The Dragon's Trap Complete in Box
Yu-Gi-Oh Legacy of the Duelist: Link Evolution Loose
 
Wii Condition
Batallion Wars 2 Game and Case
Castle of Shikigami III Complete in Box
Okami Game and Case
 
WiiU Games Condition
Batman Arkham City Armored Edition Sealed
Disney Infinity 2.0 Sealed
Nintendoland Complete in Box
Star Fox Guard Complete in Box
Turbo Super Stunt Squad Complete in Box, Art/Manual damage
 
DS Condition
Animal Crossing Wild World Game, Case, and inserts. No Manual
Final Fantasy Fables Chocobo's Dungeon DS+ Complete in Box, Japanese Import
Izuna 2 The Unemployed Ninja Returns Loose
Super Scribblenauts Loose
 
3DS Condition
Kid Icarus Uprising (Japanese) Game, Manual, and Case (No Big Box)
Kid Icarus Uprising Complete in Box, Includes Big Box, Stand and AR cards
Senran Kagura Deep Crimson Double D Edition Sealed
 
GBA Condition
Car Battler Joe Loose. Label imperfections
Chocobo Land A Game of Dice Loose
Lady Sia Loose, EU import
Lady Sia Loose. Label imperfections
Super Mario Advance No label
 
GB Condition
Alleyway Loose
Kid Dracula Loose
 
NES Condition
Adventure Island II Loose
Faria Game and Box. Box has some wear
Kid Icarus Game, Box, and Manual; Box shows wear; Protective case for box and manual included
Rainbow Islands Loose
Super Mario Bros & Duck Hunt Loose
 
SNES Condition
Metal Marines Loose
Secret of Mana Loose
Super Punch-Out Loose
Super Scope 6 Loose
Wild Guns Loose, Bad Label Damage
 
Gamecube Condition
Cubivore Loose disc
Pikmin Player's Choice, Complete In Box
Star Fox Assault Loose disc
Resident Evil 0 Player's Choice, Case and Discs, no manual
Resident Evil Player's Choice, Complete In Box
Resident Evil Complete In Box
Resident Evil 4 Complete In Box, Disc 2 has label wrinkles
Super Mario Sunshine Game and case, no manual
 
Sega Genesis Condition
Jurrassic Park Loose cartridge, Sharpie on Label
Phantasy Star IV Loose cartridge, Label Damage
Quackshot Complete In Box
Rocket Knight Adventures Loose cartridge, Label Damage
Spider-Man Loose cartridge, Label Damage
 
Sega Saturn Condition
NiGHTS Into Dreams Complete in Box, Not for Resale Edition
Night Warriors Darkstalkers' Revenge Loose
 
Sega Dreamcast Condition
Project Justice Complete in Box, page 2 detached from manual.
Power Stone 2 Loose
 
PSP Condition
Daxter Loose, Greatest Hits, Not For Resale
Power Stone Collection Loose
Silent Hill Origins Game and Case
 
PS1 Condition
Castlevania Chronicles Complete in Box
Chocobo Racing Loose
Chocobo no Fushigi na Dungeon Complete in Box, Japanese Import
Chocobo's Dungeon 2 Complete in Box, Manual is badly water damaged
Dark Stalkers Loose slim case version
Dark Stalkers 3 Disc and Manual, no back art
Rival Schools Complete in Box
Silent Hill Loose disc, Greatest Hits
Valkyrie Profile Discs and Case, no manual
World of Dragon Warrior Torneko The Last Hope Loose
Xenogears Complete in Box
 
PS2 Condition
Avatar The Last Airbender Disc and Case
Baldur's Gate Dark Alliance Complete in Box; Greatest Hits
Bully Greatest Hits, game & artwork
Burnout 3 Takedown Complete, Water Damage on back cover art
Burnout Dominator Case and Disc, Disc has superficial scratches but still boots
Castlevania Curse of Darkness Loose, Disc has light scratching
Crash Bandicoot The Wrath of Cortex Greatest Hits, Used, Disc and Case
Dragon Ball Z Budokai Complete in Box
Dragon Ball Z Budokai Tenkaichi Complete in Box; Greatest Hits
Final Fantasy X Greatest Hits, Used, Disc and Case
Final Fantasy X-2 Complete; Greatest Hits
Haunting Ground Complete in Box, Water Damage on art and manual
Killzone Complete in Box
Grand Theft Auto Vice City Disc, Case, Poster, No Manual
.Hack Infection Complete in Box, Includes Anime DVD
.Hack Mutation Complete in Box, Includes Anime DVD
.Hack Outbreak Complete in Box, Includes Anime DVD
.Hack Quaratine Discs and Case, no manual
Marvel vs Capcom 2 Cracked Disc, won't boot for me. Comes with case, no manual
Metal Gear Solid 2 Sons of Liberty Greatest Hits, Used, Disc and Case
Naruto Ultimate Ninja 2 Disc and Case
Need for Speed Underground Greatest Hits, Used, Disc and Case
Need for Speed Underground 2 Complete in Box
Need for Speed Hot Pursuit 2 Greatest Hits, Used, Disc and Case
Resident Evil Dead Aim Game and Case, No manual
Scarface Complete; Greatest Hits
Simpsons Road Rage Loose, Greatest Hits
Valkyrie Profile 2 Complete In Box, some wear on the artwork and manual
Tekken Tag Tournament Disc and Case, Greatest Hits, Full side Movie Gallery sticker on DVD face
 
PS3 Condition
Sports Champions Complete in Box
 
PS4 Condition
APEX Construct Sealed
Gravity Rush Remastered Loose
J-Stars Victory VS+ Loose
SteamWorld Dig 2 Sealed
 
PS5 Condition
Battlefield 2042 Complete in Box
Final Fantasy VII Rebirth Deluxe Eiditon Sealed
 
XBOX One Condition
Watchdogs Sealed
 
Consoles Condition
Monster Hunter Rise Edition Switch New in Box (No game code)
Oculus Quest 1 Complete in Box
Playstation 2 w/FreeMcBoot Original PS2 "Fat" system. Won't read PS1 or blue PS2 discs. Laser could be ready to go bad, or just need re-alignment. Comes with a Yellow PS2 Memory Card that has FreeMcBoot on it. Free McBoot will allow you to to play games off of a hard drive if desired. No cords/controllers included.
Pokemon Scarlet/Violet Edition OLED Switch New In Box
SNES Jr. Includes Deck, RF Coax Cable, Third Party AC Adapter, and Third Party Controller. Small crack on the corner.
Splatoon 3 Edition OLED Switch New In Box
 
Controllers Condition
FortniteWildcat Joy-Con Set Comes from the Fortnite Edition Console, never used
Joy-Con Grip Bagged/Unused - Came with console
Oculus Quest 1/Rift S Left Controller Used but very good condition. Comes with silicon case
Oculus Quest 1/Rift S Right Controller Used but very good condition. Comes with silicon case
Platinum Gamecube Controller Third Party, no nintendo logo, wired, good condition
Joy-Con (Left/Gray) Good, no drift
Joy-Con (Right/Neon Red) Good, no drift, Factory refurbished
SNES Controller Third Party, no nintendo logo
SPIN Z WiiU Pro Controller Black, Near Mint
 
Misc. Condition
Chocobo White Mage Plush Good
Chocobo Mystery Dungeon Everybuddy Pin Thief costume
Chocobo's Dungeon Card Game Monsters Expansion Pack Sealed
Black MagicGate 8MB PS2 Memory Card Has Free McBoot loaded onto the card
Yellow Nyko MagicGate 8MB PS2 Memory Card Has Free McBoot loaded onto the card
The Art of Splatoon 2 Sealed
Mario Kart 8 Target Pre-Order Keychain Sealed. Cut in the film.
Nintendo Switch AC Adapter Gently used
Nintendo 64 Memory Jumper Pack OEM/Authentic Regular Pack, not to be confused with the expansion
Super Smash Bros. Ultimate Pre-Order Coin Sealed
Breath of the Wild Sheikah Coin From BotW Special Edition, Good condition
Pokken Art Cel Pre-Order Bonus Sealed
Blastoise New 3DS Plates Plates are mint and unused
Nintendo 3DS Stand OEM, Came with Kid Icarus Uprising
Kid Icarus Uprising Players Guide (Imported from Japan, no AR cards) Shows a little wear
Kid Icarus AR Card Set (205/404) Contains 249/402 different North American (AKDE) cards, no duplicates. An itemized list can be provided upon request.
Kid Icarus AR - Pit Rally Cry Sealed Pack Sealed pack of cards that contains AKDE-403,014,086
Shantae Risky's Revenge 2 LP Soundtrack Vinyl Sealed
Super Mario Wonder Framed Art Print Comes from Best Buy, Sealed
Tears of the Kingdom Pin Set (The Legend of Zelda) From the TotK Collector's Edition. Mint
Tears of the Kingdom Art Book (The Legend of Zelda) From the TotK Collector's Edition. Mint
Tears of the Kingdom Poster (The Legend of Zelda) From the TotK Collector's Edition. Mint
Portal 2 Wheatley LED Flashlight Sealed
 
Cases/Boxes/Inserts Condition
Chrono Trigger Manual SNES, Slight Wear
Chrono Trigger Orange Border Map Slight Water Damage, 2 Pin holes in the folds, frame optional
Chrono Trigger Green Border Map Slight Water Damage
Disgaea 1 Rosen Queen Edition Everything but the game
Dragon Ball Z Budokai Tenkaichi Greatest Hits Artwork
Shantae Slip Cover Limited Run Nintendo Switch 5 Game Slip cover with protector
Burnout Revenge PS2 case and manual
Doom Eternal Steelbook PS4 Sealed, no game
Dot Hack (.HACK) Infection PS2 case and manual
Dot Hack (.HACK) Mutation Empty Case only
Dot Hack (.HACK) Outbreak PS2 case and manual
Dragonball Z Budokai Tenkaichi PS2 Greatest Hits Case Only, damaged clips but artwork is in good shape
The Legend of Zelda Tears of the Kingdom Collector's Edition Includes everything but the game
Metroid Dread Special Edition Box only, damaged from shipping
God of War Chains of Olympus Case and Manual Only
Gran Turismo 3 A-spec PS2 case only, 'Not For Sale' version
Super Smash Bros Ultimate Nintendo Switch ConsoleBox Only Empty Box, good condition
Animal Crossing Nintendo Switch Console Box Only Empty Box, good condition
Pokemon Dialga & Palkia Switch Lite Box Only Empty Box, good condition
Rival Schools Front Artwork Just the front artwork
Fortnite Nintendo Switch Console Box Only Empty Box, good condition
The Witcher III Wild Hunt Empty Case, good condition
Tears of the Kingdom Steelbook (The Legend of Zelda) From the TotK Collector's Edition. Empty Case, Mint
Witch's Wish Box Empty Box, good condition
 
Freebies Condition
Playstation 2 IDE Connector Upgraded my HD Adapter to SATA, these are the old/leftover connectors.
Nintendo Switch Cart Caddy 3D Printed. Holds 16 carts. Can connect to an OEM dock.
Yoshi Mario Kart Keychain Good
Small Jotaro Kujo Figure 3D Printed. From Jojo's Bizarre Adventure All-Star Battle-R
Large Jotaro Kujo Figure 3D Printed. From Jojo's Bizarre Adventure All-Star Battle-R
2 Cartridge DS Travel Case 2 Cartridge DS Travel Case
4 Cartridge DS Travel Case 4 Cartridge DS Travel Case
Wonderswan Display Stand 3D Printed. Does not fit Wonderswan Crystal
Lavos Figure 3D printed in PLA Wood Filament. Not my model, found on thingiverse.
 
Wants Console
Kid Icarus Uprising AR Cards: AKDE-025 AKDE-039 (Will consider others) None
Asheron's Call Memorabilia PC
Game & Watch Devices (Excluding 35th Mario & Zelda editions) G&W
Trip World GB
Classic NES Series: Excitebike GBA
Classic NES Series: Dr. Mario GBA
Classic NES Series: Pac-Man GBA
Kirby Tilt 'n' Tumble GBA
Pokemon Puzzle Challenge GBC
R.O.B. Accessories NES
Yo Noid NES
Pirates Of Dark Water SNES
Chrono Trigger Box/Inserts SNES
Marvel Super Heroes War of the Gems SNES
Ribbit King NGC
Mario Wonder Cards/Pins Pre-Order Bonuses None
Metal Gear Acid PSP
Racing Lagoon PS1
Parasite Eve 2 PS1
Red Ninja (Art/Manual) PS2
Night Warriors Darkstalkers Revenge (Case & Manual Only) Saturn
Wonderswan Games Wonderswan
DS Download Station 1-8,10,11,12,14,16,17,20 DS
Oni PS2
Sega Master System Games Master System
ROG Ally Extreme PC
submitted by SystemSpark to gameswap [link] [comments]


http://rodzice.org/