-
Posts
2,023 -
Joined
-
Last visited
Content Type
Profiles
News Articles
Tutorials
Forums
Downloads
Everything posted by Asgarath83
-
For port JKA combat on mount and blade, i dunno, sorry. For port MeB combat style into JKA: the fastest way should be to make custom GLA animations for your humanoid models that recreate these animations from scratch. recreate the combat system of mount of blade on JKA is more hard and require a total recoding of the original JKA code using openjk, so advanced c++ knowledge about how works the saber system of the game (so, you should be an experter programmer for do something as that) same answer for mount and blade, IF meb code is free and open source and anyone can edit for make mods. (i never play meb, so i not know nothing about it, i know the game just of name) also if you have the JKA source code and mount and blade source code, however, merge the 2 gameplays is not easy. if mount and blade is programmed into a different language of JKA (c++) that is almost impossible cause you need to rewrite all JKA functions into mount and blade code) also if their languages matches and they are both on c++., you cannot simply copy paste and slap a code of a game into another and expect it works, cause it need to hook to the hosting code and also need to recreate all the networked funcionts called into fighting. :\ so the answer is "75% nope for coding mod, if you are not an expert coder and their code matchs with same language" the easiest way is to recreate animations, but also that is a big work that require deep animation knowledge skills. i cannot help you on that, i never familiarize with Animations and i am totally denied on make animations for a game, sorry :(
-
- 5 comments
-
- jedi
- jkhub exclusive
-
(and 3 more)
Tagged with:
-
- 17 comments
-
- halloween contest 2016
- star wars related
-
(and 1 more)
Tagged with:
-
-
-
-
- 75 comments
-
- Episode 8
- Bot Support
- (and 8 more)
-
- 40 comments
-
- team support
- bot support
- (and 7 more)
-
- 39 comments
-
- Menu Support
- Team Support
-
(and 5 more)
Tagged with:
-
-
-
-
-
- 2 comments
-
- JKHub Exclusive
- Star Wars Related
-
(and 1 more)
Tagged with:
-
- 5 comments
-
- Menu Changes
- JKHub Exclusive
-
(and 1 more)
Tagged with:
-
- 4 comments
-
- Star Wars Related
- Droid
-
(and 2 more)
Tagged with:
-
-
uuuh, all limits of JKA code are related to bit maths... i fought for years with the bit maths of weapons and only recently i raise the limit to the max that can really support the engine (256 weapon slots.) mmm...,so is necessary to change to another value, like 32, the value of the max indexes of shader and vertexes, and also to fix the q_algin value for match with this edit? (for example, they shoould be both on 32, i guess)... sorry if i am shooting silly things, but i confess that i not understand much the bit math code related things. consider that i never finished high schools, so i lack of a lot of match knowledge. i have just the basic algebra knowledges of polinomes expressions.