User Controls

I want to make a game.

  1. #21
    Originally posted by Sophie Now my question to you is how do i go about building something like that with python? I was thinking maybe with PyQt but i don't know the first thing about Qt in general. If you could provide some resources, tips, code examples or anything that will help me get started i would be much obliged. Thanks guys.
  2. #22
    Sophie Pedophile Tech Support
    Originally posted by aldra just write it literally as a desktop app - you could use GTK or QT5 or whatever, or even an HTML5 interface if that tickles your pickle

    Oh, i already have everything i need to run GTK with Python. Nicu, i'll use GTK.
  3. #23
    SBTlauien African Astronaut
    Make into an adventure game and a first person shooter. Allow the players to collect items.
    The following users say it would be alright if the author of this post didn't die in a fire!
  4. #24
    Sophie Pedophile Tech Support
    Originally posted by SBTlauien Make into an adventure game and a first person shooter. Allow the players to collect items.

    Sure, you can do the 3D work.
  5. #25
    Sophie Pedophile Tech Support
    Did you actually make that Scron? If so thatÅ› pretty fucking decent.
  6. #26
    HTS highlight reel
    Originally posted by Joe Kane shure ting bosss


    Sheeeuit is that autoCAD? I've been trying to use blender to model shit half assedly and I totally can't. Mostly just used it for video editing. I have an awesome idea for a game thing but it's soooooooooooo hard for me to learn how to like... implement the story into the gaming narrative format, plus like... all the coding work. Literally probably the hardest creative art to get into, especially if you include VR gaming.
  7. #27
    Sophie Pedophile Tech Support
    Originally posted by Joe Kane no but I did use that exact program (had the full version) to make every map from paper mario 1 in 3D when I was like 13 years old but yeah I could easily make something nice like that with little recall memory with a similar program, I spent 2 years without an internet connection fucking with autoCAD, GIMP, corelDRAW just for the fuck of it.

    I've wanted to make a video game since I was 9 years old but never made anything more complex than like, triangle wars.


    Fot the love of Triangle Jesus, you should just download RPG Maker VX Ace, it even has a scripting engine with a python-esque language to write in. It's awesome for making a game.
  8. #28
    Lanny Bird of Courage
    Originally posted by aldra just write it literally as a desktop app - you could use GTK or QT5 or whatever, or even an HTML5 interface if that tickles your pickle

    Pretty much this. You'll be bound to an actual windowing system which will save a lot of effort over homebrewing a windowing system from canvas graphics, but it does limit you to the OS chrome in some ways so your ability to customize the look will be limited.

    On python GUI binds:
    Tkinter has historically been the the go-to for python GUI work. I'll argue it's the simplest API and also the least flexible in terms of configuring the look. Work with it a bit and you'll realize there's a specific look and you can kinda recognize it anywhere.
    PyQt is more complicated but is also more flexible. Qt has come a long way since its early days. It does take some elbow grease to wipe off the early 2000s era plasticine look but it's definitely doable.
    I don't have a lot of experience with GTK but as I recall it requires a separate install of the runtime on windows which is kind of a pain in the ass. Kind of in the same camp as Qt for a dated look that can be fixed depending on how much effort you put in.
  9. #29
    Lanny Bird of Courage
    P.S. post on topic or fuck right off scron, you'll be banned again at this rate.
  10. #30
    Sophie Pedophile Tech Support
    I found a big ass GTK tutorial on 'readthedocs' or some site like that and it seems rather straightforward. Of course i am just at the beginning of the tutorial so i'll see. Coco2d looked pretty foreign even though it was a Python implementation of some type of gaming library.
  11. #31
    SBTlauien African Astronaut
    Originally posted by Sophie Sure, you can do the 3D work.

    I was just trolling because everyone wasn't having your hacking game.
  12. #32
    Sophie Pedophile Tech Support
    Originally posted by SBTlauien I was just trolling because everyone wasn't having your hacking game.

    I know, i was just playing along.
  13. #33
    AFJ Houston
    Originally posted by Sophie I know, i was just playing along.

    What about a game thats like 20x better than Unteralterbach!!! ?
  14. #34
    Sophie Pedophile Tech Support
    Originally posted by AFJ What about a game thats like 20x better than Unteralterbach!!! ?

    Unteralterbach is just a visual novel. Even you could make it with RenPy if you have someone do custom sprite work.
  15. #35
    AFJ Houston
    I know this isn't creating a game from scratch.

    ...but The Sims 4 has a "nice" mod for it. Lul ...could probably turn it into something like unteralterbach.



    Also,
    How hard do you think it would be to get into creating mods for existing games?
  16. #36
    mashlehash victim of incest [my perspicuously dependant flavourlessness]
    Fucking pedos
    The following users say it would be alright if the author of this post didn't die in a fire!
  17. #37
    Lanny Bird of Courage
    Originally posted by Joe Kane What game?.

    This, depends heavily on the game and what kind of mod you want. The answer will always be somewhere between "easier than writing a new game" and "hard".
  18. #38
    AFJ Houston
    Originally posted by Joe Kane What game?.

    RPG types like Skyrim, Fallout, and The Sims.
  19. #39
    Sophie Pedophile Tech Support
    Originally posted by AFJ RPG types like Skyrim, Fallout, and The Sims.

    Only games i ever modded were Warcraft 3, some LotR game and i had a custom WoW server. In any event, Skyrim has a loli mod already if that's what you're looking for.
  20. #40
    SBTlauien African Astronaut
    Originally posted by Sophie Skyrim has a loli mod already if that's what you're looking for.

    Perv.
Jump to Top