Character Login Screen Bug
So I am putting my login.mrs as server select
I edited the Zgameinterface.cpp,ZInterfaceBackground.cpp and ZInterfaceBackground.h
and it worked it fine, What my problem is that, Its not moving when you first start the client its just sitting there.
https://www.youtube.com/watch?v=gLQ2...ature=youtu.be
http://i58.tinypic.com/4ugjzq.jpg
For example, The original Gunz login screen the train, when you first enter the server the screen camera goes down to the character.
Is this a source issue regarding Zgameinterface.cpp,ZInterfaceBackground.cpp and ZInterfaceBackground.h
or the login.mrs or is it a camera problem within the source or MRS.
I am really leaning on its a source problem, I have never encounter a problem like this before.
How do i fix this issue?
UPDATE
gameinterface.cpp,ZInterfaceBackground.cpp and ZInterfaceBackground.h have been replaced and edit with the same code and even edit like its suppose to from this post
http://forum.ragezone.com/f245/impro...screen-891370/. Like I said its not just this login.mrs . its ever one that I put in. Is there other place in source that deals with backgrounds and the login.mrs? I am trying the new Icegunz server stuff and i have to say i fixed some issues with it, but this part its kicking my ass.
Re: Character Login Screen Problem
Re: Character Login Screen Problem
When you first start the client it's not supposed to move, it's designed that way, do you mean it doesn't move after logging in? big difference between the 2.
Re: Character Login Screen Problem
Im sorry. when you login in that is my problem x.x i have never had this problem before.
Re: Character Login Screen Problem
If it doesn't move, even with the stock ijji login.mrs, then it's definitely a source issue.
Re: Character Login Screen Problem
Quote:
Originally Posted by
jetman82
If it doesn't move, even with the stock ijji login.mrs, then it's definitely a source issue.
I got other client and source, That one worked fine. I just dont know why this one will not work, I knew it was source issue. I just have no idea how to fix it . Or what part to fix x.x
I rather use the source i am currently working on because it has tons of stuff on it.
Re: Character Login Screen Problem
Update ! I posted a video of what my problem is!
Re: Character Login Screen Problem
The code has been modified in order for this login screen to work the way wucas wanted it to work. Follow this thread and you'll be able to fix it. If you have any problems let me know.
http://forum.ragezone.com/f245/dark-...-1-7-a-932039/
Re: Character Login Screen Problem
I really don't think you understood my video xD. watch it again. its not just this login that is doing it. Its multiple maps
- - - Updated - - -
Plus its not looping or anything.
Re: Character Login Screen Problem
In that case, check zinterfacebackground.cpp, make sure you didn't accidentally delete the camposition codes or place them in the wrong location.
Quote:
if( stricmp( pDummy->szName.c_str(), "camera_pos 01" ) == 0 )
{
m_vCamPosSt = pDummy->Position;
m_vCamDirSt = pDummy->Direction;
}
else if( stricmp( pDummy->szName.c_str(), "camera_pos 02" ) == 0 )
{
m_vCamPosEd = pDummy->Position;
m_vCamDirEd = pDummy->Direction;
}
else if( stricmp( pDummy->szName.c_str(), "spawn_solo_101" ) == 0 )
{
m_vCharPos = pDummy->Position;
m_vCharDir = pDummy->Direction;
}
That should be in the forloop RDummyList::iterator
Re: Character Login Screen Problem
http://i59.tinypic.com/28kli8o.png
Here is where it is. i have even try to switch it from a different source, but does the same thing.
Re: Character Login Screen Problem
Well that is definitely strange then... I'm not entirely sure what the issue is. Did you add the extra code that was necessary for the map login to function? It was like, LOGIN_SCENE_MAIN or something along those lines. See if you have that in the source.
Re: Character Login Screen Problem
I redid, the whole code. It works, but no likes it's suppose to. I have try different maps and none of them transition to the character , if you use the repack clean and edit that you can get by jurin how ever you say it, it works fine. But for mine I have no idea. I try to replace the cpp and h, within mine and it still does not work.
Re: Character Login Screen Bug
Zgameinterface.cpp,ZInterfaceBackground.cpp and ZInterfaceBackground.h have been replaced and edit with the same code and even edit like its suppose to from this post http://forum.ragezone.com/f245/impro...screen-891370/. Like I said its not just this login.mrs . its ever one that I put in. Is there other place in source that deals with backgrounds and the login.mrs? I am trying the new Icegunz server stuff and i have to say i fixed some issues with it, but this part its kicking my ass.
Re: Character Login Screen Bug
I guess I'm gong to bump this again, any help would be awesome