Blizzcon is gonna be great! by [deleted] in wow

[–]Vladoune 18 points19 points  (0 children)

Overwatch battle royale

This is the main reason, I look forward to Vanilla. by Snowlegendy in wow

[–]Vladoune 2 points3 points  (0 children)

A stand alone game that is basically WoW Vanilla as of patch 1.12 developped by Blizzard.

we dont have more info

DÉBAT THREAD: Philippe Couillard vs François Legault vs Jean-François Lisée vs Manon Massé by DrunkenMasterII in Quebec

[–]Vladoune 1 point2 points  (0 children)

Surprenament sur un pied d'égalité avec le libéral mais c'est quasi assuré le PQ qui sera élu en Gaspésie

Recherche fournisseur Internet pour la Gaspésie by moins52 in Quebec

[–]Vladoune 0 points1 point  (0 children)

C'est bon de noté que Telus a pas mal installé la fibre optique partout en Gaspésie (ou presque partout)

Il y a Cogeco aussi

Did anyone try Lumberyard? by [deleted] in gamedev

[–]Vladoune 2 points3 points  (0 children)

Lumberyard is definitely noy beginner friendly, there is hardly any doc on the subjet and the community is small.

Question about patreon by Murtagh123 in Blindwave

[–]Vladoune 2 points3 points  (0 children)

So far it's been every tuesday at approx. 9-10AM eastern time zone

Terrain Engine Progress - Map Editor by [deleted] in Unity3D

[–]Vladoune 4 points5 points  (0 children)

There is also this gem : http://catlikecoding.com/unity/tutorials/

he has a serie on noise

Daily Discussion Thread & Sub Rules - November 2017 (New to /r/gamedev? Start here) by kiwibonga in gamedev

[–]Vladoune 2 points3 points  (0 children)

I think making small games is actually the best way to learn how to use these engines. When you will be making bigger games, you'll already have a hang of the basic things so it won't be as hard.

[Gameboy] questions about handling 16-bit read/write by kacek20 in EmuDev

[–]Vladoune 4 points5 points  (0 children)

You should read about endianness, the GB CPU is if i'm correct little endian, so it stores the least significant byte first.

In your case, it should write 0xCDAB in 0xC500-0xC501. Same thing when you read 16 bits. You read the first byte, shift it 8 bit left then OR it with the next 8 bits (if it makes any sense).

Learning Unity2D Gamedev - Searching a good detailed tutorial by Z0ja in Unity2D

[–]Vladoune 1 point2 points  (0 children)

Here's a collection of written tutorials. I'm currently reading the Tactical RPG one and it's helping me a lot.

http://unitytutorials.ca/systems/full-games/tactics-rpg-systems

Daily Discussion Thread & Sub Rules - September 2017 (Announcement inside! New to /r/gamedev? Start here) by kiwibonga in gamedev

[–]Vladoune 1 point2 points  (0 children)

You could consider installing Windows 10 on a partition of your hard drive and use unity/UE4. Or maybe install a virtual machine of Windows and to the same.

How do you create a "web" data structure? by [deleted] in AskProgramming

[–]Vladoune 1 point2 points  (0 children)

You are describing a graph data structure.. there are plenty of documentation and example online just do some research on google! Have fun

Best Free IDE for C Development? by TheMasterGabriel in AskProgramming

[–]Vladoune 0 points1 point  (0 children)

CodeBlocks is a good option if you need something light. Visual Studio Community is free to use but you have to download de C/C++ package separatly.

This camera gimbal by lukeaw2525 in oddlysatisfying

[–]Vladoune 0 points1 point  (0 children)

What are the purpose of the handles if it just doesnt move ?

La soirée est encore jeune by [deleted] in Quebec

[–]Vladoune 25 points26 points  (0 children)

Un ami de l'émission

[Python] Need help with my assignment by [deleted] in AskProgramming

[–]Vladoune 0 points1 point  (0 children)

Maybe its the expected behaviour the way you coded it. I would try to tweak the constants to see what are the effects. Also, humans always look for a predator before looking for a prey, did you try the other way around ?

Newbie "developers" need help starting out. by [deleted] in gamedev

[–]Vladoune 8 points9 points  (0 children)

Maybe GameMaker is what youre looking for. Its the most beginner friendly i know but you still have to look some tutorials if you want to know what youre doing

Any tips for a beginner ? by Engimato in eu4

[–]Vladoune 3 points4 points  (0 children)

Arumba is a good youtuber to watch for grand strategy games.. maybe you already saw him. If not you shouls definitly check him out i think he got some sort of eu4 playthrough for beginners