Poll: RPG Style
Real-time / Action
Turn-based
Other??
[Show Results]
 
RPG Game Project
Author Message
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1294
Offline
Post: #51
RE: RPG Game Project
This is becoming a bit more problematic than I thought.  I had planned to use Game Maker, but I forgot about it only generating one file... :/

I might write up some speedy tutorials on C/C++ basics to see how many people are interested in learning.  Personally though, I'm not too familiar with C++ or DirectX (haven't used the former in a long time; never actually used the latter either).

Otherwise, if anyone still knows any good "easy game makers" around, wee'll go for that.
28/09/2008 02:35 AM
Visit this user's website Find all posts by this user
roe-ur-boat
aXr^2 Dev

Posts: 116.3985
Threads: 12
Joined: 24th Aug 2007
Reputation: 1.16517
E-Pigs: 1.3790
Offline
Post: #52
RE: RPG Game Project
I would be willing to help with this too :D What about that RPG Maker app?

[Image: 4ad88170f9b8b2c7784a349b735aa1694g.jpg]
28/09/2008 03:59 AM
Find all posts by this user
Sparker
Super Lame Productions

Posts: 8,165.3369
Threads: 549
Joined: 19th Jan 2007
Reputation: 10.74638
E-Pigs: 187.9012
Offline
Post: #53
RE: RPG Game Project
RPG maker is very limited, but it might work, who knows?

01/10/2008 02:38 AM
Find all posts by this user
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1294
Offline
Post: #54
RE: RPG Game Project
I had a look at RPG maker - it's really only viable to turn based RPGs though.

At least it appears to save projects as a group of files, rather than one large file.  So I guess if people are willing to go down the turn based RPG path, this could work.

Heck, wouldn't be too bad I guess - wee'd mainly need graphics people, someone/people to make the story, and someone/people to play around with the limited program. :P
01/10/2008 02:46 AM
Visit this user's website Find all posts by this user
Sparker
Super Lame Productions

Posts: 8,165.3369
Threads: 549
Joined: 19th Jan 2007
Reputation: 10.74638
E-Pigs: 187.9012
Offline
Post: #55
RE: RPG Game Project
I've used it a few times, it's limited-ness puts me off every time.

01/10/2008 02:48 AM
Find all posts by this user
diego
poof

Posts: 7,826.1659
Threads: 264
Joined: 22nd Jun 2007
Reputation: 1.80067
E-Pigs: 37.4012
Offline
Post: #56
RE: RPG Game Project
Well, I am here to help whenever I can. Just say what to do.

[Image: cce6aa9e-c40c-4ae7-aebe-d7780d6fc009.gif]
01/10/2008 02:57 AM
Find all posts by this user
LaneLander
Storm Trooper

Posts: 236.1425
Threads: 26
Joined: 3rd Jan 2008
Reputation: 3.41035
E-Pigs: 1.4619
Offline
Post: #57
RE: RPG Game Project
OK I guess I get to chime in here.  I think that one of the best ways to handle this and Zinga you can still use game maker buit you are all missing one key compnent.  the network.  you are all still thinking that your all in a different location.  What yuou can utilize today is virtualization.  Terminal Services/ Citrix has been providing local access to systems programs and files across diverce networks sense the 80's.  Why not use it.  If someone has a server that has a internet connection that can remain up.  I have access to well REAL valid licensing for use.  It will only be 5 - 10 user limit but that should be more than enough.  With Citrix in place each person logging in will have access to a local network drive pluss the applications and seeing as wee are not doing engineering work you should not have a hard time with this.  I am sure that wee have some people here that are tallented enough to get it installed. This way all tools programs are installed in one location and when someone logs in to get their "desktop" everything will be there along with the local saved files.  

ZB what are your thoughts.

[Image: 361059790.png]
01/10/2008 08:58 AM
Find all posts by this user
-PHENOMENON-
Previously Jaze

Posts: 335.2800
Threads: 29
Joined: 9th Aug 2008
Reputation: 3.706
E-Pigs: 174.8217
Offline
Post: #58
RE: RPG Game Project
Turn based you inquisitors!

PS: Will it be written in C++? DarkBASIC?

Generic sig goes here.
(This post was last modified: 01/10/2008 09:17 AM by -PHENOMENON-.)
01/10/2008 09:17 AM
Find all posts by this user
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1294
Offline
Post: #59
RE: RPG Game Project
LaneLander Wrote:OK I guess I get to chime in here.  I think that one of the best ways to handle this and Zinga you can still use game maker buit you are all missing one key compnent.  the network.  you are all still thinking that your all in a different location.  What yuou can utilize today is virtualization.  Terminal Services/ Citrix has been providing local access to systems programs and files across diverce networks sense the 80's.  Why not use it.  If someone has a server that has a internet connection that can remain up.  I have access to well REAL valid licensing for use.  It will only be 5 - 10 user limit but that should be more than enough.  With Citrix in place each person logging in will have access to a local network drive pluss the applications and seeing as wee are not doing engineering work you should not have a hard time with this.  I am sure that wee have some people here that are tallented enough to get it installed. This way all tools programs are installed in one location and when someone logs in to get their "desktop" everything will be there along with the local saved files.  

ZB what are your thoughts.
There's a number of problems with this virtual network idea:
- Multiple people using it at once - once you open the file, it's locked (or should be), meaning multiple people can't really work on it at once
- Speed - it's practically impossible to test play any game over these types of networks, even though a 100Mbps LAN connection

This server is probably actually powerful enough to run this thing, so that's probably not an issue.

Version control systems such as Subversion are much nicer - they allow multiple people to work on it at once (it has merging capabilities), and also records what's been changed etc, which allows rollbacks and so on.

Nevertheless, thanks for the idea :)
01/10/2008 05:13 PM
Visit this user's website Find all posts by this user
LaneLander
Storm Trooper

Posts: 236.1425
Threads: 26
Joined: 3rd Jan 2008
Reputation: 3.41035
E-Pigs: 1.4619
Offline
Post: #60
RE: RPG Game Project
ZiNgA BuRgA Wrote:There's a number of problems with this virtual network idea:
- Multiple people using it at once - once you open the file, it's locked (or should be), meaning multiple people can't really work on it at once
- Speed - it's practically impossible to test play any game over these types of networks, even though a 100Mbps LAN connection

This server is probably actually powerful enough to run this thing, so that's probably not an issue.

Version control systems such as Subversion are much nicer - they allow multiple people to work on it at once (it has merging capabilities), and also records what's been changed etc, which allows rollbacks and so on.

Nevertheless, thanks for the idea :)

Well I am not going to fight over it.  Selling, deploying and distributing this product for the last 4 years have taught me one thing.  If peopledo not get it not even a hammer to the head will fix that.  Thanks for thinking of it.

[Image: 361059790.png]
02/10/2008 08:08 AM
Find all posts by this user


Forum Jump:


User(s) browsing this thread: 2 Guest(s)

 Quick Theme: