Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
AFLW 2024 - Round 9 - Indigenous Round - Chat, game threads, injury lists, team lineups and more.
Yeah I'm not working on it anymore mate. Too much for me to handle
Look page 2 there is a BitBucket link to the code. What you are looking at is the compiled code which is useless to you. You need the source code.Hi Guys,
Amazing to see this game back on the radar. Thank you to the developer and all contributors for your efforts. I had some emails back and forth with the dev when it was released back in 2011, and he always took the time to reply which was nice.
Is anyone able to point me in the direction of the match engine code? All I can locate is the FM.GameLogic.dll files, they come up as binary code when trying to open them(no real dev experience here). Specifically the code where the game loads up everything, and then presents the 2D engine is what I am after.
Cheers
Pretty sure I had the source code, opened up the Solution in Visual Studio. Within the source files I wanted to know where the code was for the match engine.Look page 2 there is a BitBucket link to the code. What you are looking at is the compiled code which is useless to you. You need the source code.
Oh sorry, I thought you were trying to open the GameLogic DLLs in Notepad or something. Not sure where the match engine code is exactly. BaseLogic I think or something along those lines. I have avoided that part for the most part so far since it needs virtually no fixingPretty sure I had the source code, opened up the Solution in Visual Studio. Within the source files I wanted to know where the code was for the match engine.
Awesome.So for anyone that is interested, I have done a lot of very half-assed fixes for now to get GWS in the game and working for one season. Have been away and haven't touched the files for a week or so so I will try and get back into it and get it working properly. Once I get the little specialised icons working for GWS we should be good to go.
Removing the sub is probably a semi-big one.Once GWS is in, how much stuff exactly has changed that needs to be added?
This is all I want.To be honest, I don't think half the things that have been mentioned will ever get fixed by the community. I am in no way a coder, I just somewhat understand how coding works (basic theory) and how to navigate it all. My goal in this, is to get a working version of the game with GWS and updated lists. The only way we will get a true 2018 version, will be if an actual developer steps in or Grenville comes back to the project. One area I am okay with is using Unity and as a side project to this side project I might work on a remake of the game using the Unity UI which is probably not the ideal engine for the game but I am comfortable enough using it. I have a basic idea of an algorithm that might work decently to simulate games. I'll still work on this source though.
We are close to this. Fixing all the issues one by one is hard enough, but it's time consuming searching through code you aren't familiar with to find the root of the issue. As I work through the issues if I get stuck I'll post here and see if any of you guys can assist.This is all I want.