How Do I Create idStudio Mods?

See the official website for more in-depth guides: https://idstudio.idsoftware.com/

The mod file locations idStudio reads & writes is not always what you package.
All editors are located in the "Windows" tab located on idStudio's top bar.

decl mod

texture mod

static / animated model mod

string mod

sound effect / voice over mod

music mod

entities mod

map mod

map mod (how to load)

devmenuoption/devmenuoption/new_campaign.decl

declType( devMenuOption ) {
	edit = {
		devMenuList = {
			num = 1;
			item[0] = {
				devMenuDisplayName = "Custom Map";
				devMenuMapName = "maps/custom_map_name.map";
				devMenuInventoryLoadout = "devinvloadout/dlc/e4m1_rig";
			}
		}
	}
}

Revision #23
Created 8 August 2024 17:40:50 by Velser
Updated 18 July 2026 18:53:52 by Velser