proomt

Search

Search posts, papers, and topics

All posts

Hacker News front pagemrrx5 min readintermediate

Lucasart's Afterlife

Summary

This blog post revisits Lucasart's 1996 game "Afterlife," a unique SimCity-like game where players manage Heaven and Hell, offering strategies for new and returning players. It details specific game mechanics, zoning tactics, and common pitfalls to help optimize soul collection and progress.

  • Turn off "Bad Things" events to prevent astral plane disruption, accepting half soul rate.
  • A money cheat (SHIFT-421) is likely essential to overcome the game's initial negative cashflow.
  • Design Hell roads to be inefficient (long and snaky) and Heaven roads to be efficient (squares).
  • Plan for building size upgrades (e.g., 3rd gate is 4x4) to avoid placement issues.

This post is for retro gaming enthusiasts or players of "Afterlife" seeking specific, hard-to-find strategies to master the game's complex and often undocumented mechanics.

6/10

Related reading

  1. AI for Games in the Foundation Model Era

    The paper surveys how foundation models are used across six roles in the game development lifecycle—from playing agents to design assistance and runtime adaptation. It highlights limited transferability due to game-specific interfaces and notes that evaluation is mature for bounded play but weak for adaptive and testing scenarios.

    Hugging Face Daily Papersarxiv.org1 minpaper
  2. Some things Veloren does differently

    Veloren’s engine uses a custom ECS, a novel ‘chonks’ voxel storage, full‑world pre‑generation, physically‑based erosion, and a scalable real‑time simulation (rtsim) that keeps tens of thousands of NPCs active, achieving ~50% CPU usage on a 48‑core server with 500+ players.

    Lobstersjsbarretto.com8 minHN5lobste.rs70
  3. Reverse-engineered Jev-like model

    Jevlike is an open‑source starter model that scores a list of text options in a single forward pass. It provides a minimal architecture (option queries, shared dot‑product scorer), synthetic data generation, training/evaluation CLI, and examples on Doom and chess. The repo supports a byte‑level encoder or a frozen Hugging‑Face encoder (e.g., Qwen2.5‑0.5B), runs on CPU/MPS/CUDA, and reports benchm…

    Hacker News front pagegithub.com4 minreleaseHN16224