'분류 전체보기'에 해당되는 글 180건

  1. 2022.12.21 Age of Empires 2 Series
  2. 2022.12.20 Nintendo Wii: Conduit 2 Controls
  3. 2022.12.13 Nintendo Wii: Monopoly Streets Review
  4. 2022.12.12 Nintendo Wii Games Review
  5. 2022.12.11 [VBA]디렉토리 안의 파일 목록 구하기2
  6. 2022.12.09 Dolphin emulator - Ishiiruka (Default Controller Configuration)
  7. 2022.12.09 Dolphin emulator - Ishiiruka (Default Graphics Configuration)
  8. 2022.12.09 Dolphin emulator - Ishiiruka (Default Configuration)
  9. 2022.12.02 윈도우 바이오스 버전 확인, 원격접속 툴 1
  10. 2022.11.30 닌텐도 위 wii 돌핀 에뮬레이터

Age of Empires 2 Series

Game 2022. 12. 21. 12:23

1. Age of Empires II: The Age of Kings. 1999-09-30

 

2. Age of Empires II: The Conquerors Expansion. 2000-08-24

   5 civilizations added - the Aztecs, the Mayans, Huns, Koreans, Spanish

 

3. Age of Empires II: The Forgotten. 2012-11-07. 정복자가 설치되어있으면 별도의 폴더에 추가.

   5 civilizations added - the Incas, Indians, Italians, Magyars, Slavs. 

 

4. Age of Empires II. HD Edition. 2013-04-09

 

5. Age of Empires II: The African Kingdoms, HD Edition. 2015-11-05

    4 civilizations added - the Berbers, Ethiopians, Malians, the Portuguese. 

 

6. Age of Empires II: Rise of the Rajas, HD Edition. 2016-11-19

    4 civilizations added - Burmese, Khmer, Malay, Vietnamese

 

7. Age of Empires II. Definitive Edition. 2019-11-15

    4 civilizations added - Bulgarians, Cumans, Lithuanians, Tatars

 

To be upaded.

 

Age of Empires II - Wikipedia

 

Age of Empires II - Wikipedia

From Wikipedia, the free encyclopedia Jump to navigation Jump to search 1999 real-time strategy video game 1999 video game Age of Empires II: The Age of Kings is a real-time strategy video game developed by Ensemble Studios and published by Microsoft. Rele

en.wikipedia.org

 

'Game' 카테고리의 다른 글

야후 이메일 주소 바꾸는 방법  (0) 2023.04.08
Ingress, It's time to move 소개 영상  (0) 2016.10.03
Ingress 필드(겹필드) 튜토리얼  (0) 2016.09.24

Nintendo Wiimote Controller Default Layout for Conduit 2

 

A: Jump

B: Shoot

Up: Spin

Left: Next Grenade

Right: Next Weapon

Down: Zoom/All Fire

-: Reload/Pickup

+: ASE

1: Store(MP Only)

2: Pause

Downward: Throw Grenade

Upward: Melee

=====================================

C: Crouch/Spin

Z: Target Lock

 

N.B. This game supports up to 4 players.

Played in either Nintendo Wii or Dolphin(Ishiiruka).

No Name Country P Score Issue Remark
1 Resident Evil 4 USA 1 85 1. savestates
2. occasional crash after communication
Control is so hard. Might need cheat codes to counter.
2 Wii Sports Resort Korea 4 90   Good exercise
3 Gunblade NY & L.A. Machineguns USA 2 82    
4 Link's Crossbow Training USA 4 73    
5 Call of Duty 3 USA 1 80   Great game series but QTE sucks
6 Ghost Squad USA 4 85   C + Right: SPR11(better than CAC80)
7 Bass Pro Shops - The Hunt USA 1 80    
8 Busy Scissors USA 1 70   New style
9 Wii Party USA 4 85 Store EFB Copies to Texture Only: off  
10 Tom Clancy's Ghost Recon USA 2 85   Aim(Z) first and shoot(B). Change Weapon(C)
11 Wheel of Fortune USA 3 85 corrupt save error if you attempt to save  
12 M&M's Beach Party USA 4 65    
13 Tetris Party Deluxe USA 4 69    
14 Animal Crossing - City Folk USA 1 69   Online
15 Monopoly Collection USA 4   *Texture Cache Accuracy: Position 1 (Safe)  
16 Monopoly Streets USA 4 90 Dual core crash Sideways Wii Remote. Change rules.
17 The Conduit USA 1      
18 Conduit 2 USA 4 85    
19 Family Game Night 4 - The Game Show USA 2      
20 Fantasy Aquarium World USA 1 30    
21 Sniper Elite USA 2 81   Player2 view and shooting are buggy.
22 Jambo! Safari: Animal Rescue USA 4 72    
23 Nick Jr. Go Diego Go! Safari Rescue USA 2 71    
24 Lost in Blue - Shipwrecked USA 1 50    
25 10 Minute Solution USA 1 73    
26 Heavy Fire: Afghanistan USA 4      
27 Top Shot: Arcade USA 4 80   Turn on wifi
28 Nerf N-Strike USA 4 73    
29 Nerf N-Strike Elite USA 2 72    
30 Nerf N-Strike - Double Blast Bundle USA 4      
31 WordJong Party USA 4 85    
32 NBA 2K13 USA 4 85 Frequent Crash  
33 NBA Jam USA 4 90 Occasional Crash  
34 World of Zoo USA 4 65   Kids

n.b. Grey: Closed; Yellow: Completed

 

* Texture Cache Accuracy: GFX.ini or User config: SMPE69.ini

[Settings]
SafeTextureCacheColorSamples = 0

Menu: Graphics-Hacks-Texture Cache - 0(safe), 128(default:fast)

 

N.B. Game specific settings(ini) will go under "GameSettings" folder.

파일이 자주 추가되거나 삭제될때 사용하기 위해 기존의 버전을 업그레이드 했습니다.

To Do List: 메인함수 module화

'Force the explicit declaration of variables
Option Explicit

' Revision History:
' Rev       Date(yyyy/mm/dd)        Description
' **************************************************************************************
' 1         2017-Oct-28             Initial Release
' 2         2017-Oct-28             Enter the folder name
' 3         2017-Oct-29             Use File Dialog
' 4         2022-Dec-11             Copy Sheet
' 5         2022-Dec-12             Add DateCreated
' 6         2022-Dec-26             addRow, setRowCnt
' 7         2022-Dec-28             Add one line of summary for statistics
' 8         2023-Jan-10             Format month and day(date)
' 9         2023-Jan-19             Total File Size, walkaround for the compile error of format(date, "mm")
' **************************************************************************************


Sub ListFiles()

     'Set a reference to Microsoft Scripting Runtime by using
     'Tools > References in the Visual Basic Editor (Alt+F11)
     
     'Declare the variables
     Dim objFSO As FileSystemObject
     Dim objFolder As Folder
     Dim objFile As File
     Dim strPath As String
     Dim strFile As String
     Dim NextRow As Long
     Dim dblFileSize As Double
     Dim dblFileTotalSize As Double
     
     
     'Added Codes Begin
     Dim Msg As String
     
     Call clearContents
     
     'Open the file dialog
     With Application.FileDialog(msoFileDialogFolderPicker)
        .AllowMultiSelect = False
        If .Show = -1 Then
            'MsgBox (.SelectedItems(1))
            strPath = .SelectedItems(1)
        Else
            Exit Sub
        End If
     End With
  
     
     'Msg = "Write down the folder name, please: " & vbCr
     'Msg = Msg & "e.g. C:\Users\Steve\Documents\Vids\"
     'strPath = Trim(InputBox(Msg, "Input"))
  
     If right(strPath, 1) <> "\" Then strPath = strPath & "\"
     
     'Added Codes End
     
     'Create an instance of the FileSystemObject
     Set objFSO = CreateObject("Scripting.FileSystemObject")
     
     'Get the folder
     Set objFolder = objFSO.GetFolder(strPath)
     
     'If the folder does not contain files, exit the sub
     If objFolder.Files.Count = 0 Then
         MsgBox "No files were found...", vbExclamation
         Exit Sub
     End If
     
     'Turn off screen updating
     Application.ScreenUpdating = False
     
     'Insert the headers for Columns A, B, C, and D
     Cells(1, "A").Value = "File Name"
     Cells(1, "B").Value = "Path"
     Cells(1, "C").Value = "Size"
     Cells(1, "D").Value = "Created Date"
     
     'Find the next available row
     NextRow = Cells(Rows.Count, "A").End(xlUp).Row + 1
     
     'Loop through each file in the folder
     For Each objFile In objFolder.Files
     
         'List the name, size, and date/time of the current file
         Cells(NextRow, 1).Value = objFile.Name
         'Cells(NextRow, 2).Value = objFile.Path
         Cells(NextRow, 2).Value = objFile.ParentFolder
         'Cells(NextRow, 3).Value = objFile.Size
         dblFileSize = objFile.Size
         Cells(NextRow, 3).Value = dblFileSize
         'Cells(NextRow, 3).Value = format(Round(dblFileSize / 1000000, 0), "#,#") & " MB" 'Format(n, "#,#")

         Cells(NextRow, 4).Value = objFile.DateCreated
         
         'Determine the next row
         NextRow = NextRow + 1
         dblFileTotalSize = dblFileTotalSize + dblFileSize
     
     Next objFile
     
     'Change the width of the columns to achieve the best fit
     'Columns.AutoFit
     'Format Cells
     Range(Cells(2, 3), Cells(Rows.Count, "D").End(xlUp)).Select
     Selection.HorizontalAlignment = xlRight
     Range(Cells(2, 4), Cells(Rows.Count, "D").End(xlUp)).Select
     Selection.NumberFormatLocal = "yyyy-mm-dd hh:mm"
     Selection.HorizontalAlignment = xlCenter
     Range("A1").Select
     
    Call copySheet
    
    Dim searchCnt As Long
    Dim Cell As Range
    For Each Cell In ActiveSheet.UsedRange.Columns(1).Cells
        If InStr(Cell.Value, "_error_") > 0 Then
            searchCnt = searchCnt + 1
        End If
    Next Cell
    'MsgBox "searchCnt = " & searchCnt
    
    Call addRow
    Call addFilter
    Call setRowCnt(searchCnt, dblFileTotalSize)
    Range("A1").Select
    
    'Turn screen updating back on
    Application.ScreenUpdating = True
         
End Sub

Private Sub clearContents()
    Worksheets("listFiles").Range("A1").EntireColumn.EntireRow.clearContents
End Sub

Private Sub copySheet()
    'Sheets(1).Copy after:=Sheets(1)
    Sheets(1).Copy after:=Sheets(ActiveWorkbook.Sheets.Count)
   
    'Remove Buttons
    Dim I As Long
    Dim xOLE As Object
    ActiveSheet.Buttons.Delete
    For Each xOLE In ActiveSheet.OLEObjects
        If TypeName(xOLE.Object) = "CommandButton" Then
            xOLE.Delete
        End If
    Next
  
    Dim n As Integer
    Dim shtName As String
    Dim dtToday As Date
    Dim sMonth As String
    
    'MsgBox (Year(Date) & Month(Date) & Day(Date))
    'shtName = "List_" & Year(Date) & Month(Date) & Day(Date)
    dtToday = Date
    sMonth = Month(dtToday)
    If Len(sMonth) = 1 Then
        sMonth = "0" & sMonth
    End If
    'shtName = "List_" & Year(dtToday) & format(dtToday, "mm") & format(dtToday, "dd")
    shtName = "List_" & Year(dtToday) & sMonth & format(dtToday, "dd")
    
    
    'Format(Now, "yyyy/mm/dd/hh/mm/ss")
    'dtToday = Now
    'shtName = "List_" & Year(Now) & Month(Now) & Day(Now) & Hour(Now) & Minute(Now) & Second(Now)
    'shtName = "List_" & Year(dtToday) & Month(dtToday) & Day(dtToday) & Hour(dtToday) & Minute(dtToday) & Second(dtToday)
    'shtName = "List_" & Year(dtToday) & format(dtToday, "mm") & Day(dtToday) & Hour(dtToday) & Minute(dtToday) & Second(dtToday)
    
    
    Do While (shCheck(shtName))
        shtName = shtName & " (2)"
        'shtName = Replace(shtName, "_", "")
    Loop
    'Sheets(2).Name = shtName
    ActiveSheet.Name = shtName
End Sub

' 해당시트가 있으면 True를, 그렇지 않으면 False 를 반환합니다
Private Function shCheck(shName$) As Boolean
   On Error GoTo ec1
   If CBool(Len(Sheets(shName$).Name)) Then shCheck = True
   Exit Function
ec1:
   shCheck = False
End Function

Private Sub addRow()
    Rows("1:1").Select
    Selection.Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
End Sub

Private Sub addFilter()
    Range("A2:D2").Select
    Selection.AutoFilter
    With Selection
        .HorizontalAlignment = xlCenter
        .VerticalAlignment = xlCenter
        .WrapText = False
        .Orientation = 0
        .AddIndent = False
        .IndentLevel = 0
        .ShrinkToFit = False
        .ReadingOrder = xlContext
        .MergeCells = False
    End With
    Selection.Font.Bold = True
    Range("B3").Select
    ActiveWindow.FreezePanes = True
    
    'Range("A1").Select
End Sub

Private Sub setRowCnt(ByVal searchCnt As Long, ByVal dblFileTotalSize As Double)
    'MsgBox "searchCnt = " & searchCnt
    Dim rowCnt As Long
    rowCnt = Range("a3", Range("a2").End(xlDown)).Rows.Count
    rowCnt = rowCnt - searchCnt
    
    Cells(1, 1) = "Number of Working Games"
    Cells(1, 2) = rowCnt
    Cells(1, 3) = "Excluded"
    Cells(1, 4) = searchCnt
    Cells(1, 5) = "Total Size"

    If (dblFileTotalSize > 1000000000) Then
        Cells(1, 6) = format(Round(dblFileTotalSize / 1000000000, 0), "#,#") & " GB" 'Format(n, "#,#")
    Else
        Cells(1, 6) = dblFileTotalSize
    End If
    
    Range("A1").Select
    Selection.HorizontalAlignment = xlCenter
    Range("C1").Select
    Selection.HorizontalAlignment = xlCenter
    Columns("E:E").EntireColumn.AutoFit
    Range("E1").Select
    Selection.HorizontalAlignment = xlCenter
    Columns("F:F").EntireColumn.AutoFit
    Range("F1").Select
    Selection.Style = "Comma [0]"
    
End Sub

listFiles_v4_20221211.xls
0.40MB
listFiles_v5_20221212_upload.xls
0.25MB
listFiles_v6_20221226.xls
0.16MB

※ 서브 디렉토리 포함(기존에 됐었던 것 같은데, 안되네요. 필요시 다음 링크 참조)

[vba] 하위폴더 내의 모든 파일 정보 가져오기 :: 개발하는 디자이너의 DIY 일상 (tistory.com)

 

[vba] 하위폴더 내의 모든 파일 정보 가져오기

일을 하다 보면 가끔 업무를 진행하던 경로 하위에 있는 데이들의 리스트를 만들어야 하는 경우가 있습니다. 하나의 폴더라면 어떻게 해보겠는데 그 폴더가 하위 뎁스가 연속해서 있고 저장되

diy-dev-design.tistory.com

 

 

Controller Configuration(Ishiiruka-Dolphin, 1142)

 

Controller Configuration - Emulated Wii Remote(Ishiiruka-Dolphin, 1142)

 

Controller Configuration - Nunchuk(Ishiiruka-Dolphin, 1142)

 

Emulated Wii Remote로 설정할 경우 "DInput/0/Keyboard Mouse"를 선택하고 Default를 클릭해주면 아래와 같이 자동으로 설정됩니다. 필요에 따라 변경해주면 됩니다.

Shake버튼은 변경해주는 것이 좋습니다. (X: 가로, Y: 세로, Z:사용자와의 거리)

 

Shake버튼은 설정해 주세요.

Graphics Configuration - General(Ishiiruka-Dolphin, 1142)

 

Graphics Configuration - Enhancements(Ishiiruka-Dolphin, 1142)

 

Graphics Configuration - Enhancements(Ishiiruka-Dolphin, 1142)

 

Graphics Configuration - Post-Processing(Ishiiruka-Dolphin, 1142)

 

Graphics Configuration - Hacks(Ishiiruka-Dolphin, 1142)

 

Graphics Configuration - Hacks(Ishiiruka-Dolphin, 1142)

다른 버전을 동시에 실행하거나 치트키를 사용할 경우 환경파일이 변경될 수 있어서, 기본 설정값을 기록합니다.

Configuration - General(Ishiiruka-Dolphin, 1142)

 

Configuration - Interface(Ishiiruka-Dolphin, 1142)

 

Configuration - Audio(Ishiiruka-Dolphin, 1142)

 

Configuration - GameCube(Ishiiruka-Dolphin, 1142)

 

Configuration - Wii(Ishiiruka-Dolphin, 1142)

 

Configuration - Paths(Ishiiruka-Dolphin, 1142)

 

Configuration - Advanced(Ishiiruka-Dolphin, 1142)

원격접속으로 각 컴퓨터의 시스템 정보 확인(Distant Desktop, 2022)

 

1. 시스템 정보 - BIOS버전/날짜

혹은

2. msinfo32

혹은

3. cmd> systeminfo

 

재부팅을 하지 않고 바이오스 버전 확인하는 방법 (tistory.com)

 

재부팅을 하지 않고 바이오스 버전 확인하는 방법

이번 포스팅에는 재부팅을 하지 않고 현재 바이오스 버전을 확인할 수 있는 두 가지 방법에 대해 정리해봤습니다. 별도의 프로그램의 설치가 필요하지 않은 간단한 방법입니다. 참고해두면 도

gbworld.tistory.com

 

※ 설치 필요없는 무료 원격접속 툴: distant desktop 추천

1. 파일 전송 가능

2. 윈도우 10 Pro의 "빠른 지원": MS앱을 설치 하도록 바뀜. 파일 전송 여전히 안됨.

내장된 기존 버전 잘 쓰고 있었는데, 갑자기 새로 설치하라고 나옴(빠른 지원, 2022)

 

Download Remote Desktop Software - Distant Desktop

 

Download Remote Desktop Software - Distant Desktop

Compatible with the new and older Windows versions including Windows 7, Vista, 8, 10, Windows Server 2000/2003/2008, 32-bit and 64-bit.

www.distantdesktop.com

 

무료 원격 프로그램 Distant Desktop [ 개인/기업 모두 무료 ] (tistory.com)

 

무료 원격 프로그램 Distant Desktop [ 개인/기업 모두 무료 ]

오늘은 개인/기업 모두에게 무료로 제공하는 원격 프로그램 Distant Desktop을 여러분들께 소개할까 합니다. 사용방법도 매우 간단하고 특별한 제약사항이 없기 때문에 누구나 사용 할 수 있습니다.

myuncle-mrahn.tistory.com

 

닌텐도 wii 본체를 구매해서 플레이하다가 dolphin이라는 에뮬에 대해서 알게 되었습니다.

 

놀라운 점은 본체보다 해상도가 더 높아질 수 있다는 점인데요.

 

위모트(Wii 리모컨)를 연결해서 건슈팅게임을 즐기기에 좋은 것 같네요.

 

하드로더 개조 하는 것 보다는 에뮬로 즐기는게 설정 및 유지보수에도 용이합니다.

최소한의 준비물은 1. 위모트, 2. 돌핀(에뮬), 3. PC(블루투스나 동글 필요), 4. 센서바(정품이 제일 좋음).

 

※ 블루투스 연결 귀찮으면 돌핀바(센서바 + 동글 개념)를 쓰면 좋다고 하는데, 가격이 비싸고 해외 직구를 해야하는 귀찮음이..

 

돌핀의 버전은 이시루카가 가벼워서 좋다고 합니다.

 

[UNOFFICIAL] Ishiiruka-Dolphin Custom Version (dolphin-emu.org)

 

[UNOFFICIAL] Ishiiruka-Dolphin Custom Version

 

forums.dolphin-emu.org

 

https://blog.naver.com/withdon/221900141095

 

닌텐도 위(wii) 돌핀 에뮬만 있으면 스위치급 그래픽으로 업스케일! 업그레이드!

닌텐도 게임기는 한번도 "후회"라는 단어를 보게 한 적이 없을 정도로 참 재밌는 게임이 가득합...

blog.naver.com

 

 

The Wii Project - All 1624 Wii Games (US/EU/JP/AU) (Virtual Gaming Library - VGL, 2022)

 

WII 에뮬 돌핀은 무시무시하네요. : 클리앙 (clien.net)

 

WII 에뮬 돌핀은 무시무시하네요. : 클리앙

저는 돌핀이 그저 그런 에뮬레이터인 줄 알았는데 현존 가장 최적화가 잘 된 에뮬레이터라더군요. 저전력 8세대 정도의 노트북에 940 정도의 외장 그래픽이라면 대부분의 게임이 끊김 없이 돌아

www.clien.net

 

https://blog.naver.com/gksqlc231/222135891849

 

vcruntime140_1.dll 오류 해결방법

안녕하세요. 오늘은 vcruntime140_1.dll 파일에 오류가 발생하여 아래와 같은 팝업창이 뜨실 때 문제를 해...

blog.naver.com

 

※ dll없을 경우

msvcp140.zip
0.18MB
vcruntime140_1.zip
0.02MB

1 ··· 4 5 6 7 8 9 10 ··· 18 

글 보관함

카운터

Total : / Today : / Yesterday :
get rsstistory!