OK beginner Wants to play level

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
CLOUDspawn
Posts: 46
Joined: Fri Feb 12, 2016 3:03 am

OK beginner Wants to play level

Post by CLOUDspawn »

hello,
im using radiant. I made a level. I know how to get into that level and shoot around, etc on Quake3arena. but how do I play against somebody? When I go ingame to add bot it doesn't let me. Remember im a beginner. THANKS!!!

OR maybe could someone point me to a really excellent beginner's guide to bots? :) :)
User avatar
Eraser
Posts: 19174
Joined: Fri Dec 01, 2000 8:00 am

Re: OK beginner Wants to play level

Post by Eraser »

You'll need to use the tool BSPC (BSPC.exe) to compile an aas file. BSPC is included with GtkRadiant.
CLOUDspawn
Posts: 46
Joined: Fri Feb 12, 2016 3:03 am

Re: OK beginner Wants to play level

Post by CLOUDspawn »

cool, thanks!
coltonquake3
Posts: 199
Joined: Sun Dec 06, 2015 3:38 am

Re: OK beginner Wants to play level

Post by coltonquake3 »

Use this code and copy it to a batch file:

Code: Select all

bspc -bsp2aas path/to/map/yourmap.bsp -forcesidesvisible -grapplereach -optimize
Also make sure you're using BSPC v2.1i.
Post Reply