yukky
Flag: Pakistan
Registered: May 8, 2023
Last post: July 12, 2025 at 12:17 PM
Posts: 9106
1 •• 44 45 46 47 48 49 50 •• 175

Language models will always have some level of bias. This can happen because of data poisoning, where the training data isn't properly cleaned up, but it can also come from the people who create the models.

In fact, LLMs can unintentionally reflect racist or biased behavior because they’re trained on huge datasets that may contain prejudiced content, and this can influence how the model responds or generates information without meaning to.

posted 10 months ago

yeah happens to me too

its something wiht the game, i usually just restart it

posted 10 months ago

My goat you're correct

posted 10 months ago

No? You’re doing permutations and counting how many different ways you can arrange 25 agents in every possible order.

This is a combination problem so you’d use n!/k!(n-k)!

So 25!/5!(25-5)!

= 53130

posted 10 months ago

haha just saw that awesome feature lmfao

but i guess this lets people edit the stuff without god mod if they started the save without one

also obviously with the code example it gives them an outline of how to edit a ton of features at once rather than one by one manually

cool stuff though!!!

posted 10 months ago

Bleed mentioned

posted 10 months ago

get better n1cf

posted 10 months ago

You can create a template and save that file

There is a load from file option on the site, but I don't know if it'll let you choose other teams if you load

posted 10 months ago

Aggression affects the likelihood of a player taking an aggressive fight and/or how likely they are to win an early duel in the round. Having a higher rating will mean the player can take smarter aggressive positioning while someone with a lower rating may position themselves out of place when making an aggressive play.

https://valorantsimulator.com/wiki

posted 10 months ago

It'll be hard too, if its an early save you could just start a new one

posted 10 months ago

My bad about that, the real tutorial is in the link: https://github.com/yukkymukky/val-sim-edit

posted 10 months ago

Wym?

posted 10 months ago

i like yukky

posted 10 months ago

EG players have a smooth sailing to winning

posted 10 months ago

ur so smart

posted 10 months ago

its javascript...

posted 10 months ago

no worries cloudberry!

i always knew it was a dream of yours

posted 10 months ago

haha thanks!

your friend is the real goat for making the site

posted 10 months ago

fucking love pistachios but they have such a big calorie creep

posted 10 months ago

No idea what this means!!!!

posted 10 months ago

That is why I made this thread. It lets you fix the ratings!!!!

posted 10 months ago

thats a little bit more complicated

posted 10 months ago

If you're not satisfied with some of the player values in ValSim, good news: since everything is stored locally, you can easily edit them yourself!!!!!!!!!!

For anyone interested in tweaking players or teams, check out this tutorial: ValSim Editing Tutorial.

This also opens the door to creating some fun custom gamemodes. For example, here's a script for a gamemode I call "Everyone is Good and Cheap"—it sets every player to have 80-90 ratings, a $0 salary, and a 99 potential.

To apply it, just copy the following code into your browser's console (press Ctrl + Shift + I to open it). Before pasting the code, make sure to enable pasting by typing: allow pasting

MAKE SURE YOU'RE ON THE WEBSITE WHEN YOU PASTE THIS CODE

/*
 GET YOUR DB NAME BY GOING INTO DEV TOOLS (CTRL+SHIFT+I)
 CLICK APPLICATION (IF IT IS NOT THERE, CLICK THE >> AND THEN CLICK APPLICATION)
 LOOK ON THE LEFT SIDE AND FIND THE STORAGE CATEGORY
 UNDER STORAGE CLICK 'IndexedDB'
 THERE WILL BE YOUR DB NAME, IT LOOK LIKE
 ValSim-USER-TEAM-TIME
 AND THEN COPY THE DB NAME THAT YOU WANNA EDIT
*/

// OPEN CONNECTION
let request = indexedDB.open('YOUR-DB-NAME');

request.onsuccess = (event) => {
    let db = event.target.result;
    let transaction = db.transaction(['players'], 'readwrite');
    let objectStore = transaction.objectStore('players');

    objectStore.openCursor().onsuccess = (event) => {
        let cursor = event.target.result;
        if (cursor) {
            let player = cursor.value;

                // Set developmentSpeed to 5
                player.developmentSpeed = 5;
                // Set potential to 99
                player.potential = 99;
                // Ensure the latest contract's salary is 0
                if (player.contracts && player.contracts.length > 0) {
                    player.contracts[player.contracts.length - 1].salary = 0;
                }            
                ['aim', 'aggression', 'hs', 'clutch', 'support', 'movement'].forEach(attr => {
                    // 80-90 Rating
                    player[attr] = Math.floor(Math.random() * 11) + 80;
                });
                // Put the updated player back into the database
                cursor.update(player);

            cursor.continue();
        } else {
            console.log('All players have been processed.');
        }
    };

    transaction.oncomplete = function() {
        console.log('Transaction completed: database modification finished.');
    };

    transaction.onerror = function() {
        console.error('Transaction failed');
    };
};
posted 10 months ago

Really don’t planning on making that

I just edit invidual salary values, stats, potential, etc…to make it more fun for me

posted 10 months ago

I had to man

Talon, KRU, EG, & RRQ was rolling everyone

And fucking Sacy downgraded to like T4 level after 1 season

posted 10 months ago

Yeah ratings are broken.

I just went into the DB and edited alot of values myself, it was so stupid

posted 10 months ago

Bang is so insane is and is such a scary player when locked in

Literally the reason why I have recon phantom

He’ll do good on SEN

posted 10 months ago

Simulation had KRU & EG winning everything

What the hell lmfao

posted 10 months ago

That would be sScary…

posted 10 months ago

He’s their TenZ

posted 10 months ago

whichever team picks up panccc will not have a good time in NA

posted 10 months ago

Not even a blue checkmark

He's just hating for the love of the game

posted 10 months ago

so they won more rounds than yfp

hope that helps

posted 10 months ago

j0ng

posted 10 months ago

I might be tripping but I don't think he was being set up for that many kills

posted 10 months ago

No clue bro I live in California

Hope this helps 👍👍

posted 10 months ago

Yes but super reliable and very well documented and good support

You’d be surprised about how many things run off of php

posted 10 months ago

Ummmm this is what I was able to find, pretty easy stuff to find. I don’t know if it’s 100% correct lol
Backend: PHP
Frontend Manipulation: JavaScript and jQuery

Websites running on a Ubuntu server using services like Nginx, Akamai, & Cloudflare

posted 10 months ago

Don’t worry, you got my confirmation.

posted 10 months ago

SEN 2-0

REDUXX TOP FRAGS

posted 10 months ago

my pakistani bros took revenge

posted 10 months ago

bro folded instantly

posted 10 months ago

It will!

posted 10 months ago

N4RRATE is a restricted agent meaning they need to approach KC with a buyout ( I THINK )

Also skuba is a controller player, so I doubt they'd pick him up

posted 10 months ago

Does RBHC know they're having an event too

Where is the schedule or am I stupid

posted 10 months ago

Thats way too many signings & buyouts

SEN is probably gonna play this financially smarter rather than buying up all the good players

More than likely why they decided on Reduxx since OXG is gone lol + he's cracked

posted 10 months ago

Yeah ur right.

Probably Curry on controller and Zellsis flex

posted 10 months ago
1 •• 44 45 46 47 48 49 50 •• 175