-
Posts
5353 -
Joined
-
Last visited
-
Days Won
29 -
Donations
91.99 USD -
Points
435,500 [ Donate ]
Content Type
Profiles
Forums
Gallery
Twitch
Running Commentary
Events
Store
Downloads
Everything posted by Sitting-Duc
-
Yesterday I launched the new version of the XI Portal, this has been my pet project this lock-down to learn new technologies and try and keep sane (it has not worked 100% effectively). The XI Portal is usable by registered users, members and admins. It is geared towards monitoring our servers and sharing information so there are lots of hidden features only available to the admin team (such as player manager, banning, etc.). I have especially enjoyed working on player and map tracking which is now visible on a server details page: It is also possible to download the map files directly here if you have any issues getting them from the server. There is a new version of the Demo Manager to work with the new portal. The Demo Manager is supported by COD2/4/5 and allow easy setup of keybinds for recording and the ability to share demos with the relevant admin team. The latest version is in the download section on this website. You will need to uninstall the previous version before installing and configure it with the 'auth key' that can be retrieved by logging into the portal. Hope it is of some use, either way I have learned allot of new tools, technologies and techniques so am happy. Now onto the next project...
-
There's been a few people that have tested it and confirmed it's working - it can be downloaded through the downloads section here: Thanks all for testing!
-
The demo manager is an application we have that Tim did for the cod2/4/5 games to help record and manage demos. The integration with the portal is so they can be shared. It's not really used much, really I put this out there in the hope that those that do use it test it.
-
Yep the processor architecture is MSIL - looking though it prefers 32 bit which I assume is down to the compatibility around reading the demo files, 64 bit seems to not work for that.
-
I'll look at the 32-bit, should have been Any-CPU. It has never run cross-platform, this update is just to get it working with the new version of the portal as above. Thanks
-
That's good.. nothing to do with the demo manager though
-
Would anyone be up for some quick testing of the Demo Manager? I have migrated the portal over to the new version and it has broken the demo manager so need to push out a new version of that. The testing will simply be downloading and installing the new version, checking it works with the portal and that's it. Any takers?
-
Steam Source code leak: should we be concerned?
Sitting-Duc replied to Alphanoob's topic in General Discussion
One quick Google later - https://twitter.com/TeamFortress It is related to the previous source leak in 2018 and should be of no issue to keep playing. -
Steam Source code leak: should we be concerned?
Sitting-Duc replied to Alphanoob's topic in General Discussion
I haven't looked at it but in all honest as a software engineer - it should not matter if your code is public or private. Ignoring the commercial side of things good code is written in a way where it does not matter if it is made public. Yes open code makes it 'easier' for people to find the flaws and exploit them. However the flaws were always there and exploitable. Generally the decision for open sourcing code is a mixture of commercial and risk based. Either way - the code quality should not change. I imagine from the brief skim of the link that it has an element of scaremongering as I read about uninstalling the application etc. -
Holy crap that was your issue? Out of the numerous spelling and grammatical errors. Lower your standards.
-
I think we need to punish the admins!
-
Roxy I made you a batch of Bread
Sitting-Duc replied to WeednFeed's topic in Chilli's Cookery Forums
I would kill for some yeast! Have struggled to get some since this chaos started. I have been experimenting with all these non-yeast recipes; backing powder, yogurts.. they come out OK just not quite that fluffy light loaf I am looking for! -
I'll one up you.. what game?
-
Thanks for that @Angelz and @EDD THE DUCK The fist ones still don't work great as they either disappear into the background or 'blur' to be unidentifiable. @EDD THE DUCK your one seems to work well: Thanks again!
-
The current ones in the above screenshots are 16x16, yes small but cannot be larger.
-
-
Does anyone have a small Insurgency icon, I need a .png 16x16. I have been messing with updating the Portal players map to split down by game type and it's not looking as nice as I would like for Insurgency: As you can see even when zoomed in the icons is not as visible as the others: I think something darker or with a dark background would be better. Can I get some help from someone please?
-
Redirect Seems Slower?
Sitting-Duc replied to Oster's topic in Call of Duty 4's Call Of Duty 4 Discussion
In all honestly I probably wouldn't... I upgrade/downgrade things all the time and rarely post. @Oster - as long as it doesn't hit 12Kb/s then you are hitting the redirect correctly. There is no limits being reached server side so potentially a client-side or somewhere in the middle issue. Duc -
@ShaunZAR thanks. The code that is being invoked and determining the path for the exe is using the registry. Are you familiar enough with regedit to have a look at one of the keys? The code: private Game GameInstalled(GameVersion version, string name) { if (Registry.GetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Activision\" + name, "codkey", null) != null) { var game = new Game(version, name); var path = Registry.GetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Activision\" + name, "InstallPath", null); if (path != null) game.InstallPath = path.ToString(); return game; } return null; } As you can see it checks for your game key to confirm it is installed and configured and then gets the "HKEY_LOCAL_MACHINE\SOFTWARE\Activision\Call of Duty WAW" value. It is that value that I would like to see. Can you provide a screenshot of it? Do not include the value of the codkey in the screenshot.
-
The 'XI Demo Manager' supports COD2, 4 and COD 5 (WAW). It is mainly used by the COD5 players. @ShaunZAR - I had a look at the code and for COD5 it should be using the app data path: private readonly string _codWawAppDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "Activision", "CoDWaW"); Can you provide the full stack trace please? (click the details button on the error message). Thanks
-
OK so not the XI one?
-
I mean it's solvable yeah.. just haven't looked at it at all. You have me confused again though, what is the 'COD4 Demo Manager'? as opposed to the demo manager that you are using?
-
Security Guard RUN OVER Social Distancing
Sitting-Duc replied to WeednFeed's topic in General Discussion
That is one fucked up crazy fucker. Honestly thought that was a fake article at first. -
Update: I started my 'social distancing' on march 24th with high hopes of seizing this as an opportunity to learn and develop myself. Increasingly I have found it hard to remember what I did yesterday, focus on projects and my diet is shockingly bad. Entering my 15th day.. which in reality is not long. I have been on holidays far longer. I have been to the 'small' Tesco twice and 'large' Morrisons yesterday (as a B'Day celebration). I have scarily only gone for a handful of walks and a single bike ride, other than that I have stuck in the house or the garden. I have sunburn from sitting in the sun too long. I am now stocked up to last another two weeks without leaving the property but will have to go out for walks/rides for my sanity I think.
-
OK so your issue is a separate issue and unrelated then. Shaun's is because of the install location.
