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, 12529350 views, last view: 11/02/2024 09:38

for questions, announcements etc.

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

#10551: Re: ..

by Quin on 05/21/2008 11:49, refers to #10549

If ATI Catalyst Control Center starts (which I assume because they are actually able to change the settings), the driver is installed correctly.

reply to this message

#10552: ..

by ACCESS{-}DENIED on 05/21/2008 19:34

If ATI Catalyst Control Center starts (which I assume because they are actually able to change the settings), the driver is installed correctly" huh ....

no no and NO

it could be the open gl driver did not install or there is conflict with a dll or in the registry uninstall both the drivers and the card its self via the add and remove programs and the "device manger under the display tab"
REBOOT

and install the drivers again then REBOOT
that should correct the error
this used the happen once in a while with my old ATI 9600/xt
make sure you download the drivers before you go uninstalling and rebooting ect
http://ati.amd.com/support/driver.html
but don't run the installer untill you have rebooted

reply to this message

#10553: CVS on Mac

by Redon on 05/21/2008 21:04

hello, i have a problem :/
id like to have CVS on my Mac and i downloaded everything with SmartCVS, but theres a problem with compiling sauerbraten on xCode. If i wanna build it,
then there are two errors:
1.
Linking .../CVS/sauerbraten/src/xcode/build/sauerbraten.build/Release/sauerbraten.build/Objects-normal/ppc/sauerbraten (1 error)
cant locate framework for: -framework SDL_image
Command /usr/bin/g++-4.0 failed with exit code 1

and 2.
Linking .../CVS/sauerbraten/src/xcode/build/sauerbraten.build/Release/sauerbraten.build/Objects-normal/i386/sauerbraten (1 error)
cant locate framework for: -framework SDL_image
Command /usr/bin/g++-4.0 failed with exit code 1

what does it mean and what do i do wrong? plz help me :O

redon

reply to this message

#10554: google ads experiment

by Aardappel_ on 05/21/2008 21:52

so I ran google ads on this site for nearly 3 weeks... just to see what a high traffic site like this would bring in.

As it turns out, it averaged only $1.50 a day (maybe also because the ads weren't very relevant), but certainly not nearly enough to bother visitors with ads for :)

So seems like you need really insane traffic before google ads are worth it... I guess 6 million visitors requesting 13 million pages is peanuts :)

So they have been turned off... enjoy :)

reply to this message

#10555: Re: CVS on Mac

by SanHolo on 05/21/2008 21:56, refers to #10553

You have to download and install libSDL: http://www.libsdl.org/download-1.2.php

@Aard: I wonder how many in here did never see those ads due to Adblock, like myself. :)

reply to this message

#10556: Re: CVS on Mac

by Aardappel_ on 05/21/2008 22:00, refers to #10555

the ads weren't targeted at people like you, but at the gazillion visitors from all the "free games" sites out there.

reply to this message

#10557: ..

by ACCESS{-}DENIED on 05/21/2008 22:10

I don't mind them most of use use ad block anyway so thats 1.50 dollars more :D better then nothing

reply to this message

#10558: Re: CVS on Mac

by Redon on 05/21/2008 22:31, refers to #10555

What exactly do i have to do with it? :O

reply to this message

#10559: Re: CVS on Mac

by Quin on 05/22/2008 07:18, refers to #10555

There were ads? Heh, didn't notice.

reply to this message

#10560: Re: ..

by Quin on 05/22/2008 07:20, refers to #10552

Heh, actually I didn't notice. Had this mixed up with another thread because I never bothered to go back in the post history.

reply to this message

#10561: ..

by Osbios on 05/22/2008 19:46

45$ in one month. And how much do the site cost in one month?
I never understand people who actually click on ads. 0_o

Well I didn't notice it anyway...

reply to this message

#10562: Re: CVS on Mac

by SanHolo on 05/22/2008 21:05, refers to #10556

Yeah, that's why statistics about AdBlock-Users and -Non-Users would be interesting. :)

reply to this message

#10563: More Questions

by Titanic12ship on 05/23/2008 01:35

Hello, I wanted to know if there is a way to change the default map. (The map the game loads on startup.)

Also, can you change the default music? (not just for one map but for all maps.)

reply to this message

#10564: Re: Read the Docs, please

by tentus_ on 05/23/2008 03:40, refers to #10563

http://sauerbraten.org/docs/config.html#_minus_ls

Ctrl-F is your friend.

reply to this message

#10565: Re: google ads experiment

by MaxOfS2D@Work on 05/23/2008 10:07, refers to #10554

I saw those ads.

Also, I'd like to say that $1,5/day is very decent.

reply to this message

#10566: Re: Read the Docs, please

by Titanic12ship on 05/23/2008 13:49, refers to #10564

OK I read what it said to do to load a map on startup but that didn't work. It said to type "-1S" in the advanced options box the "S" being the name of the level, so I did, but when I started the game up, it didn't load the map.

And I still need to know how to change the default music.

reply to this message

#10567: Re: Read the Docs, please

by Hirato Kirata on 05/23/2008 14:09, refers to #10566

dude, it's a lower case L, not a 1 (one)

anyways the music... you'll find the playasong alias in default_map_settings.cfg

feel free to modify it, the following is the one I made for sandbox, it's just an example of how you can change it.

setsong = [
if (= $arg1 0) [
music Artificial-World nextsong
] [
if (= $arg1 1) [
music Home nextsong
] [
if (= $arg1 2) [
music Sense-of-Happiness nextsong
] [
if (= $arg1 3) [
music Last-Flight nextsong
] [
if ( = $arg1 4) [
music Transition nextsong
] [
music traveling_minstrels nextsong
]
]
]
]
]
]

playasong = [setsong (rnd 6)]

~Hirato Kirata

reply to this message

#10568: ..

by Redon on 05/23/2008 21:24

where do i have to put the SDL_image folder for cvs to?

reply to this message

#10569: Re: ..

by SheeEttin on 05/23/2008 21:45, refers to #10568

Your distro probably has packages for the SDL dev libraries. Just search "lib", "sdl", and "dev" (or a combination thereof).

reply to this message

#10570: Re: Read the Docs, please

by Titanic12ship on 05/23/2008 23:06, refers to #10567

Thanks for your help.

I have a couple more questions:

1. I made a song in Apple's Garageband and would like to know if there was a way to convert the song file (.band) to a format that Sauerbraten would understand. (.ogg)

2. What is the best program to make hudguns with?

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

9 times 2 is?


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