Skip to main content

Questions tagged [modding]

Mods are extensions or modifications of other games that enhance or change the game play of the original game. This can often be done with SDKs or other tools provided by the developer. Sometimes, mods require hacking of the original binary and content.

1 vote
1 answer
104 views

Are moddable apps allowed in the Apple App Store?

While reading the App Store Review Guidelines, it was said : (iv) They may not download or install standalone apps, kexts, additional code, or resources to add functionality or significantly change ...
aaa's user avatar
  • 127
0 votes
0 answers
20 views

Splitting regions across mountain ranges in 2D tile map partitioning, for a Civ5 mod

I'm trying to do a rewrite of Civ5's AssignStartingPlots.lua (Lua is the scripting language used by Civ5), and I'm comfortable writing it, but conceptually, just ...
Arcaeca's user avatar
  • 101
0 votes
0 answers
49 views

Moving a texture with a vert shader

I'm working on a mod for a game and trying to add my own shader. I know practically nothing about shaders, but another similar shader exists and with their modding teams permission im using it as a ...
JoshB's user avatar
  • 1
0 votes
0 answers
73 views

commend a player in Counter-Strike 2 programmatically

I'm trying to Automate a Task which involves commending a player in a specific server (unofficial custom server), I looked into several open source project but all of them are deprecated and archived ...
AliSalehi's user avatar
  • 101
0 votes
0 answers
92 views

How to pack files to .dta format for Hidden & Dangerous 2?

How can I pack files back into a DTA file from the game "Hidden & Dangerous 2"? I want to change several sounds in the game in the file Sounds.dta. I ...
Dmitry Revenko's user avatar
-1 votes
1 answer
156 views

How can I fix a 7 Days To Die A21 vehicle modding error?

I am trying to make a mod in 7 Days To Die A21 that adds in vehicles, and I have hit a bit of a snag. Whenever the vehicle gets spawned in, it throws a ton of red text. The error reads "...
Admrail Hiccup's user avatar
0 votes
0 answers
66 views

How to swap character model in PSX game?

I would like to know how I can change the 3D model of a PSX ROM running on an emulator. For example, in Silent Hill 1, I would love to play as other characters by simply replacing the 3D models. How ...
Xekoan's user avatar
  • 1
0 votes
0 answers
95 views

How to extract data about in-game events?

I recently started playing New World, and I thought I would like to create something like a "data collector". It would report data like: during the session, I fired X bullets, type of ...
WILCZUR's user avatar
1 vote
1 answer
114 views

How to hide things from noclipping players?

I am specifically working in Garry's Mod, and I am wondering if there might be a way to hide things from players using noclip to travel outside the bounds of the ...
FenFox's user avatar
  • 21
0 votes
0 answers
111 views

LUA Hooks - Command Modern Operations & PE

Looking for examples of utilizing the available LUA hooks for modding the games Command: Modern Operations and the simulation suit Command: Professional Edition.
Bill's user avatar
  • 1
0 votes
1 answer
238 views

How to read/edit data compressed in ZXML format for modding the game Chocolatier?

I'm trying to mod the game Chocolatier from 2007. It has two .xml files, but they don't look like conventional XML when I open them in VS Code or Notepad++. Here's a sample of what they look like: ...
user4068's user avatar
0 votes
0 answers
70 views

Eyedropper tool within Minecraft Java

I'm trying to make an eyedropper tool (one where it picks up the color the tool is being pointed at) for a Minecraft mod that uses Forge on IntelliJ IDEA. I already have the item/tool ready and able ...
leguchi's user avatar
  • 101
0 votes
1 answer
417 views

Registering recipe for Minecraft with Forge on IntelliJ

I'm using Forge on IntelliJ IDEA to make a mod for Minecraft, and I think I am stuck on where I need to register a recipe for an item. How I got to that idea: I tested it out and everything worked. No ...
leguchi's user avatar
  • 101
0 votes
1 answer
129 views

Where am I able to find the things that were imported using Java on IntelliJ?

I am trying to build a Minecraft mod with Forge on IntelliJ, and I am wondering where I can find the parts that are being imported. For example: ...
leguchi's user avatar
  • 101
1 vote
1 answer
115 views

How to analyze 2D Animation configuration?

I am modding a 2D game that heavily depending on Animation Event to drive game logic. How can I analyze an animation event during runtime and by using unpack tools? During runtime, I would want to ...
user2771324's user avatar

15 30 50 per page
1
2 3 4 5
14