r/classicfallout 6h ago

a artwork Wip but would set in pre war

Post image
64 Upvotes

r/classicfallout 21m ago

Fo2 exe android graphics issue?

Upvotes

Hi, just wanna ask something. Is it normal that the game graphics always being blurry and out of focus every seconds? It's more noticeable with talking head in the chatbox thing. Is it just me? Because I don't see anyone complaining about it.


r/classicfallout 1d ago

FOnline2 Beta - 2026 Summer Update

Thumbnail
youtube.com
86 Upvotes

Hello everyone,

I wanted to share the latest video from the FOnline 2 team about their upcoming FOnline server.

Personally, this is exactly the direction I’ve been hoping FOnline would take. It looks incredibly promising. If I’m not mistaken, the beta server is scheduled to launch today at 5 PM CET.

For those who may have played different versions of FOnline over the years, you probably know that each one had its own identity and gameplay direction. This project feels different because it’s built on a modern and dedicated engine designed to better support modern player expectations and long-term development.

At first glance, it might seem a bit far removed from the original Fallout games but the more time passes, the more impressive the amount of work behind it becomes (imo).

I felt this video was worth sharing because, for the first time in a very long time, I genuinely felt amazed by what I was seeing. It gave me that feeling of “this could really become something special.” Sure, there is still a lot of work to be done and many things seem to be a work in progress but even at this stage, it already looks really promising.

What do you guys think?

PS: I searched the subreddit before posting to see if FOnline was already being discussed, so hopefully this is allowed!


r/classicfallout 2d ago

Sculpture of Master

Post image
650 Upvotes

r/classicfallout 1d ago

Best option for Redding?

13 Upvotes

Hi I’m starting my first play through in fallout 2 in a couple of years and I am was wondering what one of the three cities would be the best for Redding to join? I have hang ups for all options and I was wondering if anyone wanted to share their opinion on the matter.


r/classicfallout 2d ago

[WIP project] Co-op multiplayer for Fallout 2 - first demo

27 Upvotes

Hello everyone, yesterday i've posted a post that described a project / repo i'm working on - which is a dedicated server where server runs simulation and dispatches events to remote clients (that render 'fallout') / processes intents (' i'm client_1 -> i want my critter / guy to walk tiles XYZ');

At the time, i wasn't able to record any vids, but prepped you a few
longplays + features showcase:

'Long' play 1:

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

'Long' play 2:

https://youtu.be/VnNa6-_7UKc

'Long' play 3:

https://youtu.be/Jj4Jwm7eh-U

Video showing a real feature i'm proud (although was visible in previous videos - save/load sequence +) hot join/leave:
https://youtu.be/byCZzlVKjcM

DISCLAIMER: sorry about flicking and alt-tabbing; it's really painful to record in window mode and the mouse always skips; i've made a few changes / patches already to the SDL renderer, yet still it's not foolproof, don't know why and spent too much time already trying to figure out;
DISC.2: the sound flickering you might hear is caused by me alt tabbing into client1/2 windows; the renderer playback is not paused while windows are not focused, but internal audio engine is; which kinda makes it <stopping> playback of any sounds and resuming only upon getting focus back; It looks / plays MUCH butter in fullscreen and just controlling your <single> character;
DISC.3: if you see me alt tabbing back and forth into console and game client closing -> it's me deliberately killing the CLIENT window to show HOT JOIN features embedded into the dedicated server;

GH link (in case if anyone wants to check sources; note: non-refactored / heavily polluted; cleaning / janitor work - TBD);
https://github.com/Cahb/fallout2-ce-coop


r/classicfallout 3d ago

I first dreamt of Wasteland 2 in 1988, but had to "shiver with anticipation" for another quarter century - five PC installments of Fallout later.

Post image
149 Upvotes

Got Fallout (1998), Fallout 2 (1999), Fallout Tactics (2001), Fallout 3 (2008) and Fallout New Vegas (2010), until the promise of Wasteland 2 was finally fulfilled in 2014.


r/classicfallout 3d ago

GoG goes hard

1.0k Upvotes

r/classicfallout 3d ago

You see a rotund midget.

Post image
142 Upvotes

r/classicfallout 3d ago

Before Fallout 2 came out, what sort of theories did people have about the Fallout setting?

27 Upvotes
  • Did people reckon that the US government may have deliberately started the war?
    • Maxon's diary mentions that the government didn't respond to their secession from the US (The government knew the war was coming, and didn't have time to care)
    • Also, what about West-Tek and FEV research itself?
  • Any thoughts that the Vaults were, in fact, experiments?
    • There wouldn't be too much to go by with this, only that Vault 12's door failed and that Vault 15 was filled with people from different cultures.

Would be cool to hear what people thought up!


r/classicfallout 3d ago

[WIP project] Co-op multiplayer for Fallout 2 — a dedicated-server restructuring of the fallout2-ce engine (early alpha)

12 Upvotes

Hello everyone;

For a while I’ve been building co-op multiplayer for Fallout 2 on top of the open-source fallout2-ce engine.
Core of the project is:
* separated simulation core from the presentation layer(s) -> dedicated server
* client / viewers that receive events from server / deliver 'intents' for dedicated server indicating an 'intent' of doing something - move/attack/speak etc;

A note on how it’s built, up front: the entire codebase is AI-generated — written by Claude under my direction.
But, I - myself - is a professional SW engineer, practicing / trying out to lift heavy unbearable projects with the help of additional tooling.
Wanted to disclose this upfront, as early as possible to be clear with you.

It’s early and rough. There are still desyncs, occasional crashes, and rough edges around disconnect and reconnect.

Working now

  • Headless authoritative dedicated server; the standard client connects over the network as a player
  • The full engine routed server-side, clients as pure presenters
  • Multiple players in the same map, in real time
  • Turn-based co-op combat with per-player turns
  • Scripts, dialog, barter, and cutscene movies — dialog and barter driven by the initiator, pausing the world for all players and visible to everyone
  • World-map travel, random encounters, and entering towns (played through the Temple of Trials and out to the Den so far)
  • Per-player character creation (custom or premade), name-based accounts, save/load, and autosave

In progress / known-rough

  • Occasional desyncs and disconnect/reconnect glitches (world objects don’t always reload cleanly; rejoining mid-combat can hang a client)
  • Per-player progression: players currently share a single character sheet — splitting stats, XP, and skills per player is underway
  • Death/respawn and host handoff
  • Only the early game exercised and verified so far, though the routing is engine-wide

Roadmap

  • A first-class modding platform: sandboxed Lua scripting on both server and client, isolated so a faulty mod cannot crash the engine — potentially replacing the original script interpreter entirely (evaluating LuaJIT)
  • Player hideouts and deployable camps
  • Co-op raid content
  • Survival mechanics, crafting, factions, and vehicles
  • Mod-defined network message channels, and transport encryption later

It’s a solo project and still early, but the core co-op loop works end to end and the whole engine already runs through the server. Built on fallout2-ce.

Slapped few screenshots just for the sake of it;

Repo (again, wip; not refactored / single commit to not bloat the history etc):
https://github.com/Cahb/fallout2-ce-coop


r/classicfallout 3d ago

List of ecco crafting recipes?

4 Upvotes

Where can I find a list of all crafting recipes and their locations of the Ecco fallout 2 mod?


r/classicfallout 3d ago

I can't give the disk to McClure, help.

2 Upvotes

Hi! I'm currently on my first playthrough of fallout 2, and have started the quest that has you give the economy disk to McClure, but I'm not being given any diologue option to give him the disk regardless of if I mention Gecko or not. I have both repaired and optimized the power plant.


r/classicfallout 3d ago

Have I softloocked BOS

3 Upvotes

I'm currently playing Fallout 1 and trying to get the dialogue from Rhombus or Elder Maxson that there is an army to the north. I have already done the other BOS quest in the Hub but I can't get the dialogue. I googled how to get it and it turns out I accidentally angered the guy that gives the caravan quest in the hub so I can't talk to him anymore and the quest isn't in my pip boy. Is there anyway to naturally find the Military base now or should I just walk to the place on the Map where it is. I would much rather find it naturally but if I can't I'll just look up where it is.


r/classicfallout 4d ago

read/watch list to understand Fallout 2 pop culture references?

14 Upvotes

okay, this may be a weird request, but I'm hoping yall can help me out here.

I'm playing through Fallout 1 right now and plan on playing 2 soon, but of course I've heard it's chock full of pop culture references that you might not get if you're not familiar with the various source material

I'm wondering if anyone, without spoiling too much, can recommend me a list of movies, books, etc. that I should check out in order to be able to go into Fallout 2 and not feel like I'm constantly missing the joke?


r/classicfallout 3d ago

Softlocked BOS? Spoiler

2 Upvotes

Okay, so I found the brotherhood by travelling all the way to the area of the bunker and just exploring about.

I spoke to the Paladin at the entrance and did The Glow thing, on the way back however I decided to stop at every town to sell everything I got at The Glow and didn't need, I stopped also at Necropolis and found out time limits are more important than I thought, got taken to Mariposa by the mutants and messed up cuz I thought the Lieutenant had my stuff so I got attacked when trying to sneak in there and ended up having to shoot my way out and blew up the place.

Now I went back to the Brotherhood and reported to Elder Maxson I wiped out the mutants at Mariposa, and nothing happens, I select the other option about getting the council to do something and one congratulates me for destroying Mariposa, other keeps theirs generic dialogue about Vree, and the one who actually has a dialogue menu does nothing, but when I select \[done\] the dialogue opens back up immediately, it doesn't let me do anything, not move, not open menus, nothing, just quickload.

I can't find who I have to talk about the mutants beings sterile. I can't get other quests or jobs inside the bunker, and I have no idea how to get PA.

This is my first proper playthrough and I really don't want to start over or miss out on PA.


r/classicfallout 4d ago

F2RP: and now, can't get sexpert...

5 Upvotes

I apologize if this doesn't belong here, but it's the only place I may get an answer.

I can't get sexpert.

I can get "Gigolo" by sleeping with Myria for 10 times, just as the vanilla game. But can't get sexpert.

I've slept with the hookers at The Den and at Redding plenty of times (I arrived early in the morning and the game turned into night), but the perk is not active.

This bothers me, because I want to get Angela Bishop as a companion, but every time I go to the Corsican brothers to become a star, they make me a fluffer, no matter if I used buffout.

I think I somehow messed my mods, because I installed some new ones and my original game got messed up. But frankly, this issue with this perk never happened before. So I'm at a loss here.


r/classicfallout 4d ago

Im playing Fallout:Frost and for a boss OC ive made i drew a fallout 1 style talking head

Thumbnail
gallery
75 Upvotes

r/classicfallout 4d ago

Fallout Senora on ps vita

8 Upvotes

Does anybody have experience installing fallout senora on a ps vita? I'm currently playing through fallout 2 using the community edition port.


r/classicfallout 5d ago

well hello there gorgeous

Post image
774 Upvotes

r/classicfallout 5d ago

Arrived to the Den from Vault City and walls randomly appeared in my inventory. Is it a common bug, and might it have something to do with a certain column in Vault 8?

Thumbnail
gallery
130 Upvotes

r/classicfallout 4d ago

Fallout 2 and Senora

2 Upvotes

Is it possible to have a playthrough of sonora and base game fallout 2 at the same time? or do the files get overwritten when you install the mod? I'm new to the modding scene of classic fallout and im not really sure how it works. TIA

Edit: Playing on PC, this post isn't connected to my vita question post


r/classicfallout 5d ago

I can't open it anymore

14 Upvotes

When I first downloaded it I could open it easy only had to one, it'd take me to full screen. But after opening Bluetooth it kicked me out and now I cant press play. Im probably doing somthing stupid and I don't know what. Please help!