Jump to content

Why not a GFX Battleground?  

19 members have voted

  1. 1. Why not a GFX Battleground?

    • Yes
      9
    • No
      7
    • Dunno
      3


Recommended Posts

Posted

Of course I believe it. If you are not believe this its your problem.

Happy why?

Sotos dont attack me mate I'm just saying what I see with everything here with my improvement with the mods with everything.

I don't attack you I just say what I believe.Unfortunately MM has right.People here are not that capable judge a real good creation.Adding some farms and some more color are not improvement,ny opinion

Posted

I don't attack you I just say what I believe.Unfortunately MM has right.People here are not that capable judge a real good creation.Adding some farms and some more color are not improvement,ny opinion

 

Dude you know where is the problem? If you want to be like xDrac and MM you will need years of practicing like 5-6 years.

So I'm here to start im at the first maybe I dont understand some things but im not un-capable please.

I have tried a lot for the recent results and I'm satisfied and you and we all know that Photoshop its not an easy program to work with.

You need dedication and to be focused in this. Everything which I learned I'm trying to pass it to the newbies who they dont know much about this am I un-capable or something?

I dont believe that and I'm repeating the skills its not the only reason for a good designer accept that. I have lost a ton of hours for the GFX Boards and what are you saying that I'm not improved? In everything you do you need some time.

Posted

if he is friend justice/maxtor he wont be demoted ofc :)

Maxtor has to choose a) friends or b) forum when he decides what he really wants then he will be demoted ;)

Posted

Spending time does not prove that you got improvement

 

Ok if you are still believe that all of these its not improvement okey.

Everyone can have an opinion. But the subject its not me but the GFX Mods who not even make a event for us.

If the only activity come out from me and from you and from some other designers and not from GFX Mods who are the responsible here for these boards, why we have GFX Boards? Its pointless better delete them. Or Delete the rank of GFX Mod it has more point. Let see the truth as it is.

 

History repeats itself all the time.

 

Jahakanal please leave this topic to relevent people. I will throw up really.

Posted

Jahakanal please leave this topic to relevent people. I will throw up really.

You change the topic's subject to something meaningless.You failed on the Moderator challenge and now you need to become GFX Moderator?xDrac and MixMaster answer you already.
Posted

You change the topic's subject to something meaningless.You failed on the Moderator challenge and now you need to become GFX Moderator?xDrac and MixMaster answer you already.

 

hmm.. this forum need new staffers, so ? now almost full staff is useless also inactive. You know it

Posted

hmm.. this forum need new staffers, so ? now full staff is useless also inactive. You know it

Why staffers have to be active when maxtor is offline all the time?
Posted

You change the topic's subject to something meaningless.You failed on the Moderator challenge and now you need to become GFX Moderator?xDrac and MixMaster answer you already.

 

There was a reason of chaning the subject. Let the judgement to Justice or to G.mods about my failure do not judge me again.

As about GFX Moding why not? is MM active and care for GFX Boards? NO.

So stop it here.

Posted

There was a reason of chaning the subject. Let the judgement to Justice or to G.mods about my failure do not judge me again.

As about GFX Moding why not? is MM active and care for GFX Boards? NO.

So stop it here.

Is maxtor active to care for this forum?
Posted

Why staffers have to be active when maxtor is offline all the time?

 

Are you serious now? Maxtor is the owner of the site lol.

You from other hand you are just a mod you have to be active lol.

You misunderstood some things Jaha

 

Moderators are members who spend a LOT of their free time in MaxCheaters forum.

Guest
This topic is now closed to further replies.



  • Posts

    • And Discord: https://discord.gg/3aYqWNqb
    • Ofc: https://discord.gg/3aYqWNqb
    • You can find some H5 skins shared in old L2 modding Discords, but most of the higher‑quality ones are either paid or come bundled with full client edits. I usually mix in commissioned work and whatever I can patch myself. On a side note, I fund a lot of these commissions by selling off game items through instant sell cs2 skins, which has been a quick way for me to get some cash for projects.
    • There is no need for gRPC in this case, even tho originally it was gRPC based but since we don't need it to be bi-directional, we switched to simple http requests for the web calls and SSEs for the data streamed from the server. There are distributed locks in place to precent race conditions between actions that can happen between multiple web instances and the server.   Local models can also be slow depending on the model, and most external models can actually be faster than local ones if you use Flash 2.5 or something along those lines. I am running on 512GB of Unified Memory on my Mac Studio M3 Ultra so the speed of the local model for a small model is pretty good but I tested it with Gemini too and it works equally as fast and in some cases faster. The way it works is that I'm using pgvector (one of the benefits of moving to Postgres) to search the data and see what the player can see etc and there is some batching of the next few actions for 2-4 seconds for the user until the next LLM request fires. The batching also includes branching on logic so if they for example fall under some HP they will move to kiting instead of attacking or maybe they heal etc.   Everything is authed and permission-based. The server and the backend of the frontend have secure communication between them, either with a symmetric key (not recommended for production) or a certificate (the recommended way), so there is no worry. It's all tied to the account's access level, etc., so nobody can make an action that they normally wouldn't be allowed to do. Even the MCP is token-based, and there are prompt injection protections in place. The MCP is audited, and every mutation needs confirmation. The admin area is only accessible to the admin account anyway so normal users can't access it.  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..