From 09407188b5642dd35028052d7e2492eb4fe4b14b Mon Sep 17 00:00:00 2001 From: Marcel D Date: Sat, 18 Nov 2023 13:53:44 +0100 Subject: [PATCH] update readme --- cod2-map-making.md | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/cod2-map-making.md b/cod2-map-making.md index 3a343d7..689efe2 100644 --- a/cod2-map-making.md +++ b/cod2-map-making.md @@ -1,5 +1,9 @@ # CoD 2 Map Making + +## How to use Radiant + +### Basics 2D View Tab + Ctrl : Change perspective @@ -20,7 +24,8 @@ select: shift + left click delete: backspace Add model: in 2d view, right click, misc -> models -tables etc can be found in /xmodels/xmodels folder with prefix furniture + - tables etc can be found in /xmodels/xmodels folder with prefix furniture + - tanks can be found with prefic `vehicle_` how to change textures @@ -30,8 +35,9 @@ Prefab ## ToDos -CTF -expand terrain + - CTF DONE + - expand terrain + - Fix bug where object models are not rendered Inneneinrichtung - Betten @@ -44,8 +50,11 @@ rack - Keller - Ölheizung - - + - 2. Fenster + - Scheune: Holztor + - Garage: Holztor + - anndere Straßenseite: Baum + - Garten: Mehr Gebüsch Blumen @@ -112,3 +121,16 @@ https://wiki.zeroy.com/index.php?title=Call_of_Duty_2:_Lightning_Documentation CI: - build from git and push to website + + +``` +Expression: + ent->def->modelClass->model->handle + +Module: D:\Games_installed\Call of Duty 2\bin\CoD2Radiant.exe +File: .\entity.cpp +Line: 70 + +: +``` +