Login

russian armor

Mako Celo

PAGES (9)down
26 Mar 2021, 20:55 PM
#121
avatar of Redgood

Posts: 32

Hey,

I started forking code to place where i can do some changes
https://github.com/coh2-org/MakoCelo

all releases are accessible through this link
https://github.com/coh2-org/MakoCelo/releases

I need some time to understand problems of 4.x Beta so if there is someone that can explain or just make a report on github with current problems
https://github.com/coh2-org/MakoCelo/issues

it will help a lot :)
26 Mar 2021, 21:42 PM
#122
avatar of Rosbone

Posts: 2159 | Subs: 2

26 Mar 2021, 22:13 PM
#123
avatar of lemmiwinks

Posts: 61

jump backJump back to quoted post26 Mar 2021, 20:55 PMRedgood
Hey,

I started forking code to place where i can do some changes
https://github.com/coh2-org/MakoCelo

all releases are accessible through this link
https://github.com/coh2-org/MakoCelo/releases

I need some time to understand problems of 4.x Beta so if there is someone that can explain or just make a report on github with current problems
https://github.com/coh2-org/MakoCelo/issues

it will help a lot :)


Thank you, man! Good luck with that! I'll keep testing it.
5 Apr 2021, 14:45 PM
#124
avatar of lemmiwinks

Posts: 61

6 Apr 2021, 08:16 AM
#125
avatar of Redgood

Posts: 32

not dead :). I Needed some time to understand what is going on.

Here is new "Alpha" release
https://github.com/coh2-org/MakoCelo/releases/tag/v5.0-alpha-csharp-migration

This is only a language migration to c# so no new features now.

But after that i think i can start with doing something new. After doing some tests and learning what this application can do (i am not a streamer so some functionalities are not used by me)

I see potential things:
1. If i am correct web calls can be grouped so i can be a bit faster and more readable (there is a bit old style parsing)
2. I looked for some kind game overlay like steam or discord. And there are some libraries which are potentially able to present statistics in game
3. Maybe return to this idea https://www.coh2.org/topic/85344/commander-selector/page/1#post_id719946 but inside mako (links are dead)






6 Apr 2021, 16:42 PM
#126
avatar of Rosbone

Posts: 2159 | Subs: 2

not dead :). I Needed some time to understand what is going on.

No one has ever used the NOTES object stuff. You can just delete all of that if it gets in the way of doing other good stuff.
6 Apr 2021, 18:56 PM
#127
avatar of Rosbone

Posts: 2159 | Subs: 2

Seeing that Redgood is taking over MakoCELO with some gusto, I have completely deleted Microsuck Visual Studio from my PC and will never install another MS product again as long as I live.

Keep fighting the good fight Redgood!
6 Apr 2021, 19:06 PM
#128
avatar of Redgood

Posts: 32

@Rosbone you don't need Visual Studio :) there are other ide-s if you don't like this one (but i already used others and for now VS is the best especially if you have thousands-milions lines of code)
6 Apr 2021, 19:44 PM
#129
avatar of Rosbone

Posts: 2159 | Subs: 2

Programmed VB6 for many years then .NET came out and it was such a huge step backwards. Slowly got back into .NET just to figure out that they removed so much basic programming language stuff that it cant even be called a programming language at this point. Stuff you can do in Basic 1.0 from the 80's is not available in .NET languages xD

I will never waste a minute of my life learning anything Microsoft based ever again.

Used any good C++ IDEs/compilers for windows?
6 Apr 2021, 19:59 PM
#130
avatar of Redgood

Posts: 32

Well i didn't do too much in c++ not counting studies (I Worked around PHP, C#, Javascript and a bit of java, swift)


i checked little demo of overlay https://github.com/lolp1/Overlay.NET


but suspiciously takes a lot of CPU



6 Apr 2021, 20:10 PM
#131
avatar of Rosbone

Posts: 2159 | Subs: 2

i checked little demo of overlay https://github.com/lolp1/Overlay.NET

Very interesting. I did some looking around for an overlay since people with a single monitor would want that but did not find much.

The things I did find were people doing weird shit like hooking the graphics driver to over write the frame buffer before the refresh/post. But people warned that may be seen as a cheat by some games and get you banned.
8 Apr 2021, 19:13 PM
#132
avatar of lemmiwinks

Posts: 61


No one has ever used the NOTES object stuff. You can just delete all of that if it gets in the way of doing other good stuff.


That is true, and I really tried to use every single feature Rosbone included. Could not use his newest version, because it had bugs again, so at the moment I use 4.46.

But thank you for keeping it alive, Redgood.
9 Apr 2021, 19:06 PM
#133
avatar of Redgood

Posts: 32



That is true, and I really tried to use every single feature Rosbone included. Could not use his newest version, because it had bugs again, so at the moment I use 4.46.

But thank you for keeping it alive, Redgood.


What kind of bugs ? cant find anything in this thread besides loading settings :)
9 Apr 2021, 19:15 PM
#134
avatar of Tittendachs

Posts: 115

Well i didn't do too much in c++ not counting studies (I Worked around PHP, C#, Javascript and a bit of java, swift)


i checked little demo of overlay https://github.com/lolp1/Overlay.NET


but suspiciously takes a lot of CPU





Could you make this work? So it would be similar to the old celo program.
To be precise: I would like it to show both players ranks as an overlay during the loading screen
If you can make this work it would be fantastic for me since I use a single monitor...
9 Apr 2021, 21:02 PM
#135
avatar of Redgood

Posts: 32



Could you make this work? So it would be similar to the old celo program.
To be precise: I would like it to show both players ranks as an overlay during the loading screen
If you can make this work it would be fantastic for me since I use a single monitor...



i am currently learning how those overlays work, and testing some opensource packages. for now it looks possible with exception i am not sure how to properly detect "loading screen"

there is a line in warning.log
22:00:13.12 GameObjLoader 3c9acb30 - LOAD_DONE which i think indactes that local player has loaded game
and this line
22:00:19.98 GAME - SessionSetup which probably indicates end of loading for all players


second option:
toggle button with on demand info
11 Apr 2021, 09:31 AM
#136
avatar of Redgood

Posts: 32



Could you make this work? So it would be similar to the old celo program.
To be precise: I would like it to show both players ranks as an overlay during the loading screen
If you can make this work it would be fantastic for me since I use a single monitor...


I started integrating https://github.com/michel-pi/GameOverlay.Net which is less resource intensive.

but with such overlays there is one problem :) .

Game must use windowed mode (can be borderless expanded on full screen) ! Overlay won't render in typical full screen mode. Such thing would require hooking into game libraries.

For me personally it's not a problem but maybe there are some people just can't use windowed mode or just don't like it :)
11 Apr 2021, 12:46 PM
#137
avatar of Tittendachs

Posts: 115

jump backJump back to quoted post11 Apr 2021, 09:31 AMRedgood


I started integrating https://github.com/michel-pi/GameOverlay.Net which is less resource intensive.

but with such overlays there is one problem :) .

Game must use windowed mode (can be borderless expanded on full screen) ! Overlay won't render in typical full screen mode. Such thing would require hooking into game libraries.

For me personally it's not a problem but maybe there are some people just can't use windowed mode or just don't like it :)


This is awesome news! I use windowed mode already for the reason that I have only 1 monitor and can easily switch to different applications during search.

So this would be exactly what I am looking for. You could maybe have this feature selectable in UI so people with windowed mode can toggle it on if wanted. :)

EDIT: For everybody who wants to activate windowed mode. You can use these starting options for COH2 in steam: -nomovies -window -fullwindow -forceactive -lockMouse

Also you don't have to be quite so advanced in detecting when the loading is done. Simply show it for 30 seconds once a game is found. That would be easy to implement and perfectly fine for me as the user!
11 Apr 2021, 18:48 PM
#138
avatar of Redgood

Posts: 32

ok, i'll implement something simple for start :)
12 Apr 2021, 20:16 PM
#139
avatar of Redgood

Posts: 32



This is awesome news! I use windowed mode already for the reason that I have only 1 monitor and can easily switch to different applications during search.

So this would be exactly what I am looking for. You could maybe have this feature selectable in UI so people with windowed mode can toggle it on if wanted. :)

EDIT: For everybody who wants to activate windowed mode. You can use these starting options for COH2 in steam: -nomovies -window -fullwindow -forceactive -lockMouse

Also you don't have to be quite so advanced in detecting when the loading is done. Simply show it for 30 seconds once a game is found. That would be easy to implement and perfectly fine for me as the user!




the prototype
shows when MakoCelo detects match and turns off after 30 seconds

i can try adjust it to UI elements but then if game starts earlier than 30 seconds then it will annoy a bit
13 Apr 2021, 13:54 PM
#140
avatar of lemmiwinks

Posts: 61



What kind of bugs ? cant find anything in this thread besides loading settings :)


Yes, you can't load saved designs.
PAGES (9)down
0 user is browsing this thread:

SHOUT IT OUT!

No ProfanityNumber of ShoutsRefresh Shout Box
Lady Xenarra: @Willy Pete The lack of April Fools this year is odd lol
Last Wednesday, 01:34 AM
Willy Pete: @Rosbone not dead yet. when that happens the font will switch to Papyrus :*(
Last Wednesday, 00:16 AM
dasheepeh: it was an honor guys :guyokay:
Last Tuesday, 20:34 PM
aerafield: yeah I already prepared my "Can't believe there's comic mode for the 10 daily visitors even on this April 1st" :guyokay:
Last Tuesday, 20:29 PM
Rosbone: @dasheepeh I guess that means this site is officially dead :guyokay:
Last Tuesday, 20:19 PM
dasheepeh: no comic sans font for april 1st this year?
Last Tuesday, 19:56 PM
Willy Pete: @Lady Xenarra this you? https://i.imgflip.com/3e4thi.jpg
Last Tuesday, 02:53 AM
Lady Xenarra: Does anyone else think that USF needs buffs? It feels like they’re on life support sometimes
Last Tuesday, 02:36 AM
Willy Pete: @Rosbone Ahh I missed that memo. I still think its a bad decision though. Adds frustration for players and isnt gonna make them that much money
27 Mar 2025, 15:46 PM
Rosbone: It is also good they left it free until after the free to play weekend. Points for that.
27 Mar 2025, 09:34 AM
Rosbone: But I agree, the cost to get a full decent Coh game pushing $115 US is not the best idea. Especially when it needs so much more work for casuals.
27 Mar 2025, 09:32 AM
Rosbone: To be fair, it was a thank you to early fans right? They said it was not free for long and it would become a pay DLC at some point.
27 Mar 2025, 09:30 AM
Willy Pete: Re-releasing free DLC so they can charge new players money for it. Brilliant marketing strategy :clap:
27 Mar 2025, 04:31 AM
Soheil: Coh2 still broken server ?
25 Mar 2025, 18:27 PM
Rosbone: Congrats to Relic. Looks like Coh3 has finally usurped Coh2 s the popular Coh. You smell terrific. :snfQuinn:.
24 Mar 2025, 02:46 AM
Nickbn: and again someone else replies. I mean come on guys. Give @adamírcz a chance
22 Mar 2025, 14:00 PM
Willy Pete: @Nickbn you didn't ask a question, and this is a chat box...
20 Mar 2025, 13:11 PM
Nickbn: @Rosbone it's incredibly rude to speak on someone elses behalf, especially when a question is directly adressed to them. I understand your passion for the subject at hand but I want to hear from him.
20 Mar 2025, 10:16 AM
Rosbone: @Nickbn No, I am just saying people should not be using any Relic owned forum since they have proven they ban anyone who says true things about Coh3.
18 Mar 2025, 19:01 PM
Nickbn: @Rosbone do you speak on his behalf? I didn't know. In that case keep us updated please.
18 Mar 2025, 16:47 PM

Ladders Top 10

  • #
    Steam Alias
    W
    L
    %
    Streak
Data provided by Relic Relic Entertainment

Replay highlight

VS
  • U.S. Forces flag cblanco ★
  • The British Forces flag 보드카 중대
  • Oberkommando West flag VonManteuffel
  • Ostheer flag Heartless Jäger
uploaded by XXxxHeartlessxxXX

Board Info

372 users are online: 372 guests
1 post in the last 24h
15 posts in the last week
75 posts in the last month
Registered members: 53211
Welcome our newest member, ta88ing1
Most online: 2043 users on 29 Oct 2023, 01:04 AM