General Thread |
by Aardappel
on 01/05/2002 01:55, 15527 messages, last message: 03/01/2024 13:02, 12556214 views, last view: 11/06/2024 08:28 |
|
for questions, announcements etc.
|
|
Board Index
|
|
#11910: Re: Camera movement |
by maximusw00t
on 03/31/2009 00:58, refers to #11909
|
|
yes i know all this, i am familier with quad even tho i cant upload my maps for crap. well this was usless.
reply to this message
|
|
#11911: Re: Camera movement |
by a~baby~rabbit
on 03/31/2009 01:16, refers to #11910
|
|
You said that blood frontier has the camera functionality you need - so there is the possibility of moding sauer with the relevant code from it. In which case asking the blood frontier developers might be a good way forward.
Of course this is non-trivial if you're unfamiliar with the code...
reply to this message
|
|
#11912: Re: Camera movement |
by a~baby~rabbit
on 03/31/2009 01:42, refers to #11911
|
|
-yawn-
src/engine/rendergl.cpp::recomputecamera()
Look for the line that says, "camera1->move = -1;"
add a new line under it, "camera1->strafe = -1;". Basically it's saying how the camera is to be moved from the player position.
reply to this message
|
|
#11913: Re: Camera movement |
by Quin
on 03/31/2009 02:18, refers to #11912
|
|
Can't do this because it changes the crosshair's location in 3D space, the stuff in BF has kludges to reorient the camera/worldpos.
reply to this message
|
|
#11914: Re: Camera movement |
by maximusw00t
on 03/31/2009 02:34, refers to #11913
|
|
well quin if you could help me in any way that would be so awsome...if not its ok.
reply to this message
|
|
#11915: Re: Camera movement |
by Quin
on 03/31/2009 07:16, refers to #11914
|
|
It's a major modification that actually breaks the network protocol to do correctly. It's not something that can be done (well) without getting the devs themselves to do it. There is some minor interest in it, but don't really expect it any time soon (or at all). These are First Person Shooters, as a result Third Person is not really very well supported or recommended (even in Blood Frontier, Third Person is not so crash hot).
To be perfectly honest, nobody is gonna write code for you. Your best place to start is probably http://www.gamedev.net/
reply to this message
|
|
#11916: Re: Camera movement |
by maximusw00t
on 03/31/2009 17:11, refers to #11915
|
|
well thanks but i would still love to play online, but thanks for the help. this was just one thing ive been intrested in for the last two years ive played sauer but anyways thanks alot :D
reply to this message
|
|
#11917: .. |
by Fischkopf
on 03/31/2009 20:47
|
|
why dont you make a classic pumpgun?
reply to this message
|
|
#11918: Re: .. |
by maximusw00t
on 03/31/2009 20:57, refers to #11917
|
|
i think making ragdolls movable is an excellent idea :DD
reply to this message
|
|
#11919: .. |
by Fischkopf
on 03/31/2009 23:31
|
|
yeah, in dead mode so you can play with it ^^
reply to this message
|
|
#11920: .. |
by abcord
on 04/01/2009 02:59
|
|
Make a low poly mesh and bake the high poly one into it.
reply to this message
|
|
#11921: server text |
by viparr104
on 04/01/2009 18:28
|
|
what command line code would i use to create echo text whenever players log into my server? for example, i would want it to show players the rules of the server, such as not claiming master :-P im running os x, if that helps at all.
reply to this message
|
|
#11922: .. |
by Fischkopf
on 04/01/2009 21:27
|
|
THE BOTS ARE GREAT! It feels like the longer i play with them, the more they learn from me.
reply to this message
|
|
#11923: Re: .. |
by maximusw00t
on 04/01/2009 22:59, refers to #11922
|
|
bots? in svn or blood frontier o.0 i was not aware of any bots in sauer svn
reply to this message
|
|
#11924: .. |
by Fischkopf
on 04/01/2009 23:02
|
|
yes in the svn you can add bots with /addbot.
reply to this message
|
|
#11925: Re: .. |
by maximusw00t
on 04/01/2009 23:06, refers to #11924
|
|
finally :DD
thanks for lettin me know
reply to this message
|
|
#11926: .. |
by MovingTarget
on 04/02/2009 01:21
|
|
About the bots, is it purposeful that they just stand there doing nothing even when you shoot them? I have to go up right next to them and switch to the chainsaw before he will start playing.
reply to this message
|
|
#11927: Re: .. |
by Quin
on 04/02/2009 03:04, refers to #11926
|
|
Yes, they remain stationary until there are valid waypoints for them to follow.
reply to this message
|
|
#11928: Re: .. |
by MovingTarget
on 04/02/2009 03:25, refers to #11927
|
|
I'm sure there's a good reason for it, but it still feels weird that when you add 50 bots, you have to go up to each one and push it with a chainsaw before it will actually start fighting. Kinda time consuming...
reply to this message
|
|
#11929: .. |
by Midnight Walker
on 04/02/2009 04:03
|
|
Or just frag them all with rockets and wait for them to respawn. ;-)
reply to this message
|
|
|
Board Index
|
|