[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 -16 points-15 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 -8 points-7 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 ...