Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

2 Pages12>
Options
Go to last post Go to first unread
Offline elliesy  
#1 Posted : Tuesday, May 23, 2017 3:08:57 AM(UTC)
elliesy
Major
Joined: 2/26/2016(UTC)
Posts: 222
Philippines
Location: Manila

Thanks: 242 times
Was thanked: 10 time(s) in 9 post(s)
we have a lot of talented modder here, commentator, Hacker, Cracker and Programmers.
.
.
i like something new i like much better before . we need a big plan.
i like something special ....
.
.

Yes i cannot do own my own ... but if we have opensource program
we are not dependent on this game and we are free to easily modify
what a real problem in the game program.....
.
.
it is easily to identify now ..and more
.
.
What do you think Generals :D

This is OUr Dreams..... Please Help each other and Cooperate ...:D
Right now this is a Prototype .....
and i think the best Programming Language is JAVA Programming Language to make it
and it is a crossplatform PL. ..:D
i'm not good in Object-Oriented Programming language ... but we need to try and code.

Now This is JAVA 1 minute at a time ..:D 2/25/2017
I'm using Latest Netbeans ..:D
.
.
This is the beginning with no endless modding ..:D

The Making :D
.
.. Sorry no video.. fellas:D


" I Know How to START but i did not know how to end ..:D
.
Motto:" CHALLENGE EVERYTHING "
Motto:" SLOWLY BUT SURELY
Motto:" NEVER GIVE UP

First Source code ..:D

For EXIT Button
.
Code:


 private void exitgameActionPerformed(java.awt.event.ActionEvent evt) {                                         

        // TODO add your handling code here:
        int confirmed = JOptionPane.showConfirmDialog(null, "Are you sure you want to exit the Game","EXIT?",JOptionPane.YES_NO_OPTION);
        if(confirmed == JOptionPane.YES_OPTION)
        {
            dispose();
        }
    }         

Edited by user Thursday, May 25, 2017 9:01:45 PM(UTC)  | Reason: Not specified

thanks 1 user thanked elliesy for this useful post.
Unknown Editor on 5/23/2017(UTC)
Sponsor
Offline SkyMix_RMT  
#2 Posted : Tuesday, May 23, 2017 3:56:44 AM(UTC)
SkyMix_RMT
Major
Joined: 2/21/2015(UTC)
Posts: 386
Portugal

Thanks: 80 times
Was thanked: 132 time(s) in 96 post(s)
A free zero hour version with better graphics, no bugs, glitches, connection issues, or EA bs, with all previous cut content now added?!

Too good to be true.
It would kick a** though.
Check out:

My Music (Techno/House/Experimental)

My Website (GeneralsCentral)

My Youtube Channel (Inactive)

World Builder Community Discord
thanks 2 users thanked SkyMix_RMT for this useful post.
elliesy on 5/23/2017(UTC), Gameanater on 5/24/2017(UTC)
Offline Unknown Editor  
#3 Posted : Tuesday, May 23, 2017 9:14:48 AM(UTC)
Unknown Editor
Major
Joined: 3/22/2017(UTC)
Posts: 278
Location: Some where on Earth

Thanks: 123 times
Was thanked: 69 time(s) in 59 post(s)
Yes , And We can Also Compelete All Un-Done Units and Missions too , For example "Convoy Truck Armed with Nuke" is an un-done Unit , Which Doesn't have OCL Radiation_Larg and We'll need to add it in a map.ini ; It actually has the Radiation Animation but it's Fake ! Also , About the Command Buttons , Projectile Objects , World Builder Errors , No testfor Under-Construction Units ; And the Skirmish Scripting Problems ! I think It will be so cool to add a Multiplayer Mission Mode for World Builder Too ; You know , There are Only Missions and Skirmish maps . That's Kind of Boring . We Can't Even Create a Real Dam ! Only way is by to modify the GameData ; So I think Your Adea was the Best .
Asking is Not a Problem , Problem is Not to Know Something .

Operation : Dark Angel
Static : Launch Delayed
Reason : Uncool Terrain - Old Logic in use - Lack of Performance
Status : Applying new Terrain - Applying new Logic - Increasing Performance by 300%
thanks 1 user thanked Unknown Editor for this useful post.
elliesy on 5/23/2017(UTC)
Offline qqqqqqqqqp  
#4 Posted : Tuesday, May 23, 2017 12:21:38 PM(UTC)
qqqqqqqqqp
Major
Joined: 11/19/2012(UTC)
Posts: 371
United States
Location: everywhere but nowhere

Thanks: 19 times
Was thanked: 47 time(s) in 45 post(s)
If we were to create a entire new game one must have an idea of what would be the main conflict it. A remake of the first games would be cool.
9Q_1P at your service. Moddin help and mod maker ranges from paradrop planes, aircraftcarriers and yes snow men with death lazer eyes

Want a peek? Visit this page
Advanced warfare
thanks 1 user thanked qqqqqqqqqp for this useful post.
elliesy on 5/23/2017(UTC)
Offline elliesy  
#5 Posted : Tuesday, May 23, 2017 6:51:25 PM(UTC)
elliesy
Major
Joined: 2/26/2016(UTC)
Posts: 222
Philippines
Location: Manila

Thanks: 242 times
Was thanked: 10 time(s) in 9 post(s)
So what is Next Please help Generals....
.
.
Happy coding Generals...:D
Offline qqqqqqqqqp  
#6 Posted : Tuesday, May 23, 2017 7:12:46 PM(UTC)
qqqqqqqqqp
Major
Joined: 11/19/2012(UTC)
Posts: 371
United States
Location: everywhere but nowhere

Thanks: 19 times
Was thanked: 47 time(s) in 45 post(s)
Originally Posted by: elliesy Go to Quoted Post
So what is Next Please help Generals....
.
.
Happy coding Generals...:D


Well first think of an idea. Some logic and obtainable. All the details you must go 100% at this.

Then find people willing to work on it with you. Some might some might not. What one needs is a:

Coder-program maker
Texturer
Modeler
Sound guy
Map maker

Then work to make your idea happen don't worry about refining it just get the darn content out. Then you can fix and balance later
Repeat this step until most people are happy.
9Q_1P at your service. Moddin help and mod maker ranges from paradrop planes, aircraftcarriers and yes snow men with death lazer eyes

Want a peek? Visit this page
Advanced warfare
thanks 1 user thanked qqqqqqqqqp for this useful post.
elliesy on 12/21/2017(UTC)
Offline Zatsupachi  
#7 Posted : Wednesday, May 24, 2017 1:56:13 AM(UTC)
Zatsupachi
Major
Joined: 3/27/2015(UTC)
Posts: 490

Thanks: 5 times
Was thanked: 213 time(s) in 155 post(s)
First, find an engine.
A 3d Engine... there's Unity 3d.
It's C#(Javascript if you want an easier language, but most coding help is in C#).

Then the 3d modelling programs. Blender is good one(but I can't work out it's interface for the life of me.) 3dsMax if some is willing to pay for it or find abandonware versions of it-- so long as it makes .obj model files.

From there, you're mostly set.
"It's precision_bomber."

Death Label HAS BEEN RELEASED(go get v0.99):
http://www.moddb.com/mod...oads/death-label-ver-099

Next Episode:
precision_bomber's Zero Hour SCIENCE!
thanks 1 user thanked Zatsupachi for this useful post.
elliesy on 12/21/2017(UTC)
Offline acidbrain  
#8 Posted : Wednesday, May 24, 2017 2:49:46 AM(UTC)
acidbrain
General
Joined: 12/30/2011(UTC)
Posts: 982

Thanks: 95 times
Was thanked: 574 time(s) in 364 post(s)
Unity 3d is pretty cool.
Never worked with it but it is a good starting point because writing a 3d engine from scratch is quite hard.
Here is a fun tutorial on how to make a turret shoot enemies


I said this before elliesy and i will say it again, stop using visual basic and focus on C#, c++ or java, these languages have a lot in common, basicly C++ and Java are based on C#.
Visual basic can be a horrible pain in the azz and you dont want to encounter that as a beginner coder, make small projects in the beginning which are easy to accomplish so your mood stays good, try to code pong for example, if you try to make something big in the beginning you usually stop coding because you cant get it to work, really demotivating...Start small and increase size of project.
Usually you make a ton of 2d games to master the mechanics and then you try to code a 3d engine.
You have to spend a sjitload of time on it if you want to succeed...Never give up

Greetz
Panem et kirkinses
thanks 1 user thanked acidbrain for this useful post.
elliesy on 12/21/2017(UTC)
Offline Zatsupachi  
#9 Posted : Wednesday, May 24, 2017 4:00:55 AM(UTC)
Zatsupachi
Major
Joined: 3/27/2015(UTC)
Posts: 490

Thanks: 5 times
Was thanked: 213 time(s) in 155 post(s)
I've worked with Unity3d(mostly because our professor mandated it) for a school project. It's not bad, it gets a bit too hectic when you expand beyond simple animation projects though.

It is learnable though, but I suggest making 2d games first(Unity 3d can also do 2d). I learned using (I'm probably gonna recieve hate for it) GameMaker.

And I do have some games out there-- and I have personal project currently on it.
"It's precision_bomber."

Death Label HAS BEEN RELEASED(go get v0.99):
http://www.moddb.com/mod...oads/death-label-ver-099

Next Episode:
precision_bomber's Zero Hour SCIENCE!
thanks 1 user thanked Zatsupachi for this useful post.
elliesy on 5/26/2017(UTC)
Offline acidbrain  
#10 Posted : Wednesday, May 24, 2017 5:14:20 AM(UTC)
acidbrain
General
Joined: 12/30/2011(UTC)
Posts: 982

Thanks: 95 times
Was thanked: 574 time(s) in 364 post(s)
Originally Posted by: Zatsupachi Go to Quoted Post
I learned using (I'm probably gonna recieve hate for it) GameMaker.


As long as you learn you wont get hate mate, maybe from people who are jealous because they dont have the drive to learn something.
And btw what the f#ck if people hate you for using gamemaker, f#ck them noobs...Big Smile
Panem et kirkinses
Offline Zatsupachi  
#11 Posted : Wednesday, May 24, 2017 6:23:37 AM(UTC)
Zatsupachi
Major
Joined: 3/27/2015(UTC)
Posts: 490

Thanks: 5 times
Was thanked: 213 time(s) in 155 post(s)
I'm mainly getting the impression mostly due to people are like:
"GameMaker takes no skill at all."

And I'm like: I'm sorry if I use a program to make small projects easier for myself.

One of the purposes of GameMaker was to ease people into Game Development. Because when you come to look at it, Game Development IS intimidating-- especially if you're your own team.

Yes, it's inefficient in certain places and can promote bad coding habits-- but that's besides the point. You're using this program for a USER-FRIENDLY and FUN experience.
"It's precision_bomber."

Death Label HAS BEEN RELEASED(go get v0.99):
http://www.moddb.com/mod...oads/death-label-ver-099

Next Episode:
precision_bomber's Zero Hour SCIENCE!
Offline elliesy  
#12 Posted : Wednesday, May 24, 2017 8:52:49 AM(UTC)
elliesy
Major
Joined: 2/26/2016(UTC)
Posts: 222
Philippines
Location: Manila

Thanks: 242 times
Was thanked: 10 time(s) in 9 post(s)
Im tired .. tommorrow please .
.
.
tnx for na free Sponsor..:D
.
.
Netbeans Editor ..:D
.
.
https://netbeans.org/ .....:D
Offline acidbrain  
#13 Posted : Wednesday, May 24, 2017 12:32:34 PM(UTC)
acidbrain
General
Joined: 12/30/2011(UTC)
Posts: 982

Thanks: 95 times
Was thanked: 574 time(s) in 364 post(s)
Originally Posted by: elliesy Go to Quoted Post
Im tired .. tommorrow please .
.
.
tnx for na free Sponsor..:D
.
.
Netbeans Editor ..:D
.
.
https://netbeans.org/ .....:D


Tired? a coder sleeps 2 hours a day and usually forgets to eat because his mind is filled with stuff to try.
Now get on your feet soldier...:P

Btw, Eclipse is also nice...

Greetz
Panem et kirkinses
thanks 1 user thanked acidbrain for this useful post.
elliesy on 5/24/2017(UTC)
Offline Gameanater  
#14 Posted : Wednesday, May 24, 2017 12:47:36 PM(UTC)
Gameanater
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 5/13/2013(UTC)
Posts: 1,537
United States
Location: Right Behind You

Thanks: 574 times
Was thanked: 166 time(s) in 144 post(s)
i have basically zero experience in programming but hey i'd love to try someday.

And if we could create a free version of Zero Hour that's way more optimized and all that.... Like SkyMix said, that would be kickass.

My biggest concern would be that EA, being the greedy stupid company they are, would see us making it and order us to Cease and Desist. Although you could solve that by not really calling it Generals or Zero Hour and making your own art and assets for it.


Also there are other options than programming from the ground up. The Source Engine seems to be very flexible for modding and is fairly optimized. Just look at Half-Life 2 Wars/Lambda Wars: https://lambdawars.com/

Which I really want to play.
Any old friends still on here can add me on discord @jcdenton2187. I'm far more likely to respond there.
thanks 1 user thanked Gameanater for this useful post.
elliesy on 5/24/2017(UTC)
Offline acidbrain  
#15 Posted : Wednesday, May 24, 2017 1:05:08 PM(UTC)
acidbrain
General
Joined: 12/30/2011(UTC)
Posts: 982

Thanks: 95 times
Was thanked: 574 time(s) in 364 post(s)
It would be best to build our own open source 3d engine beause EA couldnt do a thing about that, just as long as we dont use copyrighted material from EA...
Btw, Arian-studio has a new rts game called War Zone Middle East...
Here is some gameplay...


Greetz
Panem et kirkinses
thanks 3 users thanked acidbrain for this useful post.
Gameanater on 5/24/2017(UTC), elliesy on 5/24/2017(UTC), AdrianeMapMaker on 5/24/2017(UTC)
Offline qqqqqqqqqp  
#16 Posted : Wednesday, May 24, 2017 2:15:31 PM(UTC)
qqqqqqqqqp
Major
Joined: 11/19/2012(UTC)
Posts: 371
United States
Location: everywhere but nowhere

Thanks: 19 times
Was thanked: 47 time(s) in 45 post(s)
I've only coded 2 games... pong and an multi perspective tower defence game both were in unity. And both were an outright pain. Haven't got unity no more lost it with my other computer. Might have to go acquire it again. If I had a more stable calender I would do alot more things but as of now it's kinda like a tornado so I'm of little use to anyone...
9Q_1P at your service. Moddin help and mod maker ranges from paradrop planes, aircraftcarriers and yes snow men with death lazer eyes

Want a peek? Visit this page
Advanced warfare
thanks 1 user thanked qqqqqqqqqp for this useful post.
elliesy on 5/24/2017(UTC)
Offline elliesy  
#17 Posted : Wednesday, May 24, 2017 7:39:46 PM(UTC)
elliesy
Major
Joined: 2/26/2016(UTC)
Posts: 222
Philippines
Location: Manila

Thanks: 242 times
Was thanked: 10 time(s) in 9 post(s)
Right now i'am interested to discuss in Java because
this Programming language we need to use..:D because this is a opensource PL

I'm interested for only about our source code, our layout ....

we need to prototyping

Anyone Have no netbeans but interested to coding
Just Donwload here
https://netbeans.org/ if you're OS is 64-bit choose 64
...
don't forget to download latest JDk ...
it is required to run your Netbeans .... you cannot install Netbeans without it
JDK is 1 of the key

to success our mission GENERALS ..:D

Netbeans GUI


Happy coding Generals ..:D
Offline elliesy  
#18 Posted : Thursday, May 25, 2017 10:28:12 AM(UTC)
elliesy
Major
Joined: 2/26/2016(UTC)
Posts: 222
Philippines
Location: Manila

Thanks: 242 times
Was thanked: 10 time(s) in 9 post(s)
we need to use a

" KAI" "ZEN " - it is a japanese technique
"Change " " Wisdom "

slowly but surely .... we don't need to hurry .....

.
.
What do you think about JAVA Palette it's like a Visual Basic Object ..:D
.
.
good night .... happy modding Generals ..:D

Edited by user Thursday, May 25, 2017 10:29:19 AM(UTC)  | Reason: Not specified

Offline elliesy  
#19 Posted : Thursday, May 25, 2017 6:48:24 PM(UTC)
elliesy
Major
Joined: 2/26/2016(UTC)
Posts: 222
Philippines
Location: Manila

Thanks: 242 times
Was thanked: 10 time(s) in 9 post(s)
Java ERROR Please help .
.

Code:

run:
Error: Could not find or load main class opensourcegenerals.OpenSourceGenerals
C:\Users\Ton\AppData\Local\NetBeans\Cache\8.2\executor-snippets\run.xml:53: Java returned: 1
BUILD FAILED (total time: 0 seconds)



this is Done .... Solve :D
Happy modding and Coding Generals

Edited by user Thursday, May 25, 2017 7:42:53 PM(UTC)  | Reason: Not specified

Offline acidbrain  
#20 Posted : Thursday, May 25, 2017 7:51:41 PM(UTC)
acidbrain
General
Joined: 12/30/2011(UTC)
Posts: 982

Thanks: 95 times
Was thanked: 574 time(s) in 364 post(s)
You need to have main class with this method in it
Code:

public static void main(String[] args) {
  // Do stuff here
}


Check you tube for tuturials, plenty of them.
This is no java forum, on yt there are a lot more people that can help you...

Greetz
Panem et kirkinses
thanks 1 user thanked acidbrain for this useful post.
elliesy on 5/25/2017(UTC)
Users browsing this topic
Guest
2 Pages12>
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.