Home » SIRTECH CLASSICS » Jagged Alliance: Unfinished Business » Vanilla Modding » What Happened?
What Happened?[message #101388] Thu, 27 May 2004 06:15 Go to next message
KIA is currently offline KIA

 
Messages:92
Registered:November 2002
Location: Virginia (USA)
Hello? What happened to the whitehat project? There haven't been any new posts for almost a month. Is there a problem?

Report message to a moderator

Corporal 1st Class
Re: What Happened?[message #101389] Thu, 24 June 2004 05:20 Go to previous messageGo to next message
Mysterious Dr.X is currently offline Mysterious Dr.X

 
Messages:33
Registered:March 2004
Location: Croatia

Howdy Rowdies!

When will the whitehat project officially be dropped? I don't think that there is still someone working on something. Or they moved to another board, which would be really stupid.
Damn, all started so good...


Dr.X

Report message to a moderator

Private 1st Class
Re: What Happened?[message #101390] Thu, 24 June 2004 08:47 Go to previous messageGo to next message
Tyco is currently offline Tyco

 
Messages:188
Registered:September 2001
Location: Be'er Sheva, Israel
Seems like the reality of the situation caught up with the theroy of the idea of what you can really do with the source code.

That, or they're really busy messing with the game code with saliva running from their mouths.

Report message to a moderator

Staff Sergeant
Re: What Happened?[message #101391] Sat, 26 June 2004 17:54 Go to previous messageGo to next message
Kaiden is currently offline Kaiden

 
Messages:502
Registered:September 2003
Well, the last excuse I read for everything slowing down, was that...

There is ALOT of source code, and a project of this nature is very very ambitious.

I spent 2 weeks eyeball deep in the source and have still not seen the end of every file, we're talking around 700 source and header files, all with anywhere from 20 lines of code to several thousand lines of code.

While I am waiting to see what happens with this project, and also waiting for someone to give me whiteboard write access, I am in the middle of my own project.

The document everything I can possibly document project. Which I will turn into a Tutorial of sorts ranging from beginner code editing to expert code editing.

I currently have an Outline (work in progress of course) and I'm adding code modifications and sections to the document by about 3-4 pages a week. Slow, but steady.

I will include most of the code modifying examples found here on the forums and credit those members in the Tutorial.

And this will serve as something of interest later on for people who don't know a whole lot about programming, but do know enough to compile something in Visual C. Oh yeah, that's kind of a requirement, you have to have Visual C, or have access to it in order to compile the executable.

Compiling the code will not be something in the tutorial as there is already information here in the forums on how to do that.

My current debate is whether or not to stick with the original Source code, or to download the current code from the whitehat project.

I will probably grab the whitehat project code, and try to finish some of what they started, if I'm the only one working on it, I don't really need access to that forum.

Although, the project I would most like to work on, would be turning Ja2 into a remake of Deadly Games. Add mission based gameplay, and even multiplayer for at least 2 players. The multiplayer would follow the same lines of Deadly Games though, it would be single sector tactical only using the laptop as the interface.

Unfortunately that's a project I can't seem to get any support for, so it looks like it would just be me doing it and that would take a loooong time.

Report message to a moderator

First Sergeant

Re: What Happened?[message #101392] Sun, 27 June 2004 23:38 Go to previous messageGo to next message
Augustus is currently offline Augustus

 
Messages:7
Registered:June 2004
Location: Spain
Hello

I am working on source code too, but is a work in progress, of course.

Currently I am translating the code to be C++, and Borland compatible.

@kaiden. If you need a hand, let me know.

Report message to a moderator

Private
Re: What Happened?[message #101393] Mon, 28 June 2004 05:31 Go to previous messageGo to next message
Boomer is currently offline Boomer

 
Messages:114
Registered:February 2004
Location: In the heart of Transilva...
Well, this what the white hats are up to, as it is set in the TASKS file from the cvs:
Digicrab:

CURRENT:
* Pull out all item/weapon data into files
FUTURE:
* Translate all hardcoded item effects into data
* Implement UB style IMP creation
* Add the FN Minimi, RPK-74 and H&K 21E into the game as full automatic weapons
* Add the Flamethrower back into the game with appropriate graphics
* Add jeep inventory
* Leveling up adds mad (or just plain ordinary) skillz
* Character gets personality traits based upon his actions in the game
* Player can turn on turn based mode
* Rocket Rifle, regen etc. go out of Platinum
* Rebalance weapon ranges, accuracy
* Console
* Shooting crows no longer angers militia (avian lover freaks)
* Rebalance HtH is allow sneak silent attacks
* Take away mortars and laws from enemy troops in Platinum and give them the LMGs instead
* Make being shot a lot more detrimental to one's accutacy in PLATINUM
* Reinstate can+string and other lost combos
* Rebalance weapon progression+finances to allow all itmes to be dropped
* Make all personalities mean something
* Attack Dogs (thx Hunter of Death =)
* Multi-turn aiming (snipers?)
* Different reloading costs for weapons
* Persistant merc database between missions/campaigns
* New SLF editor
* New STI editor
* New MAP editor
* Possible combat drops via helicopter

I've'd just downloaded and compiled the cvs source code today to see what is new, and some of this are already implemented.
Some of the guns have already the full auto capability (the AK-74, for instance, now has three shotting modes: single shot, 3 rounds burst and full auto - in its case this means a 6 bullets burst, and as I seen when shooting with it this way, it also has an "area of effect"). Did not get my hands on a H&K21, RPK-74 etc to see if the full auto in their case means that you can empty a clip in full auto mode. For now, this has a set back: if a gun isn't full auto you can't enable the burst mode, so you can use short burts just with the full auto weapons, all the other are forced to be just single shot guns.
The energy boosters and regen boosters can no longer be used. I found some in the game but they do not "mix" with a mercs body anymore (you can just click with a serynge on the mercs body forever and nothing happens, the serynge is still in your "hand").
No inventory for the Hummer yet!
Some of the data were externalized. I noticed two files, Cities.dat and Weapons.dat. The Weapons.dat file is fairly well documented, but thats not the case with the Cities.dat. Altough they have the .dat extensions are just plain text files, you can open and edit them in Wordpad. The Weapons.dat file contains the weapons data and the Cities.dat contains the soordinates of the towns, but I don't know yet if and how one may alter them to create a new game world with the towns in other sectors than in JA2 and UC.
For now, this are the major things I noticed about what had been changed in the source code. I will examine it in the days to come and keep you posted.

Report message to a moderator

Sergeant
Re: What Happened?[message #101394] Mon, 28 June 2004 05:51 Go to previous messageGo to next message
Boomer is currently offline Boomer

 
Messages:114
Registered:February 2004
Location: In the heart of Transilva...
Just edited the MP5K and H&K G41 entries in the Weapons.dat file and now they act as full auto weapons!
Another cool thing I noticed is that now you can use "spread" auto fire. That is, while your merc is firing it's weapons in full auto, you can draw a line where you want her/him to fire, and the bullets will spread on that area, giving you the chance to hit multiple enemies with one auto-burst.
ALSOOOOO... Very Happy
You can now steal what you want from a collapsed enemy. Yup, a pick-up menu just opens when you control-click on it's body, and you can select what you want to steal. I picked this way a red-shirts weapon, ammo, knife, kevlar vest and helmet and first aid kit, in fact everything he had in his inventory!!!
Hope all these are good news!

Report message to a moderator

Sergeant
Re: What Happened?[message #101395] Mon, 28 June 2004 07:55 Go to previous messageGo to next message
Tyco is currently offline Tyco

 
Messages:188
Registered:September 2001
Location: Be'er Sheva, Israel
Well, its a start. Least we can see the somthing can be done.

Report message to a moderator

Staff Sergeant
Re: What Happened?[message #101396] Mon, 28 June 2004 09:42 Go to previous messageGo to next message
Shanga is currently offline Shanga

 
Messages:3480
Registered:January 2000
Location: Danubia
I for one took a long vacation. The Whiteboard seems very quiet indeed.

So...

Tomorrow I will start a new round of recruiting for the Whiteboard project. Watch this forum.

Report message to a moderator

Captain
Re: What Happened?[message #101397] Mon, 28 June 2004 10:24 Go to previous messageGo to next message
Larynx

 
Messages:183
Registered:April 2003
Quote:
Originally posted by Boomer:
* Rocket Rifle, regen etc. go out of Platinum
I think it would be a bad idea to remove the regeneration boosts. If the reason is "realism", then it is also unrealistic for a severely injured merc to be as good as new after a day or two of medical care. To be realistic, any significant injury should cause permanent loss of agility and/or other physical attributes and would likely knock the merc out of the entire campaign (if not end his career). Realism is not always fun, and fun should be the primary goal of a game. I find it surprising that the same people who practically flooded Danubia with crepagen would want to eliminate regeneration boosts entirely.

Report message to a moderator

Staff Sergeant
Re: What Happened?[message #101398] Mon, 28 June 2004 16:15 Go to previous messageGo to next message
Boomer is currently offline Boomer

 
Messages:114
Registered:February 2004
Location: In the heart of Transilva...
If I remember correctly, Bearpit had the ideea of removing energy and regen boosters from the game. The time needed for a merc to recover from injuries is short enough to keep the fun into the game, but I'm not sure if healing 70+ health points in 6 or 7 turns of combat with regen boosters is that funny too. Sometimes I use them in UC and sometimes I don't, depending on the rules I set for my self at the begining of the campaign.

Report message to a moderator

Sergeant
Re: What Happened?[message #101399] Mon, 28 June 2004 21:30 Go to previous messageGo to next message
Boomer is currently offline Boomer

 
Messages:114
Registered:February 2004
Location: In the heart of Transilva...
I've'd tested syringes in the Realistic and SciFi settings too, but they are out from any game settings (now you can opt between Realistic, SciFi and Platinum variants of the game.)
Maybe if one of the whitehats will be kind enough to fix the burst button for the non-full-auto weapons (and the stamina regeneration bug for the enemies) it is the time for a Ja2_cvs.exe to be released for the fans (togheter with the Table Data folder, containing the Cities.dat and Weapons.dat files). The area of effect and the way one can shoot a fully automatic weapon can bring new tactics into the game and will keep the waiting members happy for some time! Very Happy

Had to edit the first paragraph. Non-full-auto weapon can be used in burst mode. For this, press B key when you are in the "squad view" (when you see the portraits of the entire squad, not when you see only one merc's inventory). About the stamina bug in JA2 Gold, I think Dvornik's patch can fix it in the Ja2_cvs.exe too.

Report message to a moderator

Sergeant
Re: What Happened?[message #101400] Tue, 29 June 2004 06:14 Go to previous messageGo to next message
KIA is currently offline KIA

 
Messages:92
Registered:November 2002
Location: Virginia (USA)
Thanks for the updates. I am deeply interested in seeing how it all comes together and it's really good to know that talented people are still working on the code. Thanks to all for their work to date and I'd send you cookies and milk if I thought it would help in the future!

Report message to a moderator

Corporal 1st Class
Re: What Happened?[message #101401] Tue, 29 June 2004 07:05 Go to previous messageGo to next message
Boomer is currently offline Boomer

 
Messages:114
Registered:February 2004
Location: In the heart of Transilva...
Oh, and full auto means that you can empty a clip in one burst, altough thats kind of randomized. Fist time I've'd tested the full auto of the AK-74 in real time and shooting at a single spot. Next time I tested it, I drew that line on the ground for an area of effect and I noticed that the merc fired more than six bullets. Also in the game, in turn based mode, a merc fired more than 6 bullets (a message in yellow letters appeared, saying that "X was forced to fire 10 more bullets than he intended"). I guess his finger was itching and he just couldn't let go of the trigger! Very Happy
And, yeah, there is a flamethrower now in the game. At least in the weapons.dat file. Did not encountered in the game yet and I think it must be placed somewhere on a map in the editor, or one can buy it from Tony or Bobby Ray's.

Report message to a moderator

Sergeant
Re: What Happened?[message #101402] Tue, 29 June 2004 07:13 Go to previous messageGo to next message
Boomer is currently offline Boomer

 
Messages:114
Registered:February 2004
Location: In the heart of Transilva...
Well, if the whitehats don't mind, I can send the ja2_cvs.exe file to one of you that can post it on a site, so all that are willing to download it to be able to enjoy the new things that the whitehats had implemented into the game.

Report message to a moderator

Sergeant
Re: What Happened?[message #101403] Thu, 01 July 2004 05:16 Go to previous message
jackaians is currently offline jackaians

 
Messages:45
Registered:October 2003
Location: France
Yes of course you can. Imho, it's not really the project of the whitehats. The modifications are public, everybody can copy them or do what they want with the source code, in the limits of the license.
Build it, send it to who you want. Me, Toxic, Shanga, MouseMaster... (I can't build the file now because I don't have the current cvs source code on my computer)
or put the file on your website. If you want to change something, you will be able to publish different versions.

Report message to a moderator

Corporal
Previous Topic: "improvised 1st aid" skill
Next Topic: Death Animations
Goto Forum:
  


Current Time: Sat Jan 25 01:47:58 GMT+2 2025

Total time taken to generate the page: 0.01135 seconds