.| Autor | Beitrag |
|---|---|
|
000 13.04.2000, 13:55 Peacemaker00 |
kann mir mal jemand erklären wie ich die o. dateien mache. Peacemaker00 --please, never touch a running system! Windows ME |
|
Profil || Suche |
|
001 13.04.2000, 14:29 Holli |
Schildere das Problem doch bitte mal ein bischen genauer. CU Holli -- |
|
Profil || Suche |
|
002 13.04.2000, 15:34 DarkCloud14 |
Hi wenn du MingW32 benutzt müsste es eine Datei namens makefile geben die öffnest du mit einem Texteditor wie z.b. Notepad und ganz am anfang müsste folgendes stehen: OBJ_FILES = airtank.o animating.o animation.o bmodels.o \n buttons.o cbase.o client.o combat.o \n crossbow.o crowbar.o doors.o effects.o egon.o \n explode.o func_break.o func_tank.o game.o \n gamerules.o gauss.o ggrenade.o globals.o glock.o \n handgrenade.o healthkit.o hornet.o hornetgun.o \n h_ai.o h_battery.o h_cycler.o h_export.o items.o \n lights.o maprules.o mortar.o mp5.o mpstubb.o \n multiplay_gamerules.o pathcorner.o plane.o plats.o \n player.o python.o rpg.o satchel.o shotgun.o \n singleplay_gamerules.o skill.o sound.o soundent.o \n spectator.o squeakgrenade.o subs.o teamplay_gamerules.o \n triggers.o tripmine.o util.o weapons.o world.o \n xen.o Um jetzt deine neue Datei hinzuzufügen änderst du es wie folgt: OBJ_FILES = airtank.o animating.o animation.o bmodels.o \n buttons.o cbase.o client.o combat.o \n crossbow.o crowbar.o doors.o effects.o egon.o \n explode.o func_break.o func_tank.o game.o \n gamerules.o gauss.o ggrenade.o globals.o glock.o \n handgrenade.o healthkit.o hornet.o hornetgun.o \n h_ai.o h_battery.o h_cycler.o h_export.o items.o \n lights.o maprules.o mortar.o mp5.o mpstubb.o \n multiplay_gamerules.o pathcorner.o plane.o plats.o \n player.o python.o rpg.o satchel.o shotgun.o \n singleplay_gamerules.o skill.o sound.o soundent.o \n spectator.o squeakgrenade.o subs.o teamplay_gamerules.o \n triggers.o tripmine.o util.o weapons.o world.o \n xen.o meinedatei.o Für meinedatei musst du natürlich den Namen deiner Datei schreiben |
|
Profil || Suche |
|
003 13.04.2000, 15:38 Peacemaker00 |
also, ich bin dabei ein teamplay mod zu erstellen. Peacemaker00 P.S.:am besten erklärst du mir wie ich meine eigenen gamerules erstelle. please, never touch a running system! Windows ME |
|
Profil || Suche |
|
004 13.04.2000, 16:43 Peacemaker00 |
ah, jetzt hab ich es. please, never touch a running system! Windows ME |
|
Profil || Suche |

