home home

downloads files

forum forum

docs docs

wiki wiki

faq faq

Cube & Cube 2 FORUM


General Thread

by Aardappel on 01/05/2002 01:55, 15527 messages, last message: 03/01/2024 13:02, 12530256 views, last view: 11/02/2024 11:23

for questions, announcements etc.

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

#10573: cannot override persistent variable

by Garth on 05/26/2008 15:28

Hi again!
I would like to put some variables in my map.cfg because i want to charge my map with this different setting but not otherwise.
Like for example :
hidehud 1 added to mymap.cfg.
But when I launch it I have
"cannot override persistent variable hidehud" message.
Is there someone who have a clue for me to make it work?
or it is not possible at all..?
thanks!

reply to this message

#10574: Re: cannot override persistent variable

by Quin on 05/27/2008 05:58, refers to #10573

Check the portal (like) maps on Quadropolis, last I checked they used a menu to prompt the user to set binds up for playing the level.

reply to this message

#10575: Re: cannot override persistent variable

by tentus_ on 05/27/2008 08:24, refers to #10574

Yep, I made very certain that the user got an explicate chance to agree before I rewrote the binds. I also made sure to include a trigger at the end that would put them back to the "vanilla" binds.

Generally speaking people get riled when you play with their configurations, we're creatures of habit and like to do things the way we're most used to. See all the recent discussion about joystick support.

reply to this message

#10576: Re: cannot override persistent variable

by tman_elite on 05/28/2008 05:12, refers to #10575

I played the "portal" map. It was pretty good, but the first time I played it I got bored and decided to play something else (I'm not a very patient person...) and my binds were messed up. I had to go back to the level and go to the end to get them back.

I realize there's not a better way to do it though.

reply to this message

#10577: Problem with texture

by N!ghtmare on 05/28/2008 12:03

I just replaced the health model with a custom model that i made.I followed the tutorial on this site.Everything goes fine and the model loads and show ingame but problem is that texture is all messed up.I think it has a wrong scale or smth but in maya and milkshape texture is on the right place.
this is my config file:
md3load tris.md3
md3skin Cylinder ./realistic.jpg
mdlscale 1000
mdlspec -1

I wonder if somebody can help me
thanks in advance

reply to this message

#10578: Re: Problem with texture

by Hirato Kirata on 05/28/2008 13:15, refers to #10577

is the similar to the crosshair in appearance? and what's the name of the model/mesh in whatever you used to model it?

reply to this message

#10579: Re: Problem with texture

by JadeMatrix on 05/28/2008 14:23, refers to #10577

Are you actually typing

md3skin Cylinder ./realistic.jpg

?

One, never use capitals in Cubescript. Plus, the directory should be

healthboost/realistic.jpg

or summat. Just duplicate the existing file, making the necessary changes.

reply to this message

#10580: ..

by N!ghtmare on 05/28/2008 15:13

its working now i deleted cfg file and cvs map and suddenly it was like it suppose to be.

and now i have 2 more questions

what does the "mdlspec -1" mean?
and
how do i add new models?(do i just create new map under "packages" and add models,textures and cfg file and then ill be able to select them in editor?)


thank you for your answers

reply to this message

#10581: ..

by Hirato Kirata on 05/28/2008 16:28

The default name for a cylinder in blender if well, Cylinder, due to the mesh being named Cylinder (WITH a CAPITAL C), it requires that you type it as such into the configuration file, if you decide to do so.

Besides, he never gave an directory outline on where he placed the md3 or whatever, so far all we know he replaced the md3 in the healthboost directory, so I think the prepending ./ in the md3skin command is what's causing the problems


also there's NOTHING preventing the use of capitals, the only problems there are is when people fail to realise that operating systems other than windows, and cubescript are completely case sensitive.

</end rant>

yes, I know he uses Maya/milkscape, not blender

now Nightmare, Can you open up your mesh in maya/milkscape or whatever, and check the name the modeller is using to reference it, and make sure it's referenced correctly in the CFG, and be sure to use paths relative to the configuration file?

mdlspec -1 I think disables specularity, if the range can go that low.

Also to add more models to the list (and other textures) it's recommended you copy (and filter) the content of the defaults, and add yours onto the end, the defaults are subject to change at any time without warning

I think that's about it for now...

~Hirato Kirata

reply to this message

#10582: need help adding maps

by florensecue on 05/28/2008 19:58

Hi all,
i looked into the forums, faq's, wiki's, they all say the same thing
if you want a map, go to the game you want
and type in /clearsecuremaps /sendmap /getmap ok, i have loads of maps in my
C:\Program Files\AssaultCube\packages\maps
directory but when i load the game and go to load maps. the only thing i see are the basic orignal maps that are there when you first install the maps
HELP

reply to this message

#10583: Re: need help adding maps

by Pxtl on 05/28/2008 20:07, refers to #10582

The menus are hand-written. There is no automated way to add a map to those menus.

reply to this message

#10584: cstat, qstat\'ish tool for Cube and Cube engine 2 games

by noisyb on 05/28/2008 23:02

cstat is a tool to gather real-time statistics from Cube and Cube engine 2 game servers

supported games are Cube, Sauerbraten, AssaultCube and Blood Frontier

http://cstat.y7.ath.cx

:)

reply to this message

#10585: Re: ..

by JadeMatrix on 05/29/2008 03:46, refers to #10581

Meh, I was just over-stressing it as a general rule.

But that makes me think: is Sauer able to recognize full Unicode (8 and/or 16 bit), or just a select set of symbols?

reply to this message

#10586: Re: need help adding maps

by tentus_ on 05/29/2008 04:27, refers to #10583

It's worth mentioning that Sauer itself knows all of the maps in the /base directory. Type /map and the first letter of your map's name, and then hit tab until the autocomplete brings it up. It's very useful for when you're dealing with a map named in a language other than your first language.

reply to this message

#10587: Re: need help adding maps

by SheeEttin on 05/29/2008 04:30, refers to #10586

Or made by a guy named BlikjeBier. ;)

reply to this message

#10588: cstat 0.5.2 released

by noisyb on 05/30/2008 23:24

i did some small code cleanups and added an example how to embed the XML output of cstat into a internet site using PHP

reply to this message

#10589: cstat 0.5.2 released (2)

by noisyb on 05/30/2008 23:24

http://cstat.y7.ath.cx

reply to this message

#10590: mouse wheel

by Redon on 05/31/2008 12:11

i have a problem, when i want to change the weapon by using the mouse wheel the console says "unknown command: delta_game_3"
plz help me :O

reply to this message

#10591: ..

by Redon on 05/31/2008 12:11

uh? now it says "unknown command: delta_game_0"

reply to this message

#10592: ..

by Redon on 05/31/2008 14:43

i already did and it worked, but why didnt it work anymore and isnt there another way to fix 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

4 plus 5 is?


content by Aardappel & eihrul © 2001-2024
website by SleepwalkR © 2001-2024
58334953 visitors requested 76286784 pages
page created in 0.157 seconds using 10 queries
hosted by Boost Digital