home home

downloads files

forum forum

docs docs

wiki wiki

faq faq

Cube & Cube 2 FORUM


Map Editing

by Goetzenzar on 01/05/2002 19:30, 4767 messages, last message: 10/18/2021 18:52, 2846866 views, last view: 12/09/2021 03:11

Welcome to the map editing saloon:
here u can post ur screens, maps, comments, questions and answers about mapediting, and meet other ppl for coop-sessions online :)

Go to first 20 messagesGo to previous 20 messages    Board Index    Go to next 20 messagesGo to last 20 messages

#3522: Re: A Question

by Quin on 05/02/2008 06:23, refers to #3521

Nope.

reply to this message

#3523: Re: A Question

by rknigh21 on 05/02/2008 18:20, refers to #3521

You can manipulate the player health via scripts in eisenstern.

reply to this message

#3524: Re: A Question

by tman_elite on 05/02/2008 19:16, refers to #3523

Maybe someone could use the eisenstern code for affecting player health and implement it in sauerbraten. It would be cool for single player maps. You could have things like the healing stations in quake 4 throughout sauer levels, or triggers that hurt you but do not kill you.

reply to this message

#3525: Re: A Question

by Titanic12ship on 05/02/2008 23:45, refers to #3522

Well, there has to be some way, because healths give you health.

reply to this message

#3526: Re: A Question

by MovingTarget on 05/03/2008 01:25, refers to #3525

If you edit the source code, there is a way. But not using cubescript in Sauer.

reply to this message

#3527: Regarding smoke particles

by SephoD on 05/06/2008 17:45

Hey guys ( and girls hopefully )

I am working on my first map in Sauerbraten, and have been making complex houses more for the eye than for playing purposes. You can see a screenshot <a href="http://rafnem.hi.is/~ath19/sauer.jpg">here</a> I really want a realistic smoke from the torches, but the only smokeparticle (particle 1) I have found is much to active and big... Im thinking more of a slow trail upwards. Is there anything like that in the game or can anyone give me hints about if I can make one???
If you have any tips on that screenshot then that would be great too :)

reply to this message

#3528: Regarding smoke particles

by SephoD on 05/06/2008 17:57

Sorry, the link is broken. Try http://www.hi.is/~ath19/sauer.jpg

reply to this message

#3529: Re: Regarding smoke particles

by Hirato Kirata on 05/07/2008 00:54, refers to #3528

There's particles 9 too, but I'd still dub that as being to active by the description you want

try this :)

/newent particles 9 300 2 0x444

~Hirato Kirata

reply to this message

#3530: Re: Regarding smoke particles

by Quin on 05/07/2008 06:21, refers to #3529

Particles really need much more finer control.. I think the biggest problem there now is the limited number of entity attributes.

reply to this message

#3531: ent attributes

by MeatROme on 05/07/2008 06:58, refers to #3530

well .. we still have "attr5" still completely unused by the engine .. and adding wouldn't be an issue as such (as I know you're aware of) .. but maybe particles have now evolved sufficiently to maybe even move beyond the regular entity paradigm a little more.

Since we already have spotlights, which grasp their nearest light entity and modify it's behaviour .. how about making this work for entities too .. modifications like sizing, orientation, colour ... all seperate in their own sub-entity.

Speaking of attached entities - it's a real hassle that "grab the closest one"!
Like - imagine a tower with lights at the top ... now I want those to be spotlights ... and I know exactly where I want them to hit.
I set the light, add a spotlight - it's connected okay. Then I move the spotlight entity close to where it's supposed to hit the bottom of my tower ... calclight.
Everything is hunky-dory ...
...
I come back (after a save/reload) ... edit some ... calclight ...
... something is up. Oh dear, the spotlight has picked a new entity to be attached to - since that is now closer.

Either have a function to "retract" the entity after such a "placement near target"-operation to a minimal distance (keeping direction) - or remember the attachment during a save.
That's what I'd like to see!

reply to this message

#3532: Re: Regarding smoke particles

by SephoD on 05/07/2008 14:23, refers to #3529

Thank you for a quick reply Hirato

This is a step in the right direction... Its a bit big an busy though... is there any way to make it smaller and slower?

It also seems to be travelling downwards instead of upwards, is there any way to turn this around?

This one is still good, im going to use it to make spray at the top of a waterfall :)

Sorry if these questions are stupid... Im really trying my best to get the hang of this all quickly :)

reply to this message

#3533: Re: ent attributes

by SheeEttin on 05/08/2008 04:19, refers to #3531

Copy-pasting a light-spotlight pair also breaks them (last I checked). I've always worked around it by changing the spotlight to another enttype and back.

reply to this message

#3534: Re: ent attributes

by Quin on 05/08/2008 05:27, refers to #3531

I know exactly what you mean:

http://www.bloodfrontier.com/Manual:Entities/BFA/Linking

reply to this message

#3535: Editing problems with the newer versions

by dangerstripe_dan on 05/09/2008 01:10

I have been building a large, complex map using an older version of the engine, and just recently upgraded to the assassin version from 12/2007 and am having problems with some of the new editing commands. I've looked through the docs and can't find anything on how to make things work like they used to work, and I would appreciate it if someone could point me in the right direction. I *really* want to finish this blasted map so I can get on with my life.

For example, I used to be able to select a block and extrude without worrying about keeping the mouse cursor over the block (much less the face of the block) I am extruding. This no longer seems to be the case, meaning I have to be right in front of the block I am extruding for the entire time I am extruding it.

I also used to be able to click and drag to select multiple blocks. This does nothing now. The docs mention a console command you can use to go into a multiple select mode, and then another one to turn off multiple select. This works, but is so monumentally cumbersome as to be virtually unusable.

Entities are now placed at the nearest block to the cursor instead of my current position. While this is helpful in many occasions, it makes placing free floating lights in large spaces kinda difficult.

So basically, I'm about to have to downgrade to the old version of the engine to finish this map (which I don't want to do because light calc seems about 50% faster on this version than the old one and was wondering if I am just missing something obvious.

FYI- if anyone is interested, here is a screenshot of what I've been working on... for 2 years.

<a href="http://www.flickr.com/photos/26467023@N08/2476375291/" target="_blank">http://www.flickr.com/photos/26467023@N08/2476375291/</a>

The whole thing is done but the lighting and maybe some minor tweaks. 2 million square feet.

reply to this message

#3536: Re: Editing problems with the newer versions

by KillHour_ on 05/09/2008 03:30, refers to #3535

Holy God, I remember you. You actually FINISHED this thing? I admire your dedication - and your insanity.

reply to this message

#3537: Re: Editing problems with the newer versions

by SheeEttin on 05/09/2008 03:39, refers to #3535

Good god, that thing looks HUGE.
I'm kind of afraid to try and run it when you release it.

The texturing looks kind of rudimentary, though... Are you going to keep semi-solid colors like that in the final release? (Well, I guess the ship DID kind of look like that...)

reply to this message

#3538: Re: Editing problems with the newer versions

by dangerstripe_dan on 05/09/2008 17:39, refers to #3536

That seemed to fix it.

Many thanks. Now I can try finishing this thing.

reply to this message

#3539: Re: Editing problems with the newer versions

by dangerstripe_dan on 05/09/2008 17:50, refers to #3537

It's not too bad; I get 59 FPS when inside the ship. Of course, that drops to 22 FPS when you are outside the ship...

The assassin engine was able to optimize it down to right under 1.2 million cubes (the older engine couldn't get it below 2.3 million.)

As to the textures, I tried to keep the look and feel of the original TV show, which used a lot of solid, bright colors in the set decoration. Consoles in the show were very simple, etc etc. The net result is that this isn't my attempt to build my version of a cool, realistic, high tech futuristic spaceship, but my attempt to build 1965's idea of a cool, high tech, low budget, futuristic spaceship.

reply to this message

#3540: Re: Editing problems with the newer versions

by dangerstripe_dan on 05/09/2008 17:59, refers to #3536

Well, it's all done but the lighting, which I will probably skimp on as much as possible (it takes the newer engine 20 minutes for a normal light calc. The old one took over half an hour).

Also, I don't have any doors in there (anyone want to create 1,500+ doors and the associated triggers for them?)

Insanity is probably a good term for it. I have put around 2000+ man hours into making this thing, and it's not even practical for a death match. Decks 6 and 7 (the big decks in the saucer) are about 12 or 13 acres EACH. The entire ship is something like 2 million square feet, maybe more, spread across 26 decks. You can have 3 or four guys wandering around the ship for half an hour an never see each other, unless you try congregating on one of the smaller decks.

reply to this message

#3541: Re: Editing problems with the newer versions

by tentus_ on 05/09/2008 18:27, refers to #3540

Daaaaaaaamn. I am seriously impressed that you're still working on that map, I remember seeing a rough of it back in the day. Talk about an ambitious project. Can't wait to get lost in it.

reply to this message

Go to first 20 messagesGo to previous 20 messages    Board Index    Go to next 20 messagesGo to last 20 messages


Post a Message

Username

Email

Subject

Body

3 plus 9 =


content by Aardappel & eihrul © 2001-2021
website by SleepwalkR © 2001-2021
42366755 visitors requested 58072529 pages
page created in 0.049 seconds using 9 queries
hosted by Boost Digital