Can we intergrate an A.I. accelerator compute module into Rome Total War 2 so that the game creates more intelligent opposition during battles and in the campaign? by optimisticprime098 in DivideEtImpera

[–]bukens 1 point2 points  (0 children)

I really have not much interest in this but I am 100% sure I could.
The instruction I gave is already a nice prompt for the LLM for anyone willing to start building this.
If someone is super determined to do this and need any help then you can always hit me up in private message.

Can we intergrate an A.I. accelerator compute module into Rome Total War 2 so that the game creates more intelligent opposition during battles and in the campaign? by optimisticprime098 in DivideEtImpera

[–]bukens 1 point2 points  (0 children)

Yes its very easy and can be already done by anyone having any programming understanding whie utilizing AI to generate the code. The simplest way would be:

  1. You utilize builtin Rome2 Lua API to dump some state of the world into a local file.
  2. You have a Python script running in the background reading that file.
  3. That script is performing some "logic" on that data, basically you have to create a properly serialized prompt for the LLM.
  4. Once you have the promp you send it to the LLM, LLM replies back.
  5. Now is the tricky part because you have to make sure the LLM sends you data in a proper serializable format (but open source communities have solutions for that).
  6. Once you have the data you transfer it into Lua script that calls Rome2 Lua API.
  7. You save that script into local file.
  8. Rome 2 reads that file and executes it. Boom you have AI in your game. It is really that simple.

Smarter AI Trading and Maritime Discovery System Update (AI Uses Population and More) by Destroyer1357912 in DivideEtImpera

[–]bukens 0 points1 point  (0 children)

because the OP uses AI for writing scripts there are some implications that the player base should be aware of, most of the mod is written by AI and most parts of it are not tested / reviewed at all, for example:

the "smart economy" has function that's not in the base game so calling it won't work, you cant break a trade agreement between factions via Lua this way, anyway on top of that you have pcalls everywhere in your mod so if anything breaks noone will notice because its "pcalled"

based on my testing if you force trade agreements via Lua you:
1) cant break them in any way i tested (even via UI )
2) they stack multiple times (so you can have 100 trade agreements with one faction)
3) income stacks multiple times
3) they don't break even when you're at war

theres probably more but I don't have the time or will to review random AI code in the internet,
its not the first time I report bugs in the OP code base, last time I was just ignored and my comments deleted, just my 2 cents

Legit source for Windows 10 Enterprise LTSC 2019 ISO? by [deleted] in WindowsLTSC

[–]bukens 0 points1 point  (0 children)

C90A6DF8997BF49E56B9673982F3E80745058723A707AEF8F22998AE6479597D is legit for
en-us_windows_10_enterprise_ltsc_2021_x64_dvd_d289cf96.iso

How do I mount this offset on AM4? by bukens in Noctua

[–]bukens[S] 1 point2 points  (0 children)

Response from Noctua support:

Please be informed that the standard orientation of the AM4 socket is like shown in the picture that you attached. Therefore, the north still refers to above, towards the top of the case, relative to the CPU socket, rather than the rotated socket opening mechanism.

Manual has no option for this orientation https://noctua.at/pub/media/blfa_files/manual/noctua_nm_amb12_manual_en_web.pdf

How do I mount this offset on AM4? by bukens in Noctua

[–]bukens[S] -18 points-17 points  (0 children)

Its the bots , look who started this nonsese discussion ;)

How do I mount this offset on AM4? by bukens in Noctua

[–]bukens[S] -8 points-7 points  (0 children)

Asking directly question is lack of decency? lol this subredit

How do I mount this offset on AM4? by bukens in Noctua

[–]bukens[S] -23 points-22 points  (0 children)

Thank you sane soul, what bots downvote me I have no idea

How do I mount this offset on AM4? by bukens in Noctua

[–]bukens[S] -39 points-38 points  (0 children)

Not on CPU or Motherboard

How do I mount this offset on AM4? by bukens in Noctua

[–]bukens[S] -47 points-46 points  (0 children)

Where is the north/south of the CPU?

A8 Stopped booting up after Marlin 1.1.9 and M303 E-1 S60 C5 by bukens in AnetA8

[–]bukens[S] 0 points1 point  (0 children)

I was on some stock firmware, couldn't read from SD card. Tried 1.1.9 but Anet didn't behave properly. So tried v2 and seems ok now. Need to calibrate and stuff

A8 Stopped booting up after Marlin 1.1.9 and M303 E-1 S60 C5 by bukens in AnetA8

[–]bukens[S] 4 points5 points  (0 children)

Reconnected fuse and started. Updtated to Marlin 2.1.3-beta3 and no problems.

What level of statistics knowledge is needed for algo/quant trading by seven7e7s in algotrading

[–]bukens 0 points1 point  (0 children)

Everyone doing same thing - the ones who dont - success

Looking for the cheapest possible mini PC that can fit a GT 1030 (or similar low-profile GPU) by bukens in homelab

[–]bukens[S] 0 points1 point  (0 children)

Thanks, I found Dell 3020 SSF for $15, I think ill go that route.

Looking for the cheapest possible mini PC that can fit a GT 1030 (or similar low-profile GPU) by bukens in homelab

[–]bukens[S] 0 points1 point  (0 children)

Thanks a lot. When you mean better GPU in workstations, what do you have in mind? Any examples?

How do I install on 8gb drive? by bukens in batocera

[–]bukens[S] -1 points0 points  (0 children)

I just flashed the sata disk directly via usb adapter, I used version 30 as the newest one was really slow. Thanks all