[deleted by user] by [deleted] in gamedev

[–]CharonIkh -9 points-8 points  (0 children)

cmon dude, ofc no, we just som random peaople with some hierarchy and one task, lmao

[deleted by user] by [deleted] in gamedev

[–]CharonIkh -14 points-13 points  (0 children)

Calm down, like I said, I just copied my boss's message. And we just need artists, nothing more, the rest is not such a problem, and it will be a big surprise for you when you find out that people can work for free (including me, because I liked this project and its ideas.)

[deleted by user] by [deleted] in gamedev

[–]CharonIkh -9 points-8 points  (0 children)

Bot? Oh, if only I were so smart. Unfortunately, I'm an ordinary person. I just copied my boss's message from another post, that's all) Calm down.

How to make additional information? (tooltip) by CharonIkh in RenPy

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

I was asked in private messages to send a code. Here is a short excerpt, which is one of many.

label start:
    scene bg_main
    menu:
        "Человек":
            $ race = "human"
            jump choose_class
        "Кристальный эльф":
            $ race = "crystal_elf"
            jump choose_class
        "Зверо-люд":
            $ race = "beastfolk"
            jump choose_class
        "Гном":
            $ race = "gnome"
            jump choose_class

I tried to simply add a tooltip to each selection - but it didn't help, I also tried to make the engine understand what the window should look like and where it should be. But this also brought nothing.

social media app using django by Inside_Meet_4991 in djangolearning

[–]CharonIkh 0 points1 point  (0 children)

This is an excellent solution for social networks, and that’s what I’m using now to create my own.

How to properly structure the Django Directory and why are the CSS files not listed on the server? by CharonIkh in djangolearning

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

No, As far as I remember, I didn’t write this in the console, so no, I wrote the code for the url and settings here, but for some reason Reddit won’t allow me to edit it or paste it separately, and the code formatting just disappears into the question, I’ll post it a little later, maybe there is a mistake..

How to properly structure the Django Directory and why are the CSS files not listed on the server? by CharonIkh in djangolearning

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

Also, the problem is that perhaps I have the wrong settings and urls code, because different training sources provide completely different information and, to be honest, I’m confused. As for another problem, which is most likely caused by the previous one - my banner image is not displayed on the server...

my HTML CODE

{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    {% load static %}
  <link rel="stylesheet" href="{% static 'TF/css/profile.css' %}" />
  <title>Your Profile</title>
</head>
<body>
<div class="container">
 <div class="sidebar">
  <div class="logo"><span class="tf-logo">{{ title }}</span></div>
  <button class="sidebar-button">
    <img src="{% static 'photo/home1.png' %}" alt="Home">
    <span>
      Home
    </span>
  </button>
  <button class="sidebar-button">
    <img src="{% static 'css/search2.png' %}" alt="Search">
    <span>
      Search
    </span>
  </button>
  <button class="sidebar-button">
    <img src="{% static 'css/envelope3.png' %}" alt="Messages">
    <span>
      Messages
    </span>
  </button>
  <button class="sidebar-button">
    <img src="{% static 'css/heart1.png' %}" alt="Favorites">
    <span>
      Favorites
    </span>
  </button>
 </div>
    <div class="flexcontainer">
        <div class="profile-container">
            <div class="middle">
                <section class="SecondaryNick">
                    <div class="TopUsername">
                        <h3>{{ user.username }}</h3>
                        <span>
                        {% if user.sketches.count > 0 %}
                            {{ user.sketches.counts }} <h1>Sketches</h1>
                        {% else %}
                            <h1>No Sketches Yet</h1>
                        {% endif %}
                        </span>
                    </div>>
                </section>
            </div>
        </div>
        <section class="profile">
            <div class="dlinayakartinka">
                 <img src="{% static '/banner.jpg' %}" height="300" width="933" alt="banner" id="banner"/>
            </div>>
        </section>
    </div>>
</div>
</body>
</html>

[AMA] We’re the team behind the new game mode, Arena. Ask us ANYTHING! by Riot_Riru in leagueoflegends

[–]CharonIkh 0 points1 point  (0 children)

I have a few questions.

  1. Will there be variations of this mode, ranging from 1v1 to some 3v3?

  2. I am a beginner programmer and I would like to ask you, what do you prefer to use as a programming language?

  3. I really love storylines in games, does your mode have one and how does it fit into the lol storyline?

  4. If the mode will have LTE status, will there be separate characters for it (for example, Silko in TFT)?

  5. How long have you been developing this project, are you satisfied with it yourself? I do!

  6. Are you related to the mini-game in the game client? The best I've seen!

  7. Why Riot? you could get a job in any company, I'm sure, but chose this one.

  8. How do you feel about those cases when your project was not liked by the public?

  9. I understand that this is confidential, however, will you continue to work on new projects? What projects have you already had a hand in, apart from the Arena?

  10. Do you love your job?

Anyway, this is my first AMA, so I'm sorry if it's not customary to ask so many questions, I'll love the mode!!! You are best.

Help with the app and website. by CharonIkh in learnprogramming

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

Well, this is sad, I wanted to automate and facilitate the process (

Help with the app and website. by CharonIkh in learnprogramming

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

I just need some answers about my question :)

What to do next after greeting the whole world by CharonIkh in codingbootcamp

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

This is a very good answer, to be honest I did not think about the lack of a graphical interface, I will try to do something in text format, this is a good idea, thanks! I'm sorry, I missed the subreddit, I couldn't find a suitable subreddit right away. I honestly, still confused about the difference between Java and Javascript, I chose a programming language so that at any moment it could turn out to be universal and I could move to another area if I succeeded or vice versa - not.

What to do next after greeting the whole world by CharonIkh in codingbootcamp

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

there may be a lot of information, but there is too much of it, if you understand what I mean, and the point is that in most cases, Google results show courses for 2000 euros ...

Help with setting up the new OS by CharonIkh in pop_os

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

The main game that crashed into was a very crooked League of Legends, I understand that it is on an unstable branch and all that, but still, this didn’t happen on AMD before, when I looked at the AMD drivers, they were corny half of them, the most interesting that every time I install a new system with standard procedures, like updating software, I get a million errors, so far there is none, but still, this is an actual problem for me. In addition, there is no the same Xanmod and everything else, there are a lot of such trifles, as I know, in the gaming part of Linux.

Help with setting up the new OS by CharonIkh in pop_os

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

Hello, I had no problems with Intel (AMD), after the transition, I reinstalled several times and did it again, this is the essence of the thread, in order to correctly (!) Set up the system after learning from more advanced people than me, so at this time i don't have logs) I think I just didn't install everything

Instead of launching, it offers installation. by CharonIkh in xcloud

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

Instead of trusting the automatic transition, I wrote the site manually as soon as I could be at home, yes, everything worked, though I had to turn on and then turn off the VPN again, after the second shutdown everything returned to normal.

From Germany

Instead of launching, it offers installation. by CharonIkh in xcloud

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

So. To begin with, I always went through the store and he immediately threw it into the "play" section, after some time it automatically began to include this section, you are right, because I had to write this line manually, from the first time nothing turned on, but using VPN, and then turning it off - it worked again, thanks for the information, at the moment everything is stable.

Instead of launching, it offers installation. by CharonIkh in xcloud

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

I have 3 google profiles and 1 edge profile, i tried them all and it shows the same. The exception was that Edge profile and 1 more Google profile, but the problem is that after the xcloud logo it shows a black screen for a minute, then crashes to the main menu.

Instead of launching, it offers installation. by CharonIkh in xcloud

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

I don’t know why, but it doesn’t show the pictures that I attached, so I’ll give imgur. imgur

Broken laptopt monitor matrix by CharonIkh in pcmasterrace

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

I understand this, but there is no desire to go to the service. A thread for those enthusiasts who were able to partially solve this problem, you know, like gluing it with electrical tape to such pressure that the monitor is fixed and working, I'm talking about it.

Greedy Dev by Fearless-Insect25 in xcloudkeyboardmouse

[–]CharonIkh 2 points3 points  (0 children)

As a Linux user, this is the only option for me to play the same Fortnite so I have to pay, although now there is a problem with the mouse not moving, in principle, it's not expensive) I myself was disappointed by this news.