awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesNPC Spawning

Logic for instantiating non-player characters into the game world with specific initialization data.

Distinct from NPC AI Frameworks: Closest candidates focus on AI frameworks or spawn paths, not the act of NPC instantiation.

Explore 1 awesome GitHub repository matching game development · NPC Spawning. Refine with filters or upvote what's useful.

Awesome NPC Spawning GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • tmodloader/tmodloaderAvatar de tModLoader

    tModLoader/tModLoader

    5,099Ver en GitHub↗

    tModLoader is a modding framework and toolset designed for expanding game content and extending core game logic. It provides a polymorphic content API that allows for the creation of new items, NPCs, projectiles, and world assets through object-oriented inheritance. The project is distinguished by its advanced code modification capabilities, utilizing intermediate language bytecode patching and reflection-based private access to alter internal game behavior. It features a hot-reloading assembly runtime that enables developers to recompile and apply source code changes in real-time without res

    Creates new non-player character instances with optional AI initialization data.

    C#apigamesteam
    Ver en GitHub↗5,099
  1. Home
  2. Game Development
  3. NPC Spawning

Explorar subetiquetas

  • Property DuplicationMechanisms for copying default attributes and settings from one NPC entity to another. **Distinct from NPC Spawning:** Focuses on duplicating configuration data for creation rather than the act of instantiating an NPC into the world