Hi! I'm not a programmer just play with the codes :). When I tried to do a top-down camera view in an older sauerbreten (mp edition), all models -playermodel, ammo pickup, hp... goes invisible, but the camera is work perfectly. What's wrong?
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
int farplane = max(max(fog*2, 384), hdr.worldsize*2);
gluPerspective(fovy, aspect, 0.54f, farplane);
glRotatef(90, 1, 0, 0); //topdown camera
glMatrixMode(GL_MODELVIEW);
transplayer();
Thanx for the help... :)
Im looking for ways in cube script to know the following:
Note: Im looking to use script for a client of a server and not the server its self.
Note: Player referse to the user runing the script
Note: Client(S) referse to all other users that are not Player
Note: Cn is equivlant to clientnumber
Lovable Jerk
chasester
I feel so stupid having to ask this. but could someone please post the original "menu.cfg" file.
Somehow I screwed mine up and lost the original. Or if you want to i have posted the menu.cfg (as a txt) that I have. If someone wants to tell me what's wrong i would also appreciate it.
Thanks,
KGDstudios
Well, to be honest, I hate what they did with the menus in Justice edition. You can only see like 3 buttons in the multiplayer menu if you are not on a server, and when you do get on a server, you can't bring up the normal esc menu unless you type /showgui main.
Is there any way to change this back to be like trooper edition?
Some one plz help me I can't figure out how to get script from quadroapolis to sauerbraten
O ya I'm on a Mac if that helps
When i had vista Sauer worked perfectly. I could run Sauer on just about its full settings. now that ive upgraded to windows 7 sauerbaten runs SOOOOOOOOOOOOO slow on even the lowest setting. so bad that the startup menu is hard to navigate. I would jut like to know if there is somthing im missing o_O why isnt sauer running like it used too?
More details about my computer
Component Details Subscore Base score
Processor Intel(R) Core(TM)2 Duo CPU T6400 @ 2.00GHz 5.5 3.4
Determined by lowest subscore
Memory (RAM) 4.00 GB 5.5
Graphics NVIDIA GeForce 9300M GS (Microsoft Corporation - WDDM v1.1) 3.4
Gaming graphics 1791 MB Total available graphics memory 5.2
Primary hard disk 138GB Free (221GB Total) 5.6
Windows 7 Professional
System
--------------------------------------------------------------------------------
Manufacturer ASUSTeK Computer Inc.
Model N80Vb
Total amount of system memory 4.00 GB RAM
System type 32-bit operating system
Number of processor cores 2
64-bit capable Yes
Storage
--------------------------------------------------------------------------------
Total size of hard disk(s) 221 GB
Disk partition (C:) 138 GB Free (221 GB Total)
Media drive (D:) CD/DVD
Graphics
--------------------------------------------------------------------------------
Display adapter type NVIDIA GeForce 9300M GS (Microsoft Corporation - WDDM v1.1)
Total available graphics memory 1791 MB
Dedicated graphics memory 512 MB
Dedicated system memory 0 MB
Shared system memory 1279 MB
Display adapter driver version 8.15.11.8593
Primary monitor resolution 1280x800
DirectX version DirectX 10
Network
--------------------------------------------------------------------------------
Network Adapter Realtek RTL8168C(P)/8111C(P) Family PCI-E Gigabit Ethernet NIC (NDIS 6.20)
Network Adapter Intel(R) WiFi Link 5100 AGN
Notes
--------------------------------------------------------------------------------
The gaming graphics score is based on the primary graphics adapter. If this system has linked or multiple graphics adapters, some software applications may see additional performance benefits.
When I pull up the SVN repository for SauerEnhanced (similarly with Red Eclipse) am I supposed to get a white page with a bunch of links? And if I am, do i just replace all of my currect SB files with ones on the SVN site? Thanks for any help.
I was wondering if there is any way to make water in-game look exactly like air, via cubescript? it would be good as I want to make a low-gravity themed map, and the player movement in water is just what i'm looking for. Any way to make this happen?
I've been noticing much of my responses are completely eliminated without rhyme or reason. I understand it is the job of the admins and moderators to uphold posters to a somewhat professional standard or etiquette. However, I find it offensive when accurate, direct, though slightly rude comments are removed. If my memory serves me, is there not a legend of a man (complete with bad grammar, and nasty spelling) who creates entire posts on why a map sucks, and my comments, which are much more upstanding and tame, are erased from memory... It strikes odd.
I was wondering if there was any script or command in the .cfg that could be used to automatically teleport a player in sp against their will to a certain teledest. Also, i want to add in my own enemy NPC models, but I don't want to replace the old ones. How would i be able to make the game add in a different enemy at "/newent enemy 9" instead of it just defaulting to ogro (or whatever it does now)?