'FSX Scenry 제작'에 해당되는 글 19건

  1. 2012.03.26 한국 랜드클래스
  2. 2011.09.26 GUID 만들기
  3. 2010.10.28 GMAX 1.2 크랙 1

▲ 2000년 토지피복도를 바탕으로 만든 한국 , 아니 남한 랜드클래스
   북조선과 일본 대마도를 물바다로 만들었다 ㅋ

▲ 아래 디폴트보다 서울 도심지가 확연히 들어난다. 하지만 서해안 섬들은 물바다...

▲ 언제인지는 잘모르지만 옛 모습을 보여주고 있는 플심X의 디폴트 랜드클래스. 일산신도시가 없다.


 

'FSX Scenry 제작 > Korea' 카테고리의 다른 글

포토 시너리 테스트  (35) 2015.11.11
한국 랜드클래스 시험판 #1  (0) 2012.03.29
Posted by 날틀_김상용
시너리 객체는 고유한 ID 를 가지는데 GUID(Global Unique IDentifier)이다.
UUID(Universal Unique IDentifier) 라고도 부른다.

어쨋거나 수작업으로 시너리 만들다보면 객체마다 guid 를 부여해야 하는데
이때 사용하는게 guid 생성기이다.
여러가지 방법이 있는데

1. 마이크로소프트에서 배포하는 guidgen.exe
        요건 하나씩 만든다.

2. Online 으로 생성하기
        http://www.guidgenerator.com/online-guid-generator.aspx
        한번에 2,000 까지 만들 수 있다.

3. 엑셀 사용자 정의 함수로 만들기
(출처 : http://www.excelforum.com/excel-programming/703120-create-a-guid-in-entire-column.html)
       

'Written: October 12, 2009
'Author:  Leith Ross
'Summary: Function creates a GUID (aka CLSID) and returns it as a string.

Private Type GUID
   Data1 As Long
   Data2 As Long
   Data3 As Long
   Data4(8) As Byte
End Type

Private Declare Function CoCreateGuid _
  Lib "ole32.dll" _
  (ByRef pGUID As GUID) As Long

Private Declare Function StringFromGUID2 _
  Lib "ole32.dll" _
    (ByRef rGUID As Any, _
     ByVal lpstrCLSID As Long, _
     ByVal cbMax As Long) As Long

Function CreateGUID() As String

  Dim b() As Byte
  Dim BuffSize As Long
  Dim RetVal As Long
  Dim MyGUID As GUID

    BuffSize = 40
    ReDim b(BuffSize * 2) As Byte
   
    RetVal = CoCreateGuid(MyGUID)
    RetVal = StringFromGUID2(MyGUID, VarPtr(b(0)), BuffSize)
    CreateGUID = Left$(b, RetVal - 1)

End Function

엑셀 행수가 6만여개 정도되니까 일반적인 경우라면 부족할 일 없다.
Posted by 날틀_김상용
GMAX가 무료 프로그램긴 한데 등록을 해야지만 쓸 수 있다.
그런데, 등록이 안 되는 것 같다. GMAX 게시판에 가보면 등록이 안된다는 성토글이 많다.
그래서 프랑스 어떤 분이 크랙 파일을 만들었다.

아래는 영어로 된 설명글이다.
--------------------------------------------------------------------------------
A)INTODUCTION

-Welcome in the gmax [crack registration] readme file.
-gmax is a free modeler, created by "discreet". It's free, but you must register it for use
it. I haven't internet on my house, and it's a problem for register it! Also, I am going on
the house of a friend, and I have copying the "reg files". And now I can use gmax when I
want!
-You haven't internet on your house! Now it isn't a problem! You can use gmax when you want!

B)HOW USE IT?

-Click on the file named : "gmax_1.reg". A window display it. Click on "Yes".
-After, click on the file named : "gmax_2.reg". A window display it. Click on "Yes".
-Now, start gmax! And click on "Continue"!

C)CONTACT

-This file was created by JULIEN K/BIDI, on "tuesday, february 19th 2002, 16:59".
-Excuse me for my bad English, I am French.
-Email : julienkbidi@fr.st
------------------------------------------------------------------------------------


Posted by 날틀_김상용
이전버튼 1 2 3 4 5 6 7 이전버튼

블로그 이미지
플심X 시너리 제작 창고
날틀_김상용

공지사항

Yesterday
Today
Total

달력

 « |  » 2024.4
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함