Week 5 Reports

Find Week 6's report here. Find Week 4's report here.

Group Report

For the week 6 meeting on 5/4.

As we mark the halfway point in our class, the different aspects of the project begin to come together. Graphics brought many of our models to life this past week, rendering animation for all models except the character model. Tackling animation for the character model will be a complex challenge for next week due to the character animations’ use of ASSIMP bones. The gameplay and networking teams this week started gameplay-network integration. The goal of integrated player movement was not met in part due to issues with getting Boost and ASSIMP to work with Visual Studio, preventing us from compiling code. With these issues being worked out, efforts next week look to be more productive. The art team completed a sprinting animation and created 2D icons representing the powerup abilities. These icons will appear on the user’s display. Next week, the art team will aim to finish a crouching animation and the remaining 2D icons.

While challenges with gameplay-network integration and time requirements from outside commitments meant less was accomplished this week than in past weeks, morale remains high and our outlook on the project is optimistic.

The last four images display the weapon animations in the 3D world.

Updated player running animation. Armor icon. Boost icon. Heal icon. Pistol firing animation in 3d world. Pistol reloading animation in 3d world. Shotgun firing animation in 3d world. Shotgun reloading animation in 3d world.

Individual Reports

Lucas' Report:

  1. What were your concrete goals for the week?

    My concrete goals for this week were to get the interpolation feature of the animation working for the models.

  2. What goals were you able to accomplish?

    I was able to accomplish this for the models which have animations and do not make use of bones (essentially all models except the character model).

  3. What goals were you unable to meet, if any? Why?

    I was unable to animate the player correctly. I am still actively working on this, but it has become far more complicated than I imagined. My original way of handling interpolation to get the animation to play properly did not account for the fact that certain animations use ASSIMP bones. I am unfamiliar with working with bones and this past week I have spent time trying to understand how they operate and how they can be fitted into the existing code I have without breaking everything. There is a small chance that I need to overhaul most of the animation code I have written so far as the bones work in a very different way than the ASSIMP meshes which were pretty easy to accommodate.

  4. What are your specific goals for the next week?

    My specific goal for next week is to try and load in the character model properly which makes use of ASSIMP bones.

  5. What did you learn this week, if anything?

    This week I learned more about using ASSIMP and how their data structures fit together. It's kind of complicated because our files are being exported in GLTF format which also uses nodes and meshes but these are very different than the ASSIMP nodes and meshes. My original way of handling animations more aligned with the GLTF format so now I need to kind of rethink my approach.

  6. How is your individual morale?

    My individual morale is ok. I would say that I can most likely figure this out but it will take some time and it might not be perfect at the end. This past week was also kind of tough because of midterms and some other assignments, but hopefully this next week I'll make some more progress.

Kabir's Report:

  1. What were your concrete goals for the week?

    Network integration.

  2. What goals were you able to accomplish?

    None, ongoing.

  3. What goals were you unable to meet, if any? Why?

    Integration is a major task which will likely require multiple weeks. On top of that the animation integration seems to have broken some things so I have to try and fix all 3 together.

  4. What are your specific goals for the next week?

    Network integration.

  5. What did you learn this week, if anything?

    Learned more about the animation/network code structure.

  6. How is your individual morale?

    Good, project is going well. Do wish we had attempted the network integration earlier though.

Mitchell's Report:

  1. What were your concrete goals for the week?

    Integrate gameplay with networking. Try to get basic movement to work with the server.

  2. What goals were you able to accomplish?

    I fixed some bugs with existing gameplay such as ability chests and deletions. I was able to run the client and server with Visual Studio independently and together.

  3. What goals were you unable to meet, if any? Why?

    It took a while to get Boost/assimp to work with Visual Studio and to compile the files correctly. Getting Visual Studio to run twice (once for the server and once for the client) surprisingly also took a lot of work. Trying to use the same project was not possible, since Visual Studio only allows for one to run. Creating a new project required linking the packages (ex: Boost) again, and despite having the same settings, it would not compile correctly. I didn't have enough time to work on any gameplay/movement/etc. logic as a result.

  4. What are your specific goals for the next week?

    Try to get basic movement to work with the server and start implement client/server gameplay logic.

  5. What did you learn this week, if anything?

    Visual Studio is rough...

  6. How is your individual morale?

    Low. I spent a long time trying to get all the packages to work together with Visual Studio. I am optimistic about next week though.

Alan's Report:

  1. What were your concrete goals for the week?

    My concrete goals this week were to create icons for the abilities and to work on crouching and running animations.

  2. What goals were you able to accomplish?

    I was able to make 3 out of 7 icons for the abilities and I was able to create the running animation.

  3. What goals were you unable to meet, if any? Why?

    I was not able to finish all the icons because I was busy working on work for other classes.

  4. What are your specific goals for the next week?

    My goals for next week are to finish all the icons and to create the crouching animation.

  5. What did you learn this week, if anything?

    I learned how to work with Illustrator to create icons. I did not expect to learn it.

  6. How is your individual morale?

    My morale is high.

Bowen's Report:

  1. What were your concrete goals for the week?

    For this week, my goal was to help out integrating network and gameplay branches.

  2. What goals were you able to accomplish?

    I was not able to accomplish my goals.

  3. What goals were you unable to meet, if any? Why?

    I am behind in the progresses we are making. Instead of helping out with integrating, I helped our art specialist with more models. After my midterms and PA next week, I will try to catch up with the progresses and help with integrating.

  4. What are your specific goals for the next week?

    For next week, I will try to learn and catch up what my team has done so far and help with integrating network and gameplay branches.

  5. What did you learn this week, if anything?

    I did not really learn much this week.

  6. How is your individual morale?

    For this week, I don’t feel like I accomplished much for the team.

Michael's Report:

  1. What were your concrete goals for the week?

    My goal for this week was to help the gameplay team integrate the game logic into the server/client files so the game can be played over the network.

  2. What goals were you able to accomplish?

    I met with the gameplay team to go over the client/server code and recommendations on how they should integrate the code. I also went over some problems with compiling the server code on Windows, which we’re still working on.

  3. What goals were you unable to meet, if any? Why?

    I met with the gameplay team to begin integration, but we haven’t completed the integration yet.

  4. What are your specific goals for the next week?

    My specific goals for next week are to continue to help to gameplay team integrate the code, as well as modify the existing server code as the current code is an initial implementation that can be integrated with the gameplay code, and can be improved in a few areas.

  5. What did you learn this week, if anything?

    I got my feet wet with the gameplay code, which I haven’t encountered before.

  6. How is your individual morale?

    My morale is good.

Robert's Report:

  1. What were your concrete goals for the week?

    My primary goal this week was to get gameplay-network integration to the point where user-controlled character movement was achieved. My secondary goal this week was to update our server and client parsing methods to reflect footsteps being generated by the Client rather than the Server.

  2. What goals were you able to accomplish?

    I achieved my secondary goal. Upon discussion, we decided it would be better for the Client to generate and track footsteps rather than the Server.

  3. What goals were you unable to meet, if any? Why?

    I was unable to achieve integrated user-controlled character movement. We struggled with issues related to our tools, and while it seems much of those problems have been rooted out, we did not accomplish much with gameplay-network integration outside of planning and discussion.

  4. What are your specific goals for the next week?

    For next week we aim for integrated user-controlled character movement. While the early part of my coming week will be absorbed by work for other classes, I should have enough of time in the remaining part of the week to help reach this goal.

  5. What did you learn this week, if anything?

    I learned about how the gameplay code is structured and functions.

  6. How is your individual morale?

    I’m still confident in the direction of the project.