When I drafted the project I made plans to do the partner swap system with their own health as well since Gaiden had it's own partner swap system. The idea was to update it with the feel and concept of a true RE inventory system and screen. Biohazard star did a great job to throw the writen concept into a visual concept. This isn't finalized since we currently are using some placeholders however it is very close.
Announcement
Collapse
No announcement yet.
Resident Evil clone made in Unity Javascript teaser
Collapse
X
-
The way you're handling weapon pivot lock is still incorrect, but you got it right when the player turns around. You need to lock a foot as the pivot for all motions, not just one. Quick example:
Notice how Elza moves relatively to the locked foot. This principle applies to all weapons, you only need to adjust which foot it locks on depending on the animation.Last edited by Gemini; 10-23-2015, 06:42 AM.
Resident Evil: Behind the Mask twitter, also in Facebookian flavor for great justice.
Comment
-
Originally posted by Gemini View PostThe way you're handling weapon pivot lock is still incorrect, but you got it right when the player turns around. You need to lock a foot as the pivot for all motions, not just one. Quick example:
Notice how Elza moves relatively to the locked foot. This principle applies to all weapons, you only need to adjust which foot it locks on depending on the animation.
Edit: I noticed for RE1 after having spent a good hour analyzing the official movements (at least in the case of Jill's alt Director's Cut costume anyway which would be EM1033) that when performing the knife aim action Jill shifts backwards a couple steps (smoothly lerps into position, pay close attention to the shadow, although I'm sure you are aware of it), then moves forward back to the original local position relative of where you're facing when you hit the attack button, it doesn't actually lock the feet in place even though it looks like it does, the sliding back and forth creates the illusion that the character's feet are locked in place. I don't think even locking the feet would be possible at least not for Unity's case. Maybe the case of RE1.5 and RE2 is a bit different, this is just what I noticed in RE1 anyway. To confirm this I placed myself between the inventory crate in the save room. When stuck between two objects, her feet sway back and forth (because she is stuck in local position, and this is just how the animation was created) because there are two objects blocking the backward/forward movement. I think even if Capcom did infact lock the feet in place, what I'm describing is the only feasible option for Unity's case anyway. It's not hard to execute, but getting the correct backward and forward translation will take some trial and error.
Look:
Yeah, if you hadn't told me anything I would've overlooked it, but I knew there was something off. When you look at it, it looks quite silly seeing his feet sway back and forth in local position. It looks like he is dangling from wire and swaying his feet above ground. I knew there was something off but just couldn't quite pinpoint it.
I think the biggest dilemma will be figuring out how to move the leg while rotating with a shotgun/handgun or similar weapon equipped. I'm sure you notice when you equip the handgun or shotgun and rotate, his or her right leg will sort of jerk, which isn't apart of any animation, looks like it is done entirely in code.Last edited by VirusPunk; 10-31-2015, 06:47 PM.
Comment
-
Originally posted by blackpower View PostVirusPunk : Do you compliment bushels making giant footsteps, have you ever thought about realizing the prototype of resident evil 0 (N64) for psx?
After 3 weeks, here is the latest update, check out the description to see what has been changed/added:
Comment
-
PSX release isn't possible currently and wouldn't really serve much a purpose. I'm pretty sure it would require using a whole different engine, coding, and using the old Playstation TMD format. On the other hand, a Playstation Network build is definitely feasible.
Dino Crisis is feasible. There just isn't enough knowledge on any of the game's files to work with currently.
Comment
-
Can you port any format for the models? Example.character models?Last edited by Ultimacloud123; 11-27-2015, 08:49 PM.
Comment
-
We can only port RDT data over from both RE1 and RE1.5 currently (SCA, RID, LIT, etc). Anything else would be impractical as we want to make it easier for users to just add their own content from their favorite modeling packages (like the common FBX and OBJ formats). BTW, the project is on hold currently since I'm the only person working on it anymore. I'm still debating on whether I should just release the source code as is already for someone to take it over. Note: I was doing all of the coding anyway, but since I have other priorities in my life right now I can't focus on it too much and it's too overwhelming with such little interest anyway. I'm not bitter or upset, just the way it has to be. I will be spending alot more time building up my Mudbox and hard surface modeling portfolio in hopes of landing a well paying job next year.Last edited by VirusPunk; 11-28-2015, 12:39 AM.
Comment
Comment