Jump to content

Recommended Posts

Posted

Ηello,

This is the voting thread of the second SOTM, themed as "Super Heroes" !

In here, you'll be able to vote for the best tags of the contest.

Let's move on the entries...

 

Participants/Tags:

* xDamian

 

lxnMD.png


*SoFaKi

 

22Y5z.png


*Observer

 

1jm7wx.png


*F1n4lGod

 

Wolverine.jpg


*Voqus

FgJ54.png




 

 

How to Vote:

You can vote up to 3 tags.

Just fill the form below:

[b][i][u]First Vote (reason):[/u][/i][/b]
[b][i][u]Second Vote (reason):[/u][/i][/b]
[b][i][u]Third Vote (reason):[/u][/i][/b]

*THE PARTICIPANTS CAN'T VOTE FOR THEMSELVES.

Note that it doesn't matter who you'll vote for first/second/third. The winner will be the one with the most votes.

No comments on the tags are allowed. Any violation of the rules will cause punishments.

Thanks, MD!

 

The vote will be running til 30/7/2012.

 

 

Posted

First Vote (reason): SoFaKi - Just awesome!

Second Vote (reason): xDamian - Very good placement of render, very good colors.

Third Vote (reason): Fin4lGod - Awesome colors, everything is fine.

Posted

First Vote (reason): Voqus - Perfect tag. If there was a lightsource, well placed, I would vote only for you.

Second Vote (reason): xDamian - awesome feeling that the tag gives. I'm glad that we have such an entry :)

Third Vote (reason): Observer. - Nice try. I'm also fed up with the same style everytime by SoFaKi and FG.

Posted

First Vote (reason): xDamian, Balanced colours, great texts

Second Vote (reason): FinalGod, Once again he did great work

Third Vote (reason): Voqus, I loved the text and the colours

Posted

First Vote: Voqus - Really nice tag but it seems really dark to me.

Second Vote: xDamian - I like the colors and this adrenaline feeling that this tag gives.

Third Vote: Observer - Really nice tag and it's quite different than all the others so +1 from me for your creativity.

Posted

First Vote: xDamian

I like the color scheme. Not too overloaded with effects, held rather simple. Text isn't a disaster.

Second Vote: F1n4lGod

Good effects, good blending, different color shades. I like it. Doesn't look off.

Third Vote: Voqus

Colors look a little too harsh for me. But I really like the text (kudos). Rest doesn't look bad and is fine to look at.

Posted

First Vote (reason): xDamian, Nice colors + text too.

Second Vote (reason): SoFaKi, worked awesome with C4D & with text.

Third Vote (reason): Voqus, i like "fire" signatures and text is AWESOME!

Posted

First Vote (reason): xDamian, i like the colours a lot and i think they fit the theme just a bit more work on the tag wouldn't harm since it feels a bit empty

Second Vote (reason): F1n4lGod, i like the result and you were on the edge of fkin up the flow of the tag :P you know my personal opinion of your texts xD but overall the result seems attractive

Third Vote (reason): Voqus, i like the whole theme but i think a bit more work with the dodge tool and a lighting source would make it a step closer to perfection XD

 

gl and gg all

Posted

First Vote: xDamian (reason): Nice outcome

Second Vote: FinalGod (reason): Really nice composition & effects

Third Vote: SoFaki (reason): Nice effects and flow.

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..