[go: up one dir, main page]

Browse free open source C Game Mods and projects below. Use the toggles on the left to filter open source C Game Mods by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • La version gratuite d'Auth0 s'enrichit ! Icon
    La version gratuite d'Auth0 s'enrichit !

    Gratuit pour 25 000 utilisateurs avec intégration Okta illimitée : concentrez-vous sur le développement de vos applications.

    Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
    Essayez Auth0 gratuitement
  • 1
    99 Nights In The Forest Script | Keyless

    99 Nights In The Forest Script | Keyless

    99 Nights Script Keyless: Kill Aura, Auto Combat, Auto Craft, & more.

    This is Keyless Script work Only 99 Nights in The Forest Roblox Game. We tested the script using Xeno Executor, and it works perfectly. Therefore, for your convenience, the script comes with an injector that is perfectly suited for it. In this case, it is Xeno. In addition, this script does not require a key, so you can use it without any problems.
    Downloads: 10,545 This Week
    Last Update:
    See Project
  • 2
    mcrcon

    mcrcon

    Console based rcon client for minecraft servers.

    Mcrcon is IPv6 compliant minecraft rcon client with bukkit coloring support. It is well suited for remote administration and to be used as part of automated server maintenance scripts. - Does not trigger "IO: Broken pipe" or "IO: Connection reset" spam bug on server side. - Has workaround for server side bug (https://bugs.mojang.com/browse/MC-154617) ****************************************************************** Further development and new releases has moved to Github Github page: https://github.com/Tiiffi/mcrcon Official upstream: https://github.com/Tiiffi/mcrcon/releases https://api.github.com/repos/tiiffi/mcrcon/releases/latest ******************************************************************
    Leader badge">
    Downloads: 132 This Week
    Last Update:
    See Project
  • 3
    Valorant-ESP-tool

    Valorant-ESP-tool

    Highlighting players and items directly in the game.

    ESP for Valorant is a visualization tool designed to provide players with clearer awareness of their surroundings. It highlights the positions of characters and important objects on the map, making gameplay more informative and intuitive. With outlines, markers, and extra details, you can always track where opponents or teammates are, helping you react faster and make better decisions in each round. (valorant esp hack, hacks valorant, val hack, valorant esp, esp valorant, valorant esp hack, valorant hack esp, wall esp valorant, esp cheat valorant, valorant, xit valorant, valorant hack, hack valorant, best valorant hack, valorant cheat, cheat valorant, valorant hacks, hacks valorant, best valorant cheat, best valorant hacks, valorant aimbot, valorant hacker, valorant cheats, valorant hack pc, aimbot valorant, cheats valorant, valorant banned, best valorant player, best valorant cheats, valorant mod 2025, cheat valorant pc, aim tool valorant, free mod valorant)
    Leader badge">
    Downloads: 77 This Week
    Last Update:
    See Project
  • 4
    mcrcon

    mcrcon

    Rcon client for Minecraft

    mcrcon is console-based Minecraft rcon client for remote administration and server maintenance scripts. A remote console administration tool for Minecraft servers that enables automated server management via RCON protocol.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Network Management Software and Tools for Businesses and Organizations | Auvik Networks Icon
    Network Management Software and Tools for Businesses and Organizations | Auvik Networks

    Mapping, inventory, config backup, and more.

    Reduce IT headaches and save time with a proven solution for automated network discovery, documentation, and performance monitoring. Choose Auvik because you'll see value in minutes, and stay with us to improve your IT for years to come.
    Learn More
  • 5
    Fortnite-External

    Fortnite-External

    Fortnite visual assistant with advanced tactical data

    Engineered for superior situational awareness, Fortnite-External delivers real-time battlefield intelligence through a sophisticated overlay system. Developed in native C++ with custom kernel-level integration, this framework offers exceptional stability and stealth, operating seamlessly alongside the game client. The architecture ensures complete isolation from standard detection vectors while maintaining negligible system impact. This solution provides comprehensive environmental analysis, player tracking, and strategic data presentation through a customizable interface. The system incorporates advanced protection measures against recording software and capture methods, ensuring discreet operation during live streaming or competitive sessions. (best fortnite software, buy fortnite che, fortnite private tool 2024, undetected fortnite hac, download fortnite che, free fortnite che, boost your K/D ratio, how to dominate fortnite, most reliable fortnite tool)
    Downloads: 21 This Week
    Last Update:
    See Project
  • 6
    Connect PlayStation 3 Controller to PC

    Connect PlayStation 3 Controller to PC

    Connect PlayStation 3 controller to PC. Bluetooth and Cable supported.

    PlayStation 3 controllers can't connect to PC but with this program your controller will be showen like Xbox 360 controller and connect to your PC like that. This program developed by Nefarius and Oyun Kolum, published by HorizonPublish. ⚠️Sometimes Windows will show unkown application error, when it showed click "More Info" then click "Run Anyway" unless the application won't work⚠️ VirusTotal report: https://bit.ly/VirusTotal-ConnectController Thanks you for choosing HorizonPublish.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 7
    Craft

    Craft

    Minecraft clone written in C using modern OpenGL

    A simple Minecraft clone written in C using modern OpenGL (shaders). A very performant Minecraft clone written in just a few thousand lines of C using modern OpenGL (shaders). Online multiplayer support is included using a Python-based server. Many people have used this as a base upon which a more complex game was built. Simple but nice looking terrain generation using simplex noise. More than 20 types of blocks and more can be added easily. Supports plants (grass, flowers, trees, etc.) and transparency (glass). Simple clouds in the sky (they don't move). Day / night cycles and a textured sky dome. Signs, you can write text on any block. Lights, any block can be set as a light source. Ambient occlusion for basic shading of blocks. World changes persisted in a sqlite3 database. Multiplayer support!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    NBT File System Utilities

    Inspecting and manipulating NBT as a file system

    Named Binary Tag (NBT) is a binary format designed for and used by the game Minecraft to store various data including worlds, player data and many other things. This project provides a way to access those data by simply mounting the corresponding data file as a file system, then reading and writing any value as usual file system nodes. By combining with standard Unix file operation tools, batch editing or copying massive amount of data is very easy, comparing to other generic NBT editing tools. The file system (NBTFS) implementation (mount.nbt(8)) is based on FUSE. NBT parser and writer are originally written by Lukas Niederbremer as cNBT project which this project is based on.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    Find releases and source code repositories from Files and Git.
    Downloads: 6 This Week
    Last Update:
    See Project
  • ManageEngine Endpoint Central for IT Professionals Icon
    ManageEngine Endpoint Central for IT Professionals

    A one-stop Unified Endpoint Management (UEM) solution

    ManageEngine's Endpoint Central is a Unified Endpoint Management Solution, that takes care of enterprise mobility management (including all features of mobile application management and mobile device management), as well as client management for a diversified range of endpoints - mobile devices, laptops, computers, tablets, server machines etc. With ManageEngine Endpoint Central, users can automate their regular desktop management routines like distributing software, installing patches, managing IT assets, imaging and deploying OS, and more.
    Learn More
  • 10
    The program for creating and modifying Minecraft maps.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    godwar

    God of War Gameplay Tweaks

    Source code for the God of War (2018) mod.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    iLua - Lua Interpreter For Mac OSX
    A Lua interpreter for Mac OSX with a simple user interface. I would greatly appreciate a small review to aid in the process of eliminating bugs and increasing user satisfaction. This application is created by the ROBLOX user named CLIPSE.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    Clan Mod: A PC game modification

    Multiplayer mod for the Jedi Knight game series.

    Clan Mod: A modification to the Jedi Knight game series which helps moderate servers and clans.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Doom MetaMod (DMM) is a Doom3 modification that acts as a node between the engine and game mod, allowing plugins to be loaded which can change normally inaccessible game behavoir or add new functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FlightCraft3D

    FlightCraft3D

    realistic but simple flight simulator: exploration and casual landing

    a little and 'mininalist' 3D Flight simulator, accompanied also by a dydactical example that illustrates the concept behind flight simulators. FlightCraft3D anyway goes a lot beyond: is physically realistic, and allowes landing everywhere. It aims at becoming a game focused on casual landing, among trees, rocks and buildings and so on. VID:http://youtu.be/_Af0PgrCTxo It shall be a sort of Minecraft-focused-on-aeromobilism. Simply implemented, but with many interesting features. I plan to do also a non-GL version that displays whole 3D gfx with a procedure at whose end pixels are displayed with SDL, asciiart, of native Linux X11 graphics of native Win graphics. Ofc ourse OpenGL is very useful for displaying nice trees... . it's a single sourcefile program. USAGE: in any Linux/UNIX system (es.Ubuntu) download the zip and place it in your home directory; extract the zip. open a Terminal and navigate int the folder of the game;type this: "make";press ENTER; double-click the a.out
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Green map

    Green map

    The map viewer application for Greencubes minecraft server

    You will need Python2.6 (http://www.python.org/ftp/python/2.6), PyQt (http://www.riverbankcomputing.co.uk/software/pyqt/download). Use x86 version of PyQt even you have x64 OS. If you use windows compiled version and have any problems with MSVCR90.dll you should install Microsoft Visual C++ 2008 Redistributable Package (http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=29).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    MC Nether Converter

    Convert Minecraft coordinates to and from the Nether

    A simple app that lets you easily convert Minecraft coordinates between the Nether and the Overworld for the perfect spot to place your Nether portal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MCDL

    MCDL

    Minecraft™ Tools

    For those that run Minecraft™ through a SOCKSv5 proxy and similar situations, since Mojang™ is too uptight to bother patching the functionality in, great for work and school!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PaleoHack is a port of the roguelike game "Hack 1.0.3", for PalmOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is a ruleset/modification for the PAM4 Call of Duty 4 Game Mod to cater to the competitive gaming community. Features, feedback and bug reports can be seen/provided at http://propam.teamjl.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    QMM (Q3 MultiMod) is a plugin manager for Quake 3 that sits between the Q3 engine and the actual game mod to allow pseudo-mods to be dynamically loaded adding new functionality to a Quake 3 Mod. Similar to MetaMod for HalfLife. Moving to Github (https://github.com/thecybermind/qmm2)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    War2Mod

    War2Mod

    Fork of Mistal's War2Mod to provide better GAI and some enhancements

    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Add-on for Enemy Territory including aimbot and wallhack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    libanvil

    C library for manipulating Minecraft world data

    Libanvil is a C library for manipulating Minecraft world data, designed to be as simple and efficient as possible. It provides full read and write support for region data in the Anvil file format, with support for other game files planned. It includes APIs for both low- and high-level access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    mod_MumbleLink

    mod_MumbleLink

    Positional Audio Communication for Minecraft with Mumble

    A Mod so that Minecraft now natively supports Mumble's positional audio feature. This means: Directional and positionally attenuated VOIP in relation to the game world. Please visit the Forum for information about the newest Version! Main Forum-Thread: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1272675 TheSkorm's Fork on GitHub: https://github.com/TheSkorm/mod_mumblelink Mumble: http://mumble.sourceforge.net Donations are greatly appreciated: https://sourceforge.net/donate/?user_id=2370023
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next