I'd love to play test this and provide feedback to you and maybe some ideas if you want them, I've wanted to make my own RPG for a long time now and have a lot of ideas but I'm too noobish in the areas of coding.
@ExturnaIFunction , I have a LOD for the terrain itself in 3 different levels and 3 levels of LOD for models. I disabled it in this video because with a gaming PC everything is fairly smooth.
tbh i think you have some really great features there, impressive. I especially like the looking out the windows at the harsh weather outside, a really rl house feel to it.
@warcratfDelirious , Thank you. This game is constantly changing though so if you have any thoughts or ideas to improve it, please let me know because now would be the time to incorporate them. This is a player's game and I don't want to go to far from that path.
This is currently the most interesting 3DGS project I have ever seen ... Well are you planning to make it Open source? That would be fuckin cool! Keep up the good work and sorry for my english ... Kind regards
@lordhuebi , Yes I would still recommend 3D Game Studio over Unity, Torque, Realm Crafter and Ogre. I have a license for all of them and I still think 3DGS is better if you have the right tools and plugins. This is only for an Indie developer perspective. If you have a bigger budget or team, you will want to move to the next software out there.
@dragonlie THANKS for the offer, I will take you up on that. Yes I am still working on this project in the evenings and on weekends. My day time job is consuming a lot of time at the moment and I find myself traveling a lot. I have the basic game structure down and everything is functional. It is just a matter of time now before I put all of my ducks in a bucket and kick it. I could use a lot of testing and your offer is much appreciated.
@brendonMilligan, I am not a real good humanoid modeler in MED, however I can use other software such as 3DSMAX and Blender. I can't seem to figure out how to export the model in a MDL format though with UV mapping and animation. This woman player was created by my good friend who does this for a living, I wanted to have a professional character to use for testing until I got the game basics down.
@Dennis2148 , the character took some time, I learned how to model over the past 8 years. I have been working on terrain perfection for 5. Just trial and fire.
@TheDJinator , haha. I know, After working with my variables in my database, I used the spelling "foilage"...but then later realized I had it all screwed up. Since everything had the name of "foilage" and not "foliage", I just accepted it.
Good for you man, I'm sure you'll think of something to get it out to the world. Hey you look experienced, can you make some tutorials on how to create a Game Interface and clean stable coding optimizations.
@garrettwademan Yeah, I'm creating a game to and it will be online. I have bad experience with coding in 3D Game Studio A8 (Pro Edition), there are so little tutorials as well because it is such a pricey tool. I need help with... Creating a Game Interface, Network / Server security, creating stats / items, I spent too much money to quit now, I wish more people would make videos on this stuff.
@Armoton17, online games are tough, it took me almost 5 years to understand server/client with secure databasing. You run into issues like DOS denial of service, sql injections, information retreival. I use a system I found to be secure where it protects against all of this. I monitor all incoming requests and outgoing information, and if it looks fishy, I block it, record the client id, name, IP address and review the packet header for any other details. I will create a video on this too.
@garrettwademan Sadly, you are going to find the overwhelming majority don't know or want to learn programming or graphics. Most will say it is cool but not have the drive or desire to get involved. How long did it take you to learn 3DGS? Not programming but the package itself. Weeks? Months?
@abw73, I have seen this already, I was just trying to put it nicely before haha. You must have experienced the same thing then I take it. It took between 2-3 years with working in 3DGS to get good and comfortable with it. I sadly had to learn the hard way with a lot of things just by trial and fire.
@garrettwademan I've seen it many, many times. I started a project in C many years ago and had a handful of people say they were definitely interested. When it came time to program, every single one of them had some excuse, and they were all suddenly too busy. I would guess less than 5% of people who say they want to get involved actually will. Just like craigslist... the vast majority are flakes.
@reborneclipse It is called C-Script, it is only for 3D Game Studio. I learned by simply repeating it over and over and reading the manual and playing with commands.
@reborneclipse Practicing is the only way to learn. Start with VERY simple things and move on. Pick up some introductory books or read simple tutorials. Even the greatest 3D programmers out there started off very basic.
DONT READ THIS Cause It Really Works. YOU WILL GET KISSED ON THE NEAREST POSSIBLE FRIDAY BY THE LOVE OF YOUR LIFE. TOMORROW WILL BE THE BEST DAY OF YOUR LIFE. HOWEVER IF YOU DONT POST THIS COMMENT TO AT LEAST 3 VIDEOS YOU WILL DIE WITHIN 2 DAYS. NOW UV STARTED READIN DIS DUNT STOP THIS IS SO SCARY. SEND THIS OVER TO 5 VIDEOS IN 143 MINUTES WHEN UR DONE PRESS F6 AND UR CRUSHES NAME WILL APPEAR ON THE SCREEN IN BIG LETTERS. THIS IS SO SCARY But IT rEally wo
DONT READ THIS Cause It Really Works. YOU WILL GET KISSED ON THE NEAREST POSSIBLE FRIDAY BY THE LOVE OF YOUR LIFE. TOMORROW WILL BE THE BEST DAY OF YOUR LIFE. HOWEVER IF YOU DONT POST THIS COMMENT TO AT LEAST 3 VIDEOS YOU WILL DIE WITHIN 2 DAYS. NOW UV STARTED READIN DIS DUNT STOP THIS IS SO SCARY. SEND THIS OVER TO 5 VIDEOS IN 143 MINUTES WHEN UR DONE PRESS F6 AND UR CRUSHES NAME WILL APPEAR ON THE SCREEN IN BIG LETTERS. THIS IS SO SCARY But IT rEally wo
@garrettwademan The game looks nice too ofcourse :P, I was wondering, you said the camera has collisions, so it doesn't go trough the house, but is it possible that when you leave a house, and the camera is behind you, it will get stuck (inside the house)? or have you made something to prevent that from happening?
@kettling , good catch. It doesn't get stuck. If the camera sees collision between it and the player, it will zoom in to make sure you cannot see behind objects or always make sure you can see your player. If you leave a house, the camera will sense that the wall is in between and zoom in (forced zoom by the code) and it will instantly leave the inside of the house and get back into focus of the player.
@garrettwademan Hey there, i am also looking to make an MMORPG myself, but i dont know any programs, you mind giving me some suggestions on what to use?. thanks
@jackfudgeu I recommend using 3D Game Studio, you can get the free version at their site, just Google it. See if you can work with the code. That alone won't help you make a MMORPG, so you need to download the ANet plugin for 3DGS to support 2000 players per server. Don't use Realm Crafter, I bought licenses but found too many issues with it, Torque is also good, but never got to deep into coding.
@jackfudgeu I love the commands and scripting. At first, it was very discouraging when using their preloaded scripts, the movement code was too choppy and I thought I could never make a good game. What I did was go through their 25 tutorials and messed around with their code, after that I began working on simple things like terrain and movement...once I got my first version done, I scrapped it and did terrain, movement and sun effects. I scrapped that because I had to restart using different
@jackfudgeu structure because I found a better way to do it. All in all I restarted 7 or 8 times using my technique from the prior project, but honing in on it and making it better. By the time I got to this version (version 9) everything began to fall into place and I feel I can do anything with the 3D Game Studio script...it is very powerful.
@xXAFTEREFFECTSXx, haha, what you see is approx between 60,000 to 75,000 lines of code. The plan is going to be around 1,000,000 lines of code once it will be in beta. It really isn't that complicated if you break it up. I should of just wrote a book.
On that site you will see how to contact me if you get stuck. The only way to really get comfortable with it is to jump right in going over the 25 tutorials that the 3D Game Studio website provides. Go to their website and go to the downloads page, you will see it under TUTORIALS. Once you get moving and have more questions, feel free to ask.
does the game run smoothe or is it laggy
Live4Mods 1 day ago
nice man
Live4Mods 1 day ago
I'd love to play test this and provide feedback to you and maybe some ideas if you want them, I've wanted to make my own RPG for a long time now and have a lot of ideas but I'm too noobish in the areas of coding.
Rudamiester 4 days ago
@stronglyon1
Good suggestion
He can just click his mouse a few times and the graphics will magically improve lmao
WickedZZzY 2 months ago
very nice. will weather affect terrain and players?
dain432 2 months ago
not bad man keep it just update ur grafics a litle
stronglyon1 3 months ago
So where can I play this?
silvernode 4 months ago
I misread Isle of porn . sory
Brutalityist 5 months ago
@ExturnaIFunction , I have a LOD for the terrain itself in 3 different levels and 3 levels of LOD for models. I disabled it in this video because with a gaming PC everything is fairly smooth.
garrettwademan 5 months ago
tbh i think you have some really great features there, impressive. I especially like the looking out the windows at the harsh weather outside, a really rl house feel to it.
warcratfDelirious 7 months ago
@warcratfDelirious , Thank you. This game is constantly changing though so if you have any thoughts or ideas to improve it, please let me know because now would be the time to incorporate them. This is a player's game and I don't want to go to far from that path.
garrettwademan 6 months ago
This is currently the most interesting 3DGS project I have ever seen ... Well are you planning to make it Open source? That would be fuckin cool! Keep up the good work and sorry for my english ... Kind regards
MrFatMrThin 7 months ago
this i pretty cool stuff, man.
would you still recommend 3d game studio or are there better programs outthere?
lordhuebi 8 months ago
@lordhuebi , Yes I would still recommend 3D Game Studio over Unity, Torque, Realm Crafter and Ogre. I have a license for all of them and I still think 3DGS is better if you have the right tools and plugins. This is only for an Indie developer perspective. If you have a bigger budget or team, you will want to move to the next software out there.
garrettwademan 8 months ago
@garrettwademan This looks pretty neat, How`s the progress?
If you need someone in Scandinavia to Demo it(play testing) i`d volunteer for it.
Perhaps even be of creative assistance if you need it, Got nothing but time to spend. so let me know.
dragonlie 8 months ago
@dragonlie THANKS for the offer, I will take you up on that. Yes I am still working on this project in the evenings and on weekends. My day time job is consuming a lot of time at the moment and I find myself traveling a lot. I have the basic game structure down and everything is functional. It is just a matter of time now before I put all of my ducks in a bucket and kick it. I could use a lot of testing and your offer is much appreciated.
garrettwademan 8 months ago
how did you make the animation of the character
brendonMilligan 9 months ago
@brendonMilligan, I am not a real good humanoid modeler in MED, however I can use other software such as 3DSMAX and Blender. I can't seem to figure out how to export the model in a MDL format though with UV mapping and animation. This woman player was created by my good friend who does this for a living, I wanted to have a professional character to use for testing until I got the game basics down.
garrettwademan 9 months ago
loolol sneak feature :3 that game looks amazing for a homebrew best wishes to you hope the project is still alive ^_^
private420 11 months ago
@private420 , it is still very much alive...check out garrettwademan (dot) com at my forum, constantly talking about it and updates.
garrettwademan 10 months ago
How did you design it?
Dennis2148 11 months ago
@Dennis2148 what do you mean? What program am I using? I am using 3d game studio. Other than that, my design tactic is to wing it...
garrettwademan 11 months ago
@garrettwademan How did you created the character, and the terrain??
Dennis2148 11 months ago
@Dennis2148 , the character took some time, I learned how to model over the past 8 years. I have been working on terrain perfection for 5. Just trial and fire.
garrettwademan 11 months ago
@garrettwademan Okay... Thx :)
Dennis2148 11 months ago
great job and all but its called FOL-IAGE
TheDJinator 1 year ago
@TheDJinator , haha. I know, After working with my variables in my database, I used the spelling "foilage"...but then later realized I had it all screwed up. Since everything had the name of "foilage" and not "foliage", I just accepted it.
garrettwademan 1 year ago
do you have to make a human avatar cuz im making one with cats like impressinve title and wolf quest
1999whitewolf 1 year ago
@1999whitewolf human avatar as in creating your own look on a player?
garrettwademan 1 year ago
Sweet-goodluck man it looks good!
b1gr1g 1 year ago
Good for you man, I'm sure you'll think of something to get it out to the world. Hey you look experienced, can you make some tutorials on how to create a Game Interface and clean stable coding optimizations.
Armoton17 1 year ago
@Armoton17 , yea, I can certainly look at creating some tutorials and give my strategy on how to create stable code that is virtually bulletproof.
garrettwademan 1 year ago
@garrettwademan Yeah, I'm creating a game to and it will be online. I have bad experience with coding in 3D Game Studio A8 (Pro Edition), there are so little tutorials as well because it is such a pricey tool. I need help with... Creating a Game Interface, Network / Server security, creating stats / items, I spent too much money to quit now, I wish more people would make videos on this stuff.
Armoton17 1 year ago
@Armoton17, online games are tough, it took me almost 5 years to understand server/client with secure databasing. You run into issues like DOS denial of service, sql injections, information retreival. I use a system I found to be secure where it protects against all of this. I monitor all incoming requests and outgoing information, and if it looks fishy, I block it, record the client id, name, IP address and review the packet header for any other details. I will create a video on this too.
garrettwademan 1 year ago
lol rcs loading screen edited ;D check out my work
siramoida 1 year ago
o ok i hope you get better
robby2289 1 year ago
i have been away for a lil from the vids but is it randey yet?
robby2289 1 year ago
@robby2289 i have been working on my site because i recently had shoulder surgery and i am down an arm. it is still progressing but not beta worthy
garrettwademan 1 year ago
Might want to recruit a team. Looks cool as hell for a one man job.
MrBeenasfareven 1 year ago
@MrBeenasfareven , thanks man. I have tried getting a team together but nobody knows how to code or create good graphics, etc.
garrettwademan 1 year ago
@garrettwademan sorry to hear that. If I knew anything, I would help
MrBeenasfareven 1 year ago
@garrettwademan Sadly, you are going to find the overwhelming majority don't know or want to learn programming or graphics. Most will say it is cool but not have the drive or desire to get involved. How long did it take you to learn 3DGS? Not programming but the package itself. Weeks? Months?
abw73 1 year ago
@abw73, I have seen this already, I was just trying to put it nicely before haha. You must have experienced the same thing then I take it. It took between 2-3 years with working in 3DGS to get good and comfortable with it. I sadly had to learn the hard way with a lot of things just by trial and fire.
garrettwademan 1 year ago
@garrettwademan I've seen it many, many times. I started a project in C many years ago and had a handful of people say they were definitely interested. When it came time to program, every single one of them had some excuse, and they were all suddenly too busy. I would guess less than 5% of people who say they want to get involved actually will. Just like craigslist... the vast majority are flakes.
abw73 1 year ago
....................O_O
PrinceNakasuki 1 year ago
Are you still working on this??
DailyProphetNews 1 year ago
@DailyProphetNews Yes I am, have been working on a larger world.
garrettwademan 1 year ago
im trying to learn how to use the program but how did you learn to code and what type of code is it?
reborneclipse 1 year ago
@reborneclipse It is called C-Script, it is only for 3D Game Studio. I learned by simply repeating it over and over and reading the manual and playing with commands.
garrettwademan 1 year ago
@reborneclipse Practicing is the only way to learn. Start with VERY simple things and move on. Pick up some introductory books or read simple tutorials. Even the greatest 3D programmers out there started off very basic.
abw73 1 year ago
Very impressive work. I really like the weather effects. :D
Keep up the good work!
ZoneCracker 1 year ago
This has been flagged as spam show
DONT READ THIS Cause It Really Works. YOU WILL GET KISSED ON THE NEAREST POSSIBLE FRIDAY BY THE LOVE OF YOUR LIFE. TOMORROW WILL BE THE BEST DAY OF YOUR LIFE. HOWEVER IF YOU DONT POST THIS COMMENT TO AT LEAST 3 VIDEOS YOU WILL DIE WITHIN 2 DAYS. NOW UV STARTED READIN DIS DUNT STOP THIS IS SO SCARY. SEND THIS OVER TO 5 VIDEOS IN 143 MINUTES WHEN UR DONE PRESS F6 AND UR CRUSHES NAME WILL APPEAR ON THE SCREEN IN BIG LETTERS. THIS IS SO SCARY But IT rEally wo
nicolas150590 1 year ago
This has been flagged as spam show
DONT READ THIS Cause It Really Works. YOU WILL GET KISSED ON THE NEAREST POSSIBLE FRIDAY BY THE LOVE OF YOUR LIFE. TOMORROW WILL BE THE BEST DAY OF YOUR LIFE. HOWEVER IF YOU DONT POST THIS COMMENT TO AT LEAST 3 VIDEOS YOU WILL DIE WITHIN 2 DAYS. NOW UV STARTED READIN DIS DUNT STOP THIS IS SO SCARY. SEND THIS OVER TO 5 VIDEOS IN 143 MINUTES WHEN UR DONE PRESS F6 AND UR CRUSHES NAME WILL APPEAR ON THE SCREEN IN BIG LETTERS. THIS IS SO SCARY But IT rEally wo
nicolas150590 1 year ago
That Looks Like a great Game man, i would like to play it sometime, in it's finished product
ihatenatwolf 1 year ago
Feel Good Inc in the background, nice :P
kettling 1 year ago
@kettling , oh ya
garrettwademan 1 year ago
@garrettwademan The game looks nice too ofcourse :P, I was wondering, you said the camera has collisions, so it doesn't go trough the house, but is it possible that when you leave a house, and the camera is behind you, it will get stuck (inside the house)? or have you made something to prevent that from happening?
kettling 1 year ago
@kettling , good catch. It doesn't get stuck. If the camera sees collision between it and the player, it will zoom in to make sure you cannot see behind objects or always make sure you can see your player. If you leave a house, the camera will sense that the wall is in between and zoom in (forced zoom by the code) and it will instantly leave the inside of the house and get back into focus of the player.
garrettwademan 1 year ago
@garrettwademan Ah, that's a really neat idea, I hadn't thought of that!
kettling 1 year ago
@garrettwademan Hey there, i am also looking to make an MMORPG myself, but i dont know any programs, you mind giving me some suggestions on what to use?. thanks
jackfudgeu 1 year ago
@jackfudgeu I recommend using 3D Game Studio, you can get the free version at their site, just Google it. See if you can work with the code. That alone won't help you make a MMORPG, so you need to download the ANet plugin for 3DGS to support 2000 players per server. Don't use Realm Crafter, I bought licenses but found too many issues with it, Torque is also good, but never got to deep into coding.
garrettwademan 1 year ago
@garrettwademan one more question, how did you find out all the scripting?, its insane i dont know anything about that lol.
jackfudgeu 1 year ago
@jackfudgeu I love the commands and scripting. At first, it was very discouraging when using their preloaded scripts, the movement code was too choppy and I thought I could never make a good game. What I did was go through their 25 tutorials and messed around with their code, after that I began working on simple things like terrain and movement...once I got my first version done, I scrapped it and did terrain, movement and sun effects. I scrapped that because I had to restart using different
garrettwademan 1 year ago
@jackfudgeu structure because I found a better way to do it. All in all I restarted 7 or 8 times using my technique from the prior project, but honing in on it and making it better. By the time I got to this version (version 9) everything began to fall into place and I feel I can do anything with the 3D Game Studio script...it is very powerful.
garrettwademan 1 year ago
isle of porn xD good game
TheMaslato 1 year ago
Is this meant to be a Wurm online clone?
Kane1993x 1 year ago
@Kane1993x, no it is not. It is actually completely different.
garrettwademan 1 year ago
Wow this is gonna go far man!, the programming at the beginning realy freaked me out.
xXAFTEREFFECTSXx 1 year ago
Thanks. What do you mean it freaked you out? haha
garrettwademan 1 year ago
Well, there was so much coding i almost fainted. I didn't realise it was that complicated!
xXAFTEREFFECTSXx 1 year ago
@xXAFTEREFFECTSXx, haha, what you see is approx between 60,000 to 75,000 lines of code. The plan is going to be around 1,000,000 lines of code once it will be in beta. It really isn't that complicated if you break it up. I should of just wrote a book.
garrettwademan 1 year ago
great work, do you need help?
trless 2 years ago
How do I learn programing as you learned?I want program as you please help where to start, I already read 3dgs workshops But where begin my knowlege?
doublesob 2 years ago
You can check out garrettwademan(dot)com/guide for starters.
garrettwademan 2 years ago
On that site you will see how to contact me if you get stuck. The only way to really get comfortable with it is to jump right in going over the 25 tutorials that the 3D Game Studio website provides. Go to their website and go to the downloads page, you will see it under TUTORIALS. Once you get moving and have more questions, feel free to ask.
garrettwademan 2 years ago
cool that u know how to do that your smart
sakurachan777 2 years ago
This is Ganna be a Big Big Game Keep it up ...
DJLondy 2 years ago