|
UsageCompilingWhen compiling, extract everything into a directory, go into the /q3a/ directory and type "make". This sould make all the files. Then copy the *.qvm files into a directoy called "vm/" zip that into a file called "spec.pk3". Put that file into "~/.q3a/spec/". Load quake , load the mod and away you go. IMPORTANT: you WILL need all the q3lcc, lcc etc files from the zip to comiple, and you will need to set paths so that that directory is available, otherwise it will not compile and you cannot play If you have questions, email Ryan: ryanlea@cs.rmit.edu.au or Vinit: pandya@cs.rmit.edu.au. Server Side commandsCreating a pseudocamWhen a pseudocam needs to be created, only the server can do this. So going into console and typing:
This will create a pseudocamera of dimensions 3 across, 2 down and place it at the location [40, 50, 300] This is the only specific server side commands, the other client commands may be exectued on the server and the results would be just the same as it would be on the lcient side Client Side commandsJoining the pseudocamWhen a client wants to join a pseudo camera, they can do either of two things:
Other functionsSome other functions on the client side are:
There have been various other functions and commands written to support the pseudocamera, although these above are basic functions required for the operation of the mod. |