General Thread |
by Aardappel
on 01/05/2002 01:55, 15527 messages, last message: 03/01/2024 13:02, 12534181 views, last view: 11/02/2024 21:14 |
|
for questions, announcements etc.
|
|
Board Index
|
|
#10423: Re: Compiling |
by Quin
on 04/27/2008 14:32, refers to #10422
|
|
Sure is.
http://cube.wikispaces.com/Modding+Guide
reply to this message
|
|
#10424: Running |
by DevelopII
on 04/27/2008 17:05
|
|
Thanks :)
I tried installing the spring version(the latest version I saw) then the two updates, but when I start it it gives me the message, \\\"Could not find core textures\\\"
reply to this message
|
|
#10425: Re: Running |
by tentus_
on 04/27/2008 17:49, refers to #10424
|
|
http://sauerbraten.org/docs/config.html#running_sauerbraten
Be sure that you run the .bat file from the root directory, with the .exe in the /bin directory. Otherwise the exe won't be able to find all the other files it needs to run. To use a simle metaphor, it has got directions that say "drive up a directory, then turn left at /data street, and look for the house named 'crosshair.png'."
To answer a question before it gets asked: yes, you can rename the exe to whatever you want, so long as the batch file has the right name in it. If you're looking to make an addon mod or something, that's actually recommended.
reply to this message
|
|
#10426: Re: Running |
by SheeEttin
on 04/27/2008 22:58, refers to #10424
|
|
Assassin's the most recent. Get the main package (and the patch) here: http://sourceforge.net/project/showfiles.php?group_id=102911
reply to this message
|
|
#10427: Is there any way to make a map outside the game? |
by DevelopII
on 04/28/2008 01:03
|
|
Is there any way to make a map outside the game like Quake III?
reply to this message
|
|
#10428: Re: Is there any way to make a map outside the game? |
by MovingTarget
on 04/28/2008 01:11, refers to #10427
|
|
Don't think so. You can export .obj files with /writeobj, however.
reply to this message
|
|
#10429: Re: Is there any way to make a map outside the game? |
by SheeEttin
on 04/28/2008 01:33, refers to #10428
|
|
I think he means like skyrooms...
http://en.wikipedia.org/wiki/Skybox_%28video_games%29#Advanced_skyboxes
reply to this message
|
|
#10430: .. |
by DevelopII
on 04/28/2008 02:04
|
|
I meant, like Radiant can export .map files, is there a program that can create maps for the cube 2 engine, even if there not modifiable in game?
reply to this message
|
|
#10431: Re: Is there any way to make a map outside the game? |
by MovingTarget
on 04/28/2008 03:34, refers to #10429
|
|
If he had said "Is there any way to make a map outside the *level*", I would have thought the same as you. and @10488, not to my knowledge.
reply to this message
|
|
#10432: Re: .. |
by tentus_
on 04/28/2008 03:34, refers to #10430
|
|
No. The whole point is that it's ingame, and as close to realtime as is possible for a current-gen quality game.
reply to this message
|
|
#10433: Re: .. |
by tman_elite
on 04/28/2008 03:51, refers to #10432
|
|
I personally think it would be cool to have mapmodels be able to act as geometry, allowing you to make more complex maps.
reply to this message
|
|
#10434: Re: .. |
by MovingTarget
on 04/28/2008 04:16, refers to #10433
|
|
If you wanna make more complex maps, download CVS. I personally don't know what the problem with downloading it is around here; when I did it, I had no prior experience at all, and didn't look at any tutorials.
reply to this message
|
|
#10435: Re: Is there any way to make a map outside the game? |
by SheeEttin
on 04/28/2008 05:20, refers to #10431
|
|
I see your point now. Poor reading on my part. :P
On models as geometry, it's certainly possible... the model collision is currently just a box (or is it a cylinder?).
However, you could conceivable make a model non-clipping, and put some clip or geometry inside it to make it collide the way you want. I guess that'd work pretty well, actually.
reply to this message
|
|
#10436: Re: Is there any way to make a map outside the game? |
by tentus_
on 04/28/2008 06:03, refers to #10435
|
|
Indeed. I was making some biplane models for my most recent map and decided to make the fuselage clipped by the model bounding box, but the wings were clipped by creative application of the clip material. It can be a bit painstaking to do properly (especially if you decide to move the model), but it works pretty well.
On a different note, if anyone wants a really hideous biplane md2, I've got one for you. :D
reply to this message
|
|
#10437: How to change my map's game type |
by ryo2049
on 04/28/2008 19:13
|
|
hi~
i am worrying about how to set the game type of my map(fft/dm/sp...)
thx~
reply to this message
|
|
#10438: Feature or Bug ? |
by e=mc^2
on 04/28/2008 20:15
|
|
It is possible to swim up waterfalls for example in the fanatic_caves map in Asassin edition and CVS.
Furthermore it is possible to swim up the lavafall in the hog2 map in CVS.
Is that supposed to be (physics violated)?
reply to this message
|
|
#10439: Re: Feature or Bug ? |
by tentus_
on 04/28/2008 20:41, refers to #10438
|
|
Yes, swimming up through water is supposed to happen. It's very easy for a mapper to disallow it if they so choose (just make a spike that is 1/8 the smallest gridsize and stick it square in the middle of the water. There are countless other ways to do it as well, depending on then aesthetic you want).
reply to this message
|
|
#10440: .. |
by IllvilJa
on 04/28/2008 22:27
|
|
...or embrace this ability of players to swim upstreams and simply enjoy the grim combat of the lava salmons!
Maps where the quad ONLY can be reached by swimming upstreams in lava! Only the brave (with asbestos underwear) will make it to that place and THEN those true salmons of fire can enjoy their well deserved PWNage :).
(Ok. I know. In reality, salmons do not SWIM up waterfalls... they jump past the waterfall instead... in case any picky wiseguy wanted to point that out ;) )
reply to this message
|
|
#10441: Re: lava salmon |
by tentus_
on 04/28/2008 22:37, refers to #10440
|
|
rofl, 100%.
reply to this message
|
|
#10442: Re: Feature or Bug ? |
by Hirato Kirata
on 04/29/2008 00:21, refers to #10438
|
|
Killhour decided to load the lava texture with the pulseglowworld shader and apply it to geometry, and then covered it with water. so you're in fact swimming in water, not lava :D
~Hirato Kirata
reply to this message
|
|
|
Board Index
|
|