• 5 Posts
  • 75 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle




  • i dont think there is a good soulution for you.
    if its out there, somebody will find it.

    you could host your own wordpress instance independent of WordPress.com.

    and you could add a robots.txt to tell google to not scan your content, or even completly block the user agents of known search engines.

    but blocking search engines is rather counterproductive if you want readers to find your blog.

    and even then more nefarious crawlers might ignore the robots.txt and spoof their user agent to find you.









  • im also pretty new to fighting games.
    but from what i heared, playing arcade mode is verry diffrent from playing against other players.

    especially in older games hi level cpus tend to fight dirty,
    using input reading and op boss characters.

    input reading cpus basicly have inhuman reflexes,
    and will counter big comittal attacks like jumpins or tatsu as long as they are free to move.

    so throw out non-commital pokes, untill they do something you can counter.

    if its the bosses you are struggeling against,
    only perseverance will help. (unless you find a move the ai cant deal with)
    they are designed to take your quarters.








  • quick update:

    i learned that sf6 uses the following ports:
    Street Fighter 6 on PlayStation 4

    TCP: 3478, 3479, 3480
    UDP: 3074, 3478, 3479
    

    Street Fighter 6 on PlayStation 5

    TCP: 3478, 3479, 3480
    UDP: 3074, 3478, 3479
    

    Street Fighter 6 on Xbox Series X

    TCP: 3074
    UDP: 88, 500, 3074, 3544, 4500
    

    Street Fighter 6 on Steam

    TCP: 27015, 27036
    UDP: 27015, 27031-27033, 27034-27036
    

    i doubt that anything other than the ports listed under steam should actualls concern me,
    but the low port numbers 80 &500 seemed like potential snags

    i tried the following things:

    i added net.ipv4.ip_unprivileged_port_start=0 to
    /etc/sysctl.conf

    i added entries for the ports 0-1024 for tcp & udp to my firewall.

    these things did not help.

    i also tried to set up port forwarding,
    where i found out that it would not let me set external ports outside of the range 8044-8063.

    i assumed that my provider might be doin weird stuff that was causing the issue.

    but if that was actually the case,
    why would the windows version work?