Jump to content

North

Premium
  • Posts

    465
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Everything posted by North

  1. I was trying to do some stuff with AutoGPT feeding m2 sources via auto_gpt_workspace folder to make it accessible to the LLM, unfortunately I am Italian and they even banned my Italian credit card when enabling the openAPI key...Has anybody tried to do some cool stuff yet? More context on autogpt: https://github.com/Significant-Gravitas/Auto-GPT
  2. I may find some time this weekend to do some local setup and work on a new version of this system as it's very basic, I cannot help right now as sadly I don't have metin2 stuff on my machine anymore
  3. Consider that those satellites are visible only for a short period of time, when they reach orbit then you won't see them anymore. We will get better internet latencies as a result of this project (starlink) and that will allow faster communication between Europe and North America for example, in terms of everything (stocks, gaming etc). What exactly do you mean with artificial sky? We are already filled with space garbage and satellites but they just disitegrate as they reach earth or they piss off in deep space
  4. Most likely you're not implementing self.pinEditLine correctly
  5. I've heard this many times. You are not really being realistic though, good luck in your project
  6. Great job, this is a very handy reference. Could you use github gists/repo instead of mega downloads? Thanks
  7. Downloaded a random server with autopatcher, works perfectly on wine 5.0 and ubuntu 19.10
  8. Positive vouch for Ikarus, he is well known in the italian forums and also a good guy helping out where he can, he also always improved and thrived for more knowledge.
  9. Possible it is but as @Gurgarath said, you'll need to drop the windows only libraries (dx8, which is not really easy to do) so you're better off running the game with Wine. There could be a way of implementing this with https://github.com/ValveSoftware/Proton with or without the steam runtime, but as I said, it's not really worth it ?
  10. The game works just fine on wine there isn't any porting to do, if a linux user wants to run metin2 he can
  11. Hey guys, Just to let you know, there is a very cool 8 bit game engine made for python use, very easy to use and straightforward. https://github.com/kitao/pyxel It also has an MIT license which is super cool, here's a small demo that I made just for fun. Repo: https://github.com/FilippoLeone/pypega It also can work with cx_Freeze so you can make an executable to distribute. I just created the repo so you'll see improvements in the structure & I am going to continue this game until I will create something more serious from scratch again. This is how probably I will start to develop games, and it might be your chance too
  12. Hey guys, I made a small scraper that sends Kimsufi availability data through a Telegram channel, this might come handy if you plan to get an exact model from them or you just want to wait the 3.99 deal. Public Telegram channel: https://t.me/kimsufi_alert Script behind the channel if you are interested in it: https://github.com/FilippoLeone/kimsufi_python_scraper The script will run every hour at 00 minutes.
  13. In my old server I made them available everywhere so that they could be used for guild scrims everywhere and I was removing them in case of 1on1 PVP. Using them for guild wars only imho it's a waste
  14. Somebody correct me if I am wrong but what you are showing is a linear function and instead you want to solve an exponential one, before writing any code I would suggest to understand the math behind it otherwise you will be stuck again in no time Here you go: I personally follow this guy, is pretty good at explaining things After watching this video try to imagine the sound intensity plotted as this exponential function where y=1 is the idle of the car you should get why you need an exponential function to represent the sound (when you press w to accellerate the sound increases in an exponential way and not in a linear way)
  15. [Hidden Content] No idea if you still need help but to answer the last part: Just download python from the official website and you can get the libs from there, most of them should be already inside the installation folder but if not, follow this: [Hidden Content] If you have syntax errors try to not use with open instead use `mainpg = open('user//preferred', 'w')` instead, remember to `mainpg.close()` if you use this method, also .format() was not a thing yet if I recall correctly, you should use other kind of string formatting ([Hidden Content]) You should bind them to the index of the list you get printed in the interface, probably usin try except since the list index might not exist (empty slots). It's not much work but I haven't got any working environment at the moment where I could write this, I stopped doing stuff for metin2 at least for now
  16. [Hidden Content] And please, if you have to do it don't do it on root.
  17. Bad magic number seems to be because the pyc file mismatches with your python version. Check your python version, I took these libraries from python27 . You can download the correct python version from the official website and you will have the libs by adding them if needed with pip. The version is listed in the properties of your python dll. Re.pyc seems odd though, I did not use it my script but maybe it got upset because of the extra libs. Good idea @VegaS™, with some goodwill on my side I will eventually update the package but any help beforehand by anybody who wants to rewrite that part is welcome
  18. Whops, thanks for noticing, heres an updated package that should include everything needed: [Hidden Content]
  19. Probably this is caused because you have an outdated version of git, could you run git --version and uname -a and post here the results?
  20. M2 Download Center Download Here ( Internal ) Hello, Today I wanted to share with you something that I made quite some time ago that might turn useful to somebody. The package was made without putting too much effort into it so if you find anything that might be off please notify me and I will update it. The script does some basic encryption and saves the encryption key into your win registry so the decrypt works only on your machine, this doesn't mean that this is somehow secure, it's just the way I did it. How it works DL (Mega) : [Hidden Content] If you need the extra compiled libs, here you go: [Hidden Content] ...I will also relase my other stuff, when I will find it...
  21. This is how you should approach this problem, regex groups are made for this
  22. No sql user that will manage the website should have the permission to access anything in the common table tho
  23. He is showing you how you can map to a simple key / values in order to show the mobs that drop that item, how to scale that in a smart way is up to you
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.