[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.

  • Full Control for Complex IT - Try PRTG Now Icon
    Full Control for Complex IT - Try PRTG Now

    Gain deeper insights and proactive alerts for your entire network. PRTG empowers you to optimize uptime and prevent costly outages.

    As an IT monitoring expert, you need more than basic alerts - you need actionable data and full transparency. PRTG gives your team a single pane of glass for all systems, devices, and applications, with customizable dashboards and granular user management. Detect issues before they escalate, automate reporting, and ensure compliance with SLAs. PRTG’s scalable engine and advanced analytics help you optimize resources, reduce manual effort, and keep your organization running smoothly. Take control of your IT landscape and make smarter decisions with real-time, enterprise-grade monitoring.
    Activate Your PRTG Trial Today
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
    Sign up
  • 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: 77,113 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: 130 This Week
    Last Update:
    See Project
  • 3
    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: 23 This Week
    Last Update:
    See Project
  • 4
    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
  • Cynet All-in-One Cybersecurity Platform Icon
    Cynet All-in-One Cybersecurity Platform

    All-in-One Managed Cybersecurity for MSPs

    Cynet empowers MSPs and MSSPs with a comprehensive, fully managed cybersecurity platform that consolidates essential security functions into a single, easy-to-use solution. Cynet simplifies cybersecurity management, reduces operational overhead, and lowers costs by eliminating the need for multiple vendors and complex integrations.
    Learn More
  • 5
    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: 1 This Week
    Last Update:
    See Project
  • 6
    Find releases and source code repositories from Files and Git.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 7
    The program for creating and modifying Minecraft maps.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 8
    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: 10 This Week
    Last Update:
    See Project
  • 9
    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: 2 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 10

    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
  • 11
    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: 1 This Week
    Last Update:
    See Project
  • 12

    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: 2 This Week
    Last Update:
    See Project
  • 13
    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: 2 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

    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
  • 16
    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
  • 17
    PaleoHack is a port of the roguelike game "Hack 1.0.3", for PalmOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    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
  • 20
    War2Mod

    War2Mod

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

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

    godwar

    God of War Gameplay Tweaks

    Source code for the God of War (2018) mod.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    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
  • Previous
  • You're on page 1
  • Next