Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Xecutor

Pages: [1] 2 3 ... 16
1
Traditional Roguelikes (Turn Based) / Re: Cogmind (now at Beta 7.2)
« on: December 05, 2018, 01:21:22 PM »
Man, you are amazing :)

Good job!

2
Off-topic (Locked) / Re: Judas Priest releasing new stuff!
« on: November 06, 2018, 12:22:17 PM »
U.D.O. released new album recently and Dee Snider too :)

3
7DRLs / Re: [7DRL 2018][Success] POLYBOT-7
« on: April 04, 2018, 02:35:09 PM »
You are the maniac, Kyzrati! :)
Good read.

4
7DRLs / Re: Btooom! Roguelike [7DRL 2007] - Success
« on: March 22, 2017, 02:58:00 PM »
Hi corremn.

Have you found a place to upload your entry? :)

5
Design / Re: What makes a roguelike easy or hard?
« on: September 12, 2016, 01:53:58 PM »
IMO difficulty is defined by the cost of an error.

6
Programming / Re: DIY programming language
« on: August 22, 2016, 04:57:21 AM »
Of course the JVM is a virtual machine, so it isn't as physical as a processor
Actually there is physical processor that executes jvm byte code. Was developed by Sun, before it was purchased by Oracle, but never become even slightly popular.
And latest Oracle Sparc M7 have feature 'software in silicon' which is said to have some built into CPU features that improve performance of JVM.

7
Programming / Re: DIY programming language
« on: July 22, 2016, 03:54:05 PM »
I created a programming language for myself :)
I did last three 7drls using it.
I'd say design is as hard as other parts.
If you aim for statically typed language compiled into native binary, than there is llvm.
You can generate .NET CLR, or Java  bytecode.
Or create own VM for dynamically typed language (what I did).
Jonathan Blow is working on new programming language, and progressing quite well.
So, it's not really hard.

8
Off-topic (Locked) / Re: I'm moving to linux.
« on: June 17, 2016, 01:07:14 PM »
Win 8 have IO priority implemented. Process with lower priority cannot (In theory) slow down process with higher priority by intense disk usage.
Task manager shows disk io utilization by processes. And shows more details about services. If some svchost consumes too much CPU, you at least see what services are hosted by this process.

9
Off-topic (Locked) / Re: I'm moving to linux.
« on: June 08, 2016, 02:43:40 PM »
I love terminal emulators on linux. Terminator in particular.
But Linux GUI in general (all of them) IMO is inferior to Windows (7).
And linux runs perfectly fine in virtual box. So, you can have the best of two worlds :)

10
Off-topic (Locked) / Re: Songs from your country
« on: May 31, 2016, 03:24:17 PM »
https://www.youtube.com/watch?v=-0Ao4t_fe0I
Nice one. Intro reminded me early Metallica :)
Wow that was so obvious that I missed it!  The early lyrics had a very slight Alice in Chains vibe that I dug too. Off to play it again.
Actually that intro was bothering me whole evening... And finally I remembered what it reminds me.
Slayer - South of Heaven :)

Okay, I'll bite as well. No huge amount of great music has come out of Norway*

* I'm saying that since I'm not too fond of black metal. I'm sure there are those who would disagree ;)
Not only black metal! But also death, doom, thrash, gothic and everything in between :)
Dismal Euphony, while yes, black metal, but absolutely amazing: https://www.youtube.com/watch?v=aq46r06r-jI
The Kovenant has quite some good songs: https://www.youtube.com/watch?v=D7a0HNwNMFk
The Sins of Thy Beloved have beautiful songs: https://www.youtube.com/watch?v=-wIsGquJV1s
Theatre of Tragedy is also nice: https://www.youtube.com/watch?v=1S2a-ZyPU-0
Sirenia is my one of my all times favorite: https://www.youtube.com/watch?v=onor5Sgxp-s

Also, there are some good electronic bands:
Apoptygma Berzerk: https://www.youtube.com/watch?v=P5j3RNdBq48
Combichrist: https://www.youtube.com/watch?v=Z6ViBlWKL8U


Somewhat offtopic, but partially roguelike and partially music related, so I'll post here.
There was a band Soundgarden. My favorite song by this band is Black Hole Sun : https://www.youtube.com/watch?v=3mbBbFH9fAg
There is an awesome roguelite game Enter the Gungeon.
In this game there is a gun: Black Hole Gun.
The comment to the gun says: "Won't you come" :)

11
Off-topic (Locked) / Re: Songs from your country
« on: May 30, 2016, 03:06:40 PM »
I'm not Swedish but this song is totally stuck on replay. Everything I do at the moment has this as the background music. Cirice by Ghost. Its so lame but so awesome.
https://www.youtube.com/watch?v=-0Ao4t_fe0I
Nice one. Intro reminded me early Metallica :)

13
7DRLs / Re: Rogmind - 7drl2016 - finished
« on: March 27, 2016, 01:38:45 PM »
If you want someone to even try your game, you better post more information about this language.
All directions, all conditions, more information about how this even works.
I tried it and have no clue what's going on.
I tried to edit my program, but all of sudden it changed to this:
Code: [Select]
notWalkable is not walkable
to wallFollow
increase moveRight by 5
increase moveLeft by 5
increase moveForward by 10
increase moveRight by 10 ( notWalkable back ) or ( notWalkable forward ) right
increase moveLeft by 10 ( notWalkable back ) or ( notWalkable forward ) left
increase moveForward by 5 ( notWalkable left ) or ( notWalkable right ) forward

I changed the program to this:
Code: [Select]
to walk
increase moveforward by 10
but golem still wanders around randomly, while supposed to move straight forward.

14
Player's Plaza / Re: Anyone playing Crashlands?
« on: February 09, 2016, 01:38:18 PM »
I'm playing. On PC. Nice style. Quite humorous. But somewhat grindy.
First boss battle was damn epic!
But further fights are kinda samey.

15
Design / Re: map with complex numbers
« on: December 01, 2015, 02:05:13 PM »
I see this as two separate planes. One - real world, where physical part of the character is moving and interacting with the world, and imaginary part, where his soul/phantom/etc can be moved, and depending on position in the imaginary world, physical part can be affected in one way or another...

p.s. Damn. New keyboard. I'm constantly missing right keys :)

Pages: [1] 2 3 ... 16