u/theoldones - 23 Archived Voat Posts in v/programming
u/theoldones
  • home
  • search

u/theoldones

5 posts · 18 comments · 23 total

Active in: v/programming (23)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: A Game Played Mainly By Programmers

fuck off shillkike

0 01 Dec 2019 01:03 u/theoldones in v/programming
Comment on: Python: Why is this evaluating to True?

!= means "anything but this"

= means "this"

0 29 Sep 2019 06:03 u/theoldones in v/programming
Comment on: spitball me some advice on a build idea for voat

it don't post, it reads instead

0 22 May 2019 13:26 u/theoldones in v/programming
spitball me some advice on a build idea for voat
1 0 comments 22 May 2019 13:15 u/theoldones (self.programming) in v/programming
Comment on: how do i go about tinkering with the unity engine to turn it into a custom engine to my liking?

it helps to know the scripting end should cover this stuff though. thank you.

0 11 Mar 2019 09:36 u/theoldones in v/programming
Comment on: how do i go about tinkering with the unity engine to turn it into a custom engine to my liking?

sounds doable.

i suppose i'm asking more for the physics math then the script or engine end, but that's probably escaping into another information category

0 11 Mar 2019 09:18 u/theoldones in v/programming
Comment on: How to make your game run at 60fps

from my own testing, the biggest things that eat up your framerate ive found are:

-how many tiny objects are doing the exact same thing? can they be rigged up to call to one single object doing certain actions to save up computing power?

-what actions are being called every single, frame that can instead be called only once or at certain times within the script?

-is there a large pile of if statements that can instead be swapped out with a switch setup?

0 11 Mar 2019 09:16 u/theoldones in v/programming
Comment on: how do i go about tinkering with the unity engine to turn it into a custom engine to my liking?

is there some good guides out there on calculating complex gravity from multiple sources?

0 11 Mar 2019 09:11 u/theoldones in v/programming
Comment on: how do i go about tinkering with the unity engine to turn it into a custom engine to my liking?

okay cool, i'm already working at the scripting level

0 11 Mar 2019 09:04 u/theoldones in v/programming
Comment on: how do i go about tinkering with the unity engine to turn it into a custom engine to my liking?

i'm wondering if i can play around with spatial matters of time and space a little easier

IE teleporting objects around, changing aspects of time within the game, tweaking gravity and physics, more direct control of lighting and object properties, etc

basically stuff you'd see in non-euclidean trippy level design

at the very least assigning object locations with a few less assembly references needed would be nicer

0 11 Mar 2019 08:36 u/theoldones in v/programming
how do i go about tinkering with the unity engine to turn it into a custom engine to my liking?
1 0 comments 11 Mar 2019 03:12 u/theoldones (self.programming) in v/programming
Comment on: how to take one bool in a large C# set, and compare it to the rest of the set to know if a duplicate result pops up?

the cursor is moved with keys, and is a cursor. move consideration is one use for it, yes

i'll try adding another dimension here and looking at the right coordinates then

is there a way to overwrite everything to null, for when i clean and reset the board?

0 01 Mar 2019 08:20 u/theoldones in v/programming
Comment on: how to take one bool in a large C# set, and compare it to the rest of the set to know if a duplicate result pops up?

i have:

-2 variable sets tracking each board axis with bools

-the board has a cursor that tracks its location and uses the previous to get a location

-each piece has it's current axis stored with an integer in 2 other sets

-various script modules for placing pieces, can check to see if the square is occupied, but not by what

somehow i need to go from:

cursor location --> check to see what occupies this spot --> get an integer that tells the system the piece

0 01 Mar 2019 07:25 u/theoldones in v/programming
how to take one bool in a large C# set, and compare it to the rest of the set to know if a duplicate result pops up?
1 0 comments 01 Mar 2019 05:59 u/theoldones (self.programming) in v/programming
Comment on: decided I had to start somewhere

without telling you exactly how, and leaving you to figure that out for yourself, here are some fun/useful ideas to make:

-build a working in-script clock which can run in real-time, and works off a rising script number. this lets you tap into timing. if you time this to the rotation of an indicator, you can even build working "clock hands", up to and including the sun in a realistic planetary simulation.

-make a script that can evolve/learn on its own, which runs off several float numbers tweaked by random generation + external triggers. IE the numbers are the attribute, figure out how to change the attribute, thus literally achieving evolution/learning.

-make 2 scripts which can symbiotically call to and edit each other. this lets you break script functions into slave objects versus master controllers, etc.

-can you get many different and varying scripts all grabbing information off of a central script/object, whose only role is being an information repository?

0 21 Feb 2019 20:14 u/theoldones in v/programming
Comment on: decided I had to start somewhere

got any projects you want to do in particular? some of us might have built similar things

0 21 Feb 2019 19:53 u/theoldones in v/programming
Comment on: What do you use for modeling projects?

modelling what part of it to be specific

0 25 Sep 2018 21:29 u/theoldones in v/programming
Comment on: What do you use for modeling projects?

3d modelling? blender

0 25 Sep 2018 21:25 u/theoldones in v/programming
Comment on: TempleOS with its holyC programming language has the potential to replace the behemoth OS's we use today.

i'd play around with it, but i have my reservations on fucking directly with the christian god

0 01 Sep 2018 09:01 u/theoldones in v/programming
Comment on: Microsoft will lose developers for a generation if it stuffs up GitHub, says future CEO

the new gen of game designers here, will be alt-right and be hailing the fourth reich.

0 08 Jun 2018 21:37 u/theoldones in v/programming
Comment on: did an exciting coding thing on the game im making, wanted to share

each tiny screen runs from one shared activation radious variable. when you are near a screen thats valid for selection (an int "unlock" tracks the current unlocked game level. cant visit a higher level, cant revisit any lower levels already completed), an E icon will appear. hitting e activates the screen, thereby changing the destination of the teleporter elsewhere in the level

its a level menu, but its also NOT a level select menu because your pushing real screens and have to walk around

0 06 Oct 2017 13:08 u/theoldones in v/programming
did an exciting coding thing on the game im making, wanted to share
2 0 comments 06 Oct 2017 11:58 u/theoldones (..) in v/programming
judge my indie game project?
1 0 comments 21 Aug 2017 16:01 u/theoldones (..) in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.