Free Art Raffle
Posted 3 years agoFloppishh is doing a free art raffle.
Go here: https://www.furaffinity.net/view/49144190/ to take a look, or join in.
Go here: https://www.furaffinity.net/view/49144190/ to take a look, or join in.
RIP Queen Elizabeth II
Posted 3 years agoA few minutes ago, news got to me from a close friend in England, that The Queen, Queen Elizabeth II has died. :(
Such a sad day today has been so far...
She's been through a lot over the years and was a figure to lift our spirits, even.
I actually started tearing up when I heard this news. The thing that surprised me was that she was fine on the news the other day, and this happened so suddenly...
Just wanted to spread the news, I can't think of much else to say. I don't mean to come across as insensitive or anything, just can't think over this sadness.
Such a sad day today has been so far...
She's been through a lot over the years and was a figure to lift our spirits, even.
I actually started tearing up when I heard this news. The thing that surprised me was that she was fine on the news the other day, and this happened so suddenly...
Just wanted to spread the news, I can't think of much else to say. I don't mean to come across as insensitive or anything, just can't think over this sadness.
Long-owed message to all my watchers and +fave-ers
Posted 3 years agoEDIT: This message applies to all future Watchers and Favers as well. :)
I know I haven't really said anything yet, as thanks for watching and faving... (I've fallen long behind, and have wanted to wait a bit, so that this message gets to more people at once)
but I want to thank you all for watching me, and +faving my uploads on here. It makes me feel happy, and gives me a feeling of support. I love sharing my uploads onto here, as it gives people like all of you an idea on what my characters are like, but also something to enjoy. ^^
If you have any questions or stuff you want to ask me, feel free to comment on this (or DM / PM me on here or Discord / Guilded. I'm most active on Discord, and admittedly, I haven't touched Guilded in some time. However, I plan to get back on soon.)
I know I haven't really said anything yet, as thanks for watching and faving... (I've fallen long behind, and have wanted to wait a bit, so that this message gets to more people at once)
but I want to thank you all for watching me, and +faving my uploads on here. It makes me feel happy, and gives me a feeling of support. I love sharing my uploads onto here, as it gives people like all of you an idea on what my characters are like, but also something to enjoy. ^^
If you have any questions or stuff you want to ask me, feel free to comment on this (or DM / PM me on here or Discord / Guilded. I'm most active on Discord, and admittedly, I haven't touched Guilded in some time. However, I plan to get back on soon.)
Making a server (Guilded / Discord)
Posted 3 years agoI've been working on a server for some time now, for both Guilded and Discord. Been wanting to meet new people.
Both are quite Work In Progress, but are open for joining (My Discord one is currently more finished than my Guilded.). ^^
Discord: https://discord.gg/GWmZek5Ubw
Guilded: https://www.guilded.gg/i/2DRPqAnp
Both are quite Work In Progress, but are open for joining (My Discord one is currently more finished than my Guilded.). ^^
Discord: https://discord.gg/GWmZek5Ubw
Guilded: https://www.guilded.gg/i/2DRPqAnp
24th Birthday soon!
Posted 4 years agoMy birthday will be here in 3 more weeks! Going to be 24. Thinking of treating myself if I get the chance. :)
The World of Tcherborbia
Posted 4 years agoSo, this Ice Fox has decided to work on something to keep him busy - a GZDoom mod / game, based on my world, Tcherborbia.
The idea will be that you play as Nitrous, and must stop an evil villain from taking over the world.
The game will have a strong element in using Elements for the right job and time, as well as the right enemies. (For example, Fire Elementals are going to be weak to Ice and Water.) Nitrous, being an Ice Fox will of course start with some basic Ice Powers, but you will be able to gain more throughout the game, as well as new elements.
Currently, I've made a tiny bit of progress, and I have an idea on how to do most of the game (I know ACS and DECORATE), but I am happy to let volunteers help out, if they want to.
Mainly, I am good at scripting, and some ideas. I might need a bit of help with story, but I want to put gameplay over graphics and story.
Things I MIGHT need help with:
Music
Sprites (and / or models, I am able to work on some models myself, but not very well. I am mostly only good at making weapons.)
Texturing?
But yeah, I am hoping to try and get my world in a form that is playable, and for all of you to see.
I know what some of you might be thinking: "Why not use something like Unreal Engine?" honestly, I have tried, but it is far too advanced just to do a simple thing. :/ In GZDoom, it takes little effort to make a lot, while in Unreal Engine, just for a basic weapon (from memory), there are tons of scripts. In GZDoom, a weapon is done with states, frames, and functions, which is far easier to use, plus, (The old) Doom is known for requiring very little to run, meaning it should be playable on most Systems, without requiring a tank of a computer. I may or may not also try to make it compatible for Zandronum, as that is my preferred Doom Source Port for multiplayer (GZDoom's multiplayer is a pain to set up, plus, Zandronum doesn't require all players to be there at once; they can join at any time, even during a game. It's also FAR easier to set up and join games.)
For example:
Ready:
PIST A 1 A_WeaponReady
Loop
Is the ready animation. PIST is the sprite name, A is the sprite frame, and 1 is the duration. A_WeaponReady lets the game know "Ok, this gun is ready and can be fired." :)
A quick example of a fire state would be
Fire:
PIST B 1 (Insert A_FireBullets or whichever)
PIST C 1
(A few more frames)
Goto Ready
But yeah, sorry for the bit of a rant. I'm hoping to be able to work on something fun, and maybe form a team, not just to work on the mod / idea, but also to meet new people, and maybe others like myself.
Let me know if you're interested. :)
The idea will be that you play as Nitrous, and must stop an evil villain from taking over the world.
The game will have a strong element in using Elements for the right job and time, as well as the right enemies. (For example, Fire Elementals are going to be weak to Ice and Water.) Nitrous, being an Ice Fox will of course start with some basic Ice Powers, but you will be able to gain more throughout the game, as well as new elements.
Currently, I've made a tiny bit of progress, and I have an idea on how to do most of the game (I know ACS and DECORATE), but I am happy to let volunteers help out, if they want to.
Mainly, I am good at scripting, and some ideas. I might need a bit of help with story, but I want to put gameplay over graphics and story.
Things I MIGHT need help with:
Music
Sprites (and / or models, I am able to work on some models myself, but not very well. I am mostly only good at making weapons.)
Texturing?
But yeah, I am hoping to try and get my world in a form that is playable, and for all of you to see.
I know what some of you might be thinking: "Why not use something like Unreal Engine?" honestly, I have tried, but it is far too advanced just to do a simple thing. :/ In GZDoom, it takes little effort to make a lot, while in Unreal Engine, just for a basic weapon (from memory), there are tons of scripts. In GZDoom, a weapon is done with states, frames, and functions, which is far easier to use, plus, (The old) Doom is known for requiring very little to run, meaning it should be playable on most Systems, without requiring a tank of a computer. I may or may not also try to make it compatible for Zandronum, as that is my preferred Doom Source Port for multiplayer (GZDoom's multiplayer is a pain to set up, plus, Zandronum doesn't require all players to be there at once; they can join at any time, even during a game. It's also FAR easier to set up and join games.)
For example:
Ready:
PIST A 1 A_WeaponReady
Loop
Is the ready animation. PIST is the sprite name, A is the sprite frame, and 1 is the duration. A_WeaponReady lets the game know "Ok, this gun is ready and can be fired." :)
A quick example of a fire state would be
Fire:
PIST B 1 (Insert A_FireBullets or whichever)
PIST C 1
(A few more frames)
Goto Ready
But yeah, sorry for the bit of a rant. I'm hoping to be able to work on something fun, and maybe form a team, not just to work on the mod / idea, but also to meet new people, and maybe others like myself.
Let me know if you're interested. :)
Nearly Christmas already...
Posted 4 years agoWell, 2020 has been a rough year; Coronavirus, lost a (once close) friend to different vore opinions (I really don't want to get too deep into it, for both his and my sake, and I am not going to mention names), had to have a tooth removed (Literally had to use the old Civil War way of numbing pain while waiting for the hospital appointment - Whiskey, which actually worked better than Paracetamol. (Don't worry, I just had a drop of it on a Cotton Bud, and rubbed it on the sore spot.)), and my OCD has been going up and down.
However, it has also been good - I got my ICT Level 3 Qualification and finished the ICT Course. I've gotten better at 3D modelling with Blender, a little, and I've made a few new friends. I've also been playing Ocarina of Time Online and I am loving it. Ocarina of Time Randomizer is also nice and freshens up the game a fair amount. I'm also playing the Christmas Event that the Modloader64 team is holding, it's so heart-warming and I'd recommend it for those who want a relaxing change to OoT. Majora's Mask Online is also a thing now, too, and also has a Christmas Event going on! I'd recommend checking out the Modloader64 Discord, OOT Randomizer Discord, and MM Randomizer Discord.
I'm also partnered with
thedragon1246.
I'm hoping 2021 will be a lot better, not just for me, but for everyone else. I hope that my ex-friend also gets more nice things his way, and that me and him can (try to) move on from this "Vore War". Again, I don't wish to cause drama or want it to go on. I wish for what is best for everyone, not just myself.
I also hope the Coronavirus (or "COVID-19") can be dealt with soon, so that we no longer have to worry about it, and so that we can finally relax with things being back to (or at least relatively) normal.
I also wish a Merry Christmas, Happy Hanukkah, and a Happy New Year for everyone.
However, it has also been good - I got my ICT Level 3 Qualification and finished the ICT Course. I've gotten better at 3D modelling with Blender, a little, and I've made a few new friends. I've also been playing Ocarina of Time Online and I am loving it. Ocarina of Time Randomizer is also nice and freshens up the game a fair amount. I'm also playing the Christmas Event that the Modloader64 team is holding, it's so heart-warming and I'd recommend it for those who want a relaxing change to OoT. Majora's Mask Online is also a thing now, too, and also has a Christmas Event going on! I'd recommend checking out the Modloader64 Discord, OOT Randomizer Discord, and MM Randomizer Discord.
I'm also partnered with

I'm hoping 2021 will be a lot better, not just for me, but for everyone else. I hope that my ex-friend also gets more nice things his way, and that me and him can (try to) move on from this "Vore War". Again, I don't wish to cause drama or want it to go on. I wish for what is best for everyone, not just myself.
I also hope the Coronavirus (or "COVID-19") can be dealt with soon, so that we no longer have to worry about it, and so that we can finally relax with things being back to (or at least relatively) normal.
I also wish a Merry Christmas, Happy Hanukkah, and a Happy New Year for everyone.
Free Art Raffle!
Posted 5 years agoThere is currently a Halloween-themed free art raffle going!
https://www.furaffinity.net/journal/9638226/
https://www.furaffinity.net/journal/9638226/
https://www.furaffinity.net/journal/9638226/
https://www.furaffinity.net/journal/9638226/
https://www.furaffinity.net/journal/9638226/
https://www.furaffinity.net/journal/9638226/