Screenshot from... png
(565.4 KB, 1920x1080)
Screenshot from... png
(369.57 KB, 1920x1080)
>>/67320/
(maschine translated)
В файле model_brush.c, в этом исходном коде OpenSource, где новые форматы карт анализируются. Мы сами сделали себя: Wolfenstine: Eberterritority и OBJ экспортируются из Minetest и Bzflag.
Исходный код можно найти в этом Zip:
http://sourceforge.net/p/chaosesqueanthology/discussion/general/thread/72c4ff80c1/f23d/attachment/darkplaces_workingon_sep_06_2023_aug19cde_sourceonly.tar.gz
Или в этом git Repo:
https://sourceforge.net/p/chaosesqueanthology/darkplaces/ci/attempt0/tree/
Конкретный файл таково:
https://sourceforge.net/p/chaosesqueanthology/darkplaces/ci/attempt0/tree/model_brush.c
Желание в нереальном формате карты 1997 года / Unreal 1999 года. У него уже есть уже скомпилированные данные треугольника, поэтому не требуется сложная математика.
Уже в проекте мы внедрили многие или большинство или все нереальное оружие 1997 года.
Некоторый код был найден в C ++, который загружает эти форматы карт, но наш двигатель находится в C, и мы хотели бы больше помощи, так как это только мы. https://sourceforge.net/projects/ushock/
https://sourceforge.net/p/chaosesqueanthology/tickets/2/attachment/ushock_source.tar.bz2
Мы опубликовали различные вещи, которые мы нашли здесь: https://sourceforge.net/p/chaoessqueanthology/tickets/2/
Мы знаем, что вряд ли кто -нибудь поможет нам. Мы будем признателен за любую помощь. Это проект OpenSource в C. Обычно в проектах OpenSource много людей. У нас есть 1. Было таким образом на протяжении десятилетий.
—————————————————————————
>>/67320/
In the file model_brush.c, within this opensource source code, is where new map formats are parsed. We did some ourselves: Wolfenstine:EnemyTerritory, and obj exports from minetest and bzflag.
The source code can be found in this zip:
http://sourceforge.net/p/chaosesqueanthology/discussion/general/thread/72c4ff80c1/f23d/attachment/darkplaces_workingon_sep_06_2023_aug19cde_SOURCEONLY.tar.gz
Or in this git repo:
https://sourceforge.net/p/chaosesqueanthology/darkplaces/ci/attempt0/tree/
The specific file is this:
https://sourceforge.net/p/chaosesqueanthology/darkplaces/ci/attempt0/tree/model_brush.c
The desire is for the Unreal 1997 / Unreal Tournament 1999 map format. It has the triangle data already compiled so no tricky math is needed.
Already in the project we have implemented many or most or all of the Unreal 1997 weapons.
Some code has been found in C++ that loads these map formats, but our engine is in C, and we would like more help since it's only us. https://sourceforge.net/projects/ushock/
https://sourceforge.net/p/chaosesqueanthology/tickets/2/attachment/UShock_source.tar.bz2
We have posted various things we have found here: https://sourceforge.net/p/chaosesqueanthology/tickets/2/
We know it is unlikely anyone will help us. We would appreciate any help. This is an opensource project in C. Usually opensource projects have many people. We have 1. Has been this way for decades.
—————————————————————————___
>>/67320/
model_brush.c implement Unreal 1997 (.unr) map format?
https://libregamewiki.org/Chaos_Esque_Anthology
model_brush.c реализует формат карты Unreal 1997 (.unr)?