Home » MODDING HQ 1.13 » v1.13 General Development Talk » Jagged Alliance 2 Isometric Geometry -> Fallout Isometric Geometry
Jagged Alliance 2 Isometric Geometry -> Fallout Isometric Geometry[message #332957] Thu, 22 May 2014 01:13 Go to next message
E3245 is currently offline E3245

 
Messages:46
Registered:August 2013
Before I tackle this kind of project, I need to know a few things about the JA2 engine. What I want to do is try to convert the standard JA2 grid to Fallout's grid. I really think this might be impossible to do because there is a lot of code that relies on the standard JA2 grid. BTW, I don't know JA2's map geometry.

Specifications for Fallout's map geometry, taken from the FOnline SDK:

Hexagonal = true;
HexWidth = 32;
HexHeight = 16;
HexLineHeight = 12;
TileOffsetX = -8;
TileOffsetY = 34;
RoofOffsetX = -8;
RoofOffsetY = -64;
RoofSkipSize = 2;
CameraAngle = 25.7f;

Report message to a moderator

Corporal
Re: Jagged Alliance 2 Isometric Geometry -> Fallout Isometric Geometry[message #332958] Thu, 22 May 2014 02:15 Go to previous messageGo to next message
Shanga is currently offline Shanga

 
Messages:3475
Registered:January 2000
Location: Danubia
You won't be able to do hex tiles, but the rest, the sky is the limit. FC promised to come up with an asset import solution that will allow modders to import their own 3D assets so in theory everything is possible. But I expect all this advanced modding to come up pretty much to the end.

Probably soon we'll be able to change camera angle too (atm you can edit that in Unity, but it won't save cause it's hardcoded). Whatever they externalized (camera zoom) works fine.

People with real Unity experiece are already working on this so soon we might get modded tools, beside what FC makes, too.

Report message to a moderator

Captain
Re: Jagged Alliance 2 Isometric Geometry -> Fallout Isometric Geometry[message #332970] Thu, 22 May 2014 07:42 Go to previous message
Gambigobilla

 
Messages:690
Registered:July 2008
I don't think hex system is good for JA2 because many things (like accuracy) are based on meters not tiles.

Report message to a moderator

First Sergeant
Previous Topic: How to add vehicles to maps?
Next Topic: Big Thanks from a gratefull player!
Goto Forum:
  


Current Time: Tue Jun 16 07:41:24 GMT+3 2026

Total time taken to generate the page: 0.00551 seconds