I know this is somewhat off topic, but I don't know where else to ask.
Has anybody managed to make NetRadiant work with Wolfenstein Enemy Territory? Or any other Q3 games, for that matter...
Moderators: Nexuiz Moderators, Moderators
divVerent wrote:Should work just fine, just use the GtkRadiant 1.5 game pack for W:ET or Q3A.
install-data: binaries
$(MKDIR) $(INSTALLDIR)/games
$(FIND) $(INSTALLDIR_BASE)/ -name .svn -exec $(RM_R) {} \; -prune
[ "$(OS)" != "Darwin" ] || $(CP_R) setup/data/osx/NetRadiant.app/* $(INSTALLDIR_BASE)/NetRadiant.app/
set -ex; \
for GAME in games/*; do \
if [ -d "$$GAME/tools" ]; then \
GAME=$$GAME/tools; \
fi; \
for GAMEFILE in $$GAME/games/*.game; do \
$(CP) "$$GAMEFILE" $(INSTALLDIR)/games/; \
done; \
for GAMEDIR in $$GAME/*.game; do \
$(CP_R) "$$GAMEDIR" $(INSTALLDIR)/; \
done; \
done
Users browsing this forum: No registered users and 1 guest